Searched refs:FindBool (Results 176 - 200 of 208) sorted by relevance

123456789

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp159 && archive->FindBool("connected", i, &connected) >= B_OK; i++) {
166 if (archive->FindBool("path closed", &fClosed) < B_OK)
/haiku/src/apps/text_search/
H A DGrepWindow.cpp877 if (message->FindBool("added", &added) != B_OK)
880 if (message->FindBool("removed", &removed) != B_OK)
/haiku/src/kits/package/
H A DPackageInfo.cpp1639 error = archive->FindBool(isDirectoryField, i, &isDirectory);
1691 error = archive->FindBool(isDirectoryField, i, &isDirectory);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp1150 message->FindBool("swap", &fSelected.swap_displays);
1155 message->FindBool("use", &fSelected.use_laptop_panel);
/haiku/src/kits/interface/
H A DTextView.cpp344 if (archive->FindBool("_password", &toggle) == B_OK)
370 if (archive->FindBool("_stylable", &toggle) == B_OK)
373 if (archive->FindBool("_auto_in", &toggle) == B_OK)
376 if (archive->FindBool("_wrap", &toggle) == B_OK)
379 if (archive->FindBool("_nsel", &toggle) == B_OK)
382 if (archive->FindBool("_nedit", &toggle) == B_OK)
5699 if (message->FindBool("be:confirmed", &confirmed) != B_OK)
H A DListView.cpp390 err = message->FindBool("data", &doSelect);
446 err = message->FindBool("data", &doSelect);
H A DColorControl.cpp77 data->FindBool("_use_off", &useOffscreen);
H A DColumnListView.cpp1790 if (message->FindBool("be:clvhandled", &handled) != B_OK) {
2025 if (message->FindBool("visible", i, &visible) == B_OK)
2031 if (message->FindBool("sortingenabled", &b) == B_OK) {
2039 if (message->FindBool("sortascending", k, &value) == B_OK)
H A DTabView.cpp71 if (archive->FindBool("_disable", &disable) != B_OK)
/haiku/src/kits/app/
H A DRoster.cpp1371 && reply.FindBool("in-progress", inProgress) != B_OK) {
1681 if (reply.FindBool("registered", &isRegistered) != B_OK
1683 || reply.FindBool("pre-registered", &isPreRegistered) != B_OK) {
H A DLooper.cpp1309 || (message->FindBool("_shutdown_", &shutdown) == B_OK && shutdown)) {
/haiku/src/kits/tracker/
H A DPoseView.cpp2372 else if (message->FindBool("clearClipboard")
2453 if (message->FindBool("force", &force) != B_OK)
2643 if (message->FindBool("ShowSelectionWhenInactive",
2656 if (message->FindBool("TransparentSelection",
2669 if (message->FindBool("SortFolderNamesFirst",
2687 if (message->FindBool("HideDotFiles",
2700 if (message->FindBool("TypeAheadFiltering",
2907 if (message->FindBool("attr_editable", &isEditable) != B_OK)
2911 if (message->FindBool("attr_statfield", &isStatfield) != B_OK)
3282 clipboardReport->FindBool("clearClipboar
[all...]
H A DFindPanel.cpp660 && message->FindBool("template", &queryTemplate)
2868 if (!attributeMessage.FindBool("attr:viewable"))
/haiku/src/kits/media/
H A DMediaDefs.cpp1354 reply.FindBool("_shutdown", &shutdown);
1378 reply.FindBool("_shutdown", &shutdown);
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp269 || (message->FindBool("don't ignore", &dontIgnore) == B_OK)
/haiku/src/libs/print/libprint/
H A DPreview.cpp216 if (fReader.JobSettings()->FindBool(kJDReverse, &value) == B_OK)
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp363 if (agreementMessage.FindBool("isLatest", &isLatest)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2121 bool fixedRange = message->FindBool("fixedRange");
2184 bool persistentExpression = message->FindBool("persistent");
/haiku/src/apps/mail/
H A DContent.cpp1195 msg->FindBool("header", &fHeader);
1203 msg->FindBool("raw", &fRaw);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp546 if (message->FindBool("removed")) {
/haiku/src/apps/sudoku/
H A DSudokuView.cpp925 if (archive->FindBool("show cursor", &fShowCursor) != B_OK)
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp621 status_t result = fInitialSettings.FindBool(kKeyShowDetails,
/haiku/src/bin/
H A Dhey.cpp229 the_reply.FindBool("result", &v);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp631 || settings->FindBool("show legend", &fShowLegend) != B_OK)
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp1296 err = message->FindBool("cycling", &cycling);

Completed in 212 milliseconds

123456789