Home
last modified time | relevance | path

Searched refs:fCopy (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/people/
H A DPersonWindow.h60 BMenuItem* fCopy; variable
H A DPersonWindow.cpp91 menu->AddItem(fCopy = new BMenuItem(B_TRANSLATE("Copy"), in PersonWindow()
157 fCopy->SetEnabled(cutAndCopyEnabled); in MenusBeginning()
/haiku/src/apps/mail/
H A DSignature.h80 BMenuItem *fCopy; variable
H A DSignature.cpp96 menu->AddItem(fCopy = new BMenuItem(B_TRANSLATE("Copy"), in TSignatureWindow()
98 fCopy->SetTarget(NULL, this); in TSignatureWindow()
144 fCopy->SetEnabled(start != finish); in MenusBeginning()
H A DMailWindow.h155 BMenuItem* fCopy; variable
H A DMailWindow.cpp353 menu->AddItem(fCopy = new BMenuItem(B_TRANSLATE("Copy"), in TMailWindow()
355 fCopy->SetTarget(NULL, this); in TMailWindow()
1005 fCopy->SetEnabled(start != finish); in MenusBeginning()