Searched refs:FindBool (Results 101 - 125 of 208) sorted by relevance

123456789

/haiku/src/kits/interface/
H A DBMCPrivate.cpp129 if (data->FindBool("_rsize_to_fit", &resizeToFit) == B_OK)
H A DBox.cpp664 if (archive->FindBool("_style", &fancy) == B_OK)
670 if (archive->FindBool("_lblview", &hasLabelView) == B_OK)
H A DMenuItem.cpp101 if (data->FindBool("_disable", &disable) == B_OK)
105 if (data->FindBool("_marked", &marked) == B_OK)
H A DMenu.cpp1554 archive->FindBool("_rsize_to_fit", &fResizeToFit);
1556 if (archive->FindBool("_disable", &disabled) == B_OK)
1558 archive->FindBool("_radio", &fRadioMode);
1561 archive->FindBool("_trig_disabled", &disableTrigger);
1564 archive->FindBool("_dyn_label", &fDynamicName);
1709 err = message->FindBool("data", &isEnabled);
1903 err = message->FindBool("data", &isEnabled);
1926 err = message->FindBool("data", &isMarked);
H A DAbstractLayout.cpp168 err = archive->FindBool(kVisibleField, &visible);
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp1413 if (message->FindBool("DesktopFilePanelRoot",
1913 message->FindBool("ShowDisksIcon", &showDisksIcon);
1914 message->FindBool("MountVolumesOntoDesktop", &mountVolumesOnDesktop);
1915 message->FindBool("MountSharedVolumesOntoDesktop",
1948 message->FindBool("MountVolumesOntoDesktop", &mountVolumesOnDesktop);
1949 message->FindBool("MountSharedVolumesOntoDesktop",
H A DBackgroundImage.cpp112 container.FindBool(kBackgroundImageInfoTextOutline, index,
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp182 message->FindBool("replace", &deselectOthers);
207 && (message->FindBool("success", &success) == B_OK))
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp170 if (settings.FindBool("show private blocks", &show) == B_OK) {
174 if (settings.FindBool("show contained blocks only", &show) == B_OK) {
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp607 message->FindBool("scroll_twofinger", &settings.scroll_twofinger);
608 message->FindBool("scroll_twofinger_horizontal",
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp73 || reply.FindBool("result", &result) != B_OK
267 if (msg->FindBool("key down", &keyDown) != B_OK)
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp414 partition.FindBool("show", &show);
433 partition.FindBool("show", &show);
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp532 if (previous.FindBool("case_sensitive", &caseSensitive) != B_OK
534 || settings->FindBool("case_sensitive", &caseSensitive) != B_OK)) {
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1104 if (message->FindBool("can cut", &canCut) != B_OK)
1106 if (message->FindBool("can copy", &canCopy) != B_OK)
1108 if (message->FindBool("can paste", &canPaste) != B_OK)
1176 && message->FindBool("value", &flag) == B_OK) {
1182 && message->FindBool("value", &flag) == B_OK) {
1199 && message->FindBool("value", &flag) == B_OK) {
1202 && message->FindBool("value", &flag) == B_OK) {
1208 && message->FindBool("value", &flag) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp338 request.FindBool("badPassword", &badPassword);
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp51 if (archive.FindBool("minimized", &minimized) != B_OK)
/haiku/src/servers/keystore/
H A DKeyring.cpp41 result = message.FindBool("hasUnlockKey", &fHasUnlockKey);
/haiku/src/bin/desklink/
H A DVolumeControl.cpp68 if (archive->FindBool("beep", &fBeep) != B_OK)
/haiku/src/kits/shared/
H A DDriverSettingsMessageAdapter.cpp344 status_t result = message.FindBool(name, valueIndex, &value);
/haiku/src/apps/clock/
H A Dcl_view.cpp207 data->FindInt32("face"), data->FindBool("seconds"));
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp365 ioExtension->FindBool(B_TRANSLATOR_EXT_HEADER_ONLY, &headerOnly);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp178 if ((message->FindBool("replace", &replace) == B_OK)
/haiku/src/apps/screenshot/
H A DScreenshot.cpp298 } else if (reply.FindBool("result", &foundActiveWindow) != B_OK)
/haiku/src/apps/deskbar/
H A DTimeView.cpp104 data->FindBool("seconds", &fShowSeconds);
/haiku/src/libs/icon/shape/
H A DShape.cpp174 if (archive->FindBool("hinting", &fHinting) < B_OK)

Completed in 209 milliseconds

123456789