Searched refs:FindBool (Results 1 - 25 of 208) sorted by relevance

123456789

/haiku/src/apps/deskcalc/
H A DCalcOptions.cpp37 if (archive->FindBool("auto num lock", &option) == B_OK)
40 if (archive->FindBool("audio feedback", &option) == B_OK)
43 if (archive->FindBool("degree mode", &option) == B_OK)
/haiku/src/tests/kits/app/bmessage/
H A DMessageBoolItemTest.h26 &BMessage::FindBool,
27 &BMessage::FindBool,
28 &BMessage::FindBool,
H A DMessageEasyFindTest.cpp35 CPPUNIT_ASSERT(msg.FindBool("data") == false);
/haiku/src/add-ons/accelerants/radeon/
H A Dsettings.cpp55 settings.FindBool( "SwapDisplays", &vc->swap_displays );
56 settings.FindBool( "UseLaptopPanel", &vc->use_laptop_panel );
/haiku/src/apps/expander/
H A DExpanderSettings.cpp162 && fMessage.FindBool("automatically_expand_files",
164 && fMessage.FindBool("close_when_done", &closeWhenDone) == B_OK
167 && fMessage.FindBool("open_destination_folder",
169 && fMessage.FindBool("show_contents_listing",
237 if (message->FindBool("automatically_expand_files",
243 if (message->FindBool("close_when_done", &closeWhenDone) == B_OK)
252 if (message->FindBool("open_destination_folder",
256 if (message->FindBool("show_contents_listing",
H A DExpanderPreferences.cpp171 if ((fSettings->FindBool("automatically_expand_files",
177 if (fSettings->FindBool("close_when_done", &close_when_done) == B_OK
209 if (fSettings->FindBool("open_destination_folder",
215 if (fSettings->FindBool("show_contents_listing",
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp232 message->FindBool("ShowDisksIcon", &showDisksIcon);
233 message->FindBool("MountVolumesOntoDesktop", &mountVolumesOnDesktop);
234 message->FindBool("MountSharedVolumesOntoDesktop",
277 message->FindBool("MountVolumesOntoDesktop", &mountVolumesOnDesktop);
278 message->FindBool("MountSharedVolumesOntoDesktop",
H A DAutoMounterSettings.cpp298 if (settings.FindBool("autoMountAll", &result) == B_OK && result)
300 else if (settings.FindBool("autoMountAllBFS", &result) == B_OK && result)
305 if (settings.FindBool("suspended", &result) == B_OK && result)
308 if (settings.FindBool("initialMountAll", &result) == B_OK && result)
310 else if (settings.FindBool("initialMountRestore", &result) == B_OK
313 } else if (settings.FindBool("initialMountAllBFS", &result) == B_OK
319 if (settings.FindBool("ejectWhenUnmounting", &result) == B_OK && result)
/haiku/src/preferences/time/
H A DClockView.cpp118 if (message->FindBool("showSeconds", &showSeconds) == B_OK) {
125 if (message->FindBool("showDayOfWeek", &showDayOfWeek) == B_OK) {
132 if (message->FindBool("showTimeZone", &showTimeZone) == B_OK) {
140 if (message->FindBool("showClock", &showClock) == B_OK) {
154 if (message->FindBool("showClock", &showClock) == B_OK) {
/haiku/src/kits/interface/
H A DDeskbar.cpp114 if (_isExpanded && reply.FindBool("expanded", _isExpanded) != B_OK)
144 reply.FindBool("expanded", &isExpanded);
168 reply.FindBool("always on top", &isAlwaysOnTop);
192 reply.FindBool("auto raise", &isAutoRaise);
216 reply.FindBool("auto hide", &isAutoHidden);
290 return reply.FindBool("exists");
304 return reply.FindBool("exists");
H A DListItem.cpp47 data->FindBool("_sel", &fSelected);
49 if (data->FindBool("_disable", &fEnabled) != B_OK)
54 data->FindBool("_li_expanded", &fExpanded);
/haiku/src/tests/kits/storage/testapps/
H A Ddump_mime_types.cpp102 && (attrInfo.FindBool("attr:viewable", k, &isViewable) == B_OK
104 && (attrInfo.FindBool("attr:public", k, &isPublic) == B_OK
106 && (attrInfo.FindBool("attr:editable", k, &isEditable) == B_OK
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilterConfig.cpp68 if (settings->FindBool("AddMarkerToSubject", &subjectHint) != B_OK)
70 if (settings->FindBool("AutoTraining", &autoTraining) != B_OK)
72 if (settings->FindBool("NoWordsMeansSpam", &noWordsMeansSpam) != B_OK)
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp98 message -> FindBool("Remove",&fRemove);
104 message -> FindBool("Test",&fTest);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DGuiSettingsUtils.cpp41 if (settings.FindBool("collapsed", i, &collapsed) == B_OK)
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp115 return fMessage.FindBool("delete_remote_when_local");
/haiku/src/servers/notification/
H A DAppUsage.cpp104 msg.FindBool("allow", &fAllow);
H A DNotificationReceived.cpp111 msg.FindBool("notify_enabled", &fEnabled);
/haiku/src/apps/autoraise/
H A Dsettings.cpp35 if (_settingsMessage.FindBool(AR_ACTIVE, &_confActive) != B_OK)
/haiku/src/servers/registrar/
H A DMIMEManager.cpp258 err = message->FindBool("recursive", &recursive);
260 err = message->FindBool("synchronous", &synchronous);
380 err = message->FindBool("long", &isLong);
462 err = message->FindBool("full sync", &fullSync);
504 err = message->FindBool("long", &isLong);
558 err = message->FindBool("full sync", &fullSync);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.cpp99 if (msgTo->FindBool(fName, &dummy) == B_OK) {
159 } else if (msgFrom->FindBool(fName, &val) == B_OK)
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.cpp100 if (archive.FindBool("enabled", &fEnabled) != B_OK)
103 if (archive.FindBool("hidden", &fHidden) != B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp73 if (reply.FindBool("cancelled", &cancelled) != B_OK)
/haiku/src/servers/input/
H A DBottomlineWindow.cpp83 || event->FindBool("be:confirmed", &confirmed) != B_OK
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp40 || (message->FindBool("be:transit_only", &transitOnly)

Completed in 1135 milliseconds

123456789