Searched refs:fCaseSensBox (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/stylededit/
H A DFindWindow.cpp38 fCaseSensBox = new BCheckBox("", B_TRANSLATE("Case-sensitive"), NULL);
51 .Add(fCaseSensBox, 1, 1)
71 fCaseSensBox->SetValue(caseState ? B_CONTROL_ON : B_CONTROL_OFF);
140 message.AddBool("casesens", fCaseSensBox->Value() == B_CONTROL_ON);
H A DFindWindow.h36 BCheckBox *fCaseSensBox; member in class:FindWindow
H A DReplaceWindow.cpp43 fCaseSensBox = new BCheckBox("", B_TRANSLATE("Case-sensitive"), NULL);
64 .Add(fCaseSensBox, 1, 2)
89 fCaseSensBox->SetValue(caseState ? B_CONTROL_ON : B_CONTROL_OFF);
188 message.AddBool("casesens", fCaseSensBox->Value() == B_CONTROL_ON);
H A DReplaceWindow.h41 BCheckBox *fCaseSensBox; member in class:ReplaceWindow

Completed in 616 milliseconds