Searched refs:FindBool (Results 26 - 50 of 208) sorted by relevance

123456789

/haiku/src/preferences/time/
H A DBaseView.cpp53 if (message->FindBool("time", &isTime) != B_OK)
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp105 if (reply.FindBool("result", &result) == B_OK && !result)
132 if (message->FindBool("reference image", &referenceImage) == B_OK)
225 if (message->FindBool("append", &append) != B_OK)
228 if (message->FindBool("reference image", &referenceImage) != B_OK)
/haiku/src/apps/haikudepot/model/
H A DUserCredentials.cpp21 from->FindBool(KEY_IS_SUCCESSFUL, &fIsSuccessful);
H A DUserDetail.cpp23 from->FindBool(KEY_IS_LATEST, &fIsLatest);
H A DCreateUserDetail.cpp24 from->FindBool(KEY_IS_PASSWORD_REPEATED, &fIsPasswordRepeated);
/haiku/src/apps/stylededit/
H A DStatusView.cpp224 if (B_OK == message->FindBool("modified", &modified) && modified) {
226 } else if (B_OK == message->FindBool("readOnly", &fReadOnly) && fReadOnly) {
228 if (B_OK == message->FindBool("canUnlock", &fCanUnlock) && fCanUnlock)
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp104 if (fSettings.FindBool("install")) {
173 if (message.FindBool("show", &show) == B_OK && show)
390 if (message.FindBool("show", &show) != B_OK || !show)
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp218 fLeaveOnServerCheckBox->SetValue(settings.FindBool(
223 fRemoveFromServerCheckBox->SetValue(settings.FindBool(
226 settings.FindBool("leave_mail_on_server"));
H A DMailSettings.cpp158 return fData.FindBool("DaemonAutoStarts");
269 return fData.FindBool("CheckOnlyIfPPPUp");
284 return fData.FindBool("SendOnlyIfPPPUp");
873 if (settings.FindBool("inbound_enabled", &fInboundEnabled) != B_OK)
875 if (settings.FindBool("outbound_enabled", &fOutboundEnabled) != B_OK)
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp312 CPPUNIT_ASSERT(pmsg->FindBool(B_TRANSLATOR_EXT_HEADER_ONLY,
314 CPPUNIT_ASSERT(pmsg->FindBool(B_TRANSLATOR_EXT_DATA_ONLY,
316 CPPUNIT_ASSERT(pmsg->FindBool("tga /rle", &bdummy) == B_OK);
/haiku/src/kits/interface/
H A DToolTip.cpp27 if (archive->FindBool("sticky", &sticky) == B_OK)
H A DControl.cpp103 if (data->FindBool("_disable", &toggle) == B_OK)
106 if (data->FindBool("be:wants_nav", &toggle) == B_OK)
245 if (message->FindBool("data", &enabled) == B_OK) {
/haiku/src/apps/launchbox/
H A DApp.cpp77 if (settings.FindBool("autostart", &auto_start) == B_OK)
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp543 msg.FindBool(B_TRANSLATOR_EXT_HEADER_ONLY, &bheaderonly) == B_OK);
550 msg.FindBool(B_TRANSLATOR_EXT_DATA_ONLY, &bdataonly) == B_OK);
556 CPPUNIT_ASSERT(msg.FindBool("tga /rle", &brle) == B_OK);
562 CPPUNIT_ASSERT(msg.FindBool("tga /ignore_alpha", &balpha) == B_OK);
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolAsynchronousListener.cpp139 message->FindBool("url:success", &success);
/haiku/src/tests/kits/shared/
H A DJsonToMessageTest.cpp161 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindBool("testTrue", &boolValue));
164 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindBool("testFalse", &boolValue));
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp263 if (msg->FindBool("_aliased", &aliased) == B_OK) {
318 if (msg->FindBool("_boundingbox", &boundingbox) == B_OK) {
/haiku/src/add-ons/translators/shared/
H A DTranslatorSettings.cpp227 // errors or an error code from BMessage::FindBool() or
243 if (pmsg->FindBool(defaults[i].name, &value) != B_OK) {
428 fSettingsMsg.FindBool(def->name, &bprevValue);
/haiku/src/servers/app/
H A DDesktopSettings.cpp219 if (settings.FindBool("accept first click", &acceptFirstClick)
258 if (settings.FindBool("click to open", &clickToOpen) == B_OK)
262 if (settings.FindBool("triggers always shown", &triggersAlwaysShown)
269 if (settings.FindBool("proportional", &proportional) == B_OK)
273 if (settings.FindBool("double arrows", &doubleArrows) == B_OK)
286 if (settings.FindBool("subpixel antialiasing", &subpix) == B_OK)
296 if (settings.FindBool("subpixel ordering", &subpixelOrdering)
330 if (settings.FindBool("show", &fShowAllDraggers) != B_OK)
/haiku/headers/private/kernel/util/
H A DKMessage.h88 inline status_t FindBool(const char* name, bool* value) const;
89 inline status_t FindBool(const char* name, int32 index,
367 KMessage::FindBool(const char* name, bool* value) const function in class:KMessage
369 return FindBool(name, 0, value);
374 KMessage::FindBool(const char* name, int32 index, bool* value) const function in class:KMessage
/haiku/src/libs/print/libprint/
H A DJobData.cpp110 return fSettings.FindBool(key, &value) == B_OK;
119 fSettings.FindBool(key, &value);
263 fShowPreview = message->FindBool(kJDShowPreview);
396 fCollate = message->FindBool(kJDCollate);
401 fReverse = message->FindBool(kJDReverse);
/haiku/src/servers/mount/
H A DAutoMounter.cpp413 message->FindBool("rescanNow", &rescanNow);
916 if (message->FindBool("autoMountAll", &all) != B_OK)
918 if (message->FindBool("autoMountAllBFS", &bfs) != B_OK)
925 if (message->FindBool("initialMountAll", &all) != B_OK)
927 if (message->FindBool("initialMountAllBFS", &bfs) != B_OK)
929 if (message->FindBool("initialMountRestore", &restore) != B_OK)
936 if (message->FindBool("ejectWhenUnmounting", &eject) == B_OK)
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp229 && (msg->FindBool("midi:registered", &isRegistered) == B_OK)
232 && (msg->FindBool("midi:consumer", &isConsumer) == B_OK)) {
377 if (msg->FindBool("midi:registered", &isRegistered) == B_OK) {
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp139 if (message->FindBool("show_icons", &showIcons) == B_OK)
143 if (message->FindBool("show_rule", &showRule) == B_OK)
403 if (message->FindBool("allowDirs"))
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp46 if (message->FindBool("canceled", &canceled) != B_OK)

Completed in 184 milliseconds

123456789