Searched refs:FindInt32 (Results 1 - 25 of 570) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp229 if (message->FindInt32("character", (int32*)&character) != B_OK) {
364 if (Window()->CurrentMessage()->FindInt32("buttons", &buttons) == B_OK) {
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp153 if (message->FindInt32("opcode", &opcode) != B_OK)
161 if (message->FindInt32("device", &nodeRef.device) != B_OK
198 if (message->FindInt32("device", &nodeRef.device) != B_OK
272 if (message->FindInt32("device", &nodeRef.device) != B_OK
/haiku/src/preferences/screen/
H A DScreenWindow.cpp765 if (message->FindInt32("space", &space) == B_OK) {
858 item->Message()->FindInt32("tv_standard", (int32 *)&tvStandard);
1060 message->FindInt32("width", &fSelected.width);
1061 message->FindInt32("height", &fSelected.height);
1076 if (message->FindInt32("space", &space) != B_OK)
1080 if (message->FindInt32("index", &index) == B_OK
1141 if (message->FindInt32("mode", &mode) == B_OK)
1160 message->FindInt32("tv_standard", (int32 *)&fSelected.tv_standard);
1234 screen.SetBrightness(message->FindInt32("be:value") / 255.f);
H A DMonitorView.cpp165 if (message->FindInt32("width", &width) == B_OK
166 && message->FindInt32("height", &height) == B_OK)
/haiku/src/kits/tracker/
H A DFSUtils.cpp3605 result = message.FindInt32("error", &errorCode);
H A DContainerWindow.cpp516 && ((CurrentMessage()->FindInt32("modifiers") & B_CONTROL_KEY)) != 0) {
1470 if (message->FindInt32("action", &action) != B_OK) {
1471 // Design problem? Why does FindInt32 touch
1540 if (message->FindInt32("be:observe_change_what", &observerWhat)
3086 if (message->FindInt32("size", &size) != B_OK)
3363 if (item->Message()->FindInt32("attr_hash", &attrHash) == B_OK)
3375 if (item->Message()->FindInt32("attr_hash", &attrHash)
3399 if (item->Message()->FindInt32("attr_hash",
3480 || attrInfo.FindInt32("attr:type", index, &type) != B_OK
3482 || attrInfo.FindInt32("att
[all...]
H A DFilePanelPriv.cpp133 message->FindInt32("modifiers", &modifier);
393 switch (message->FindInt32("opcode")) {
400 message->FindInt32("device", &dirNode.device);
421 message->FindInt32("device", &itemNode.device);
1407 if (message->FindInt32("be:observe_change_what", &observerWhat)
1790 switch (message->FindInt32("opcode")) {
1797 if (message->FindInt32("new device", &device) != B_OK)
1820 if (message->FindInt32("device", &device) == B_OK) {
/haiku/src/apps/stylededit/
H A DStatusView.cpp177 && message->FindInt32("clicks", &clicks) == B_OK && clicks > 1)
196 if (B_OK == message->FindInt32("line", &line)
197 && B_OK == message->FindInt32("column", &column))
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp93 reply.FindInt32(kKeyAlertResult, &action);
111 reply.FindInt32(kKeyAlertResult, &result);
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp336 int32 color = message->FindInt32("color");
/haiku/src/apps/installer/
H A DInstallerWindow.cpp349 if (msg->FindInt32("error", &error) == B_OK) {
467 if (msg->FindInt32("current", &currentCount) == B_OK
468 && msg->FindInt32("maximum", &maximumCount) == B_OK) {
/haiku/src/apps/drivesetup/
H A DDiskView.cpp126 if (Window()->CurrentMessage()->FindInt32("buttons",
/haiku/src/apps/diskprobe/
H A DProbeView.cpp672 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
754 } else if (message->FindInt32("delta", &delta) == B_OK) {
816 if (message->FindInt32("base", &type) != B_OK)
1087 settings->FindInt32("base_type", &baseType);
1792 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
1811 if (message->FindInt32("base_type", &type) != B_OK)
1849 if (message->FindInt32("block_size", &blockSize) != B_OK)
1863 if (message->FindInt32("editor index", &index) != B_OK)
1930 switch (message->FindInt32("opcode")) {
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp127 if (message->FindInt32("be:value", &level) != B_OK)
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp795 && message->FindInt32("workspace", &workspace) == B_OK) {
/haiku/src/kits/interface/
H A DSpinner.cpp103 if (data->FindInt32("_min", &fMinValue) != B_OK)
106 if (data->FindInt32("_max", &fMaxValue) != B_OK)
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp134 if (message->FindInt32("size", &size) != B_OK
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp669 int32 page = message->FindInt32("page");
670 int32 pageCount = message->FindInt32("pageCount");
876 if (message->FindInt32("page", &newPage) != B_OK)
1042 if (message->FindInt32("behavior") == BButton::B_TOGGLE_BEHAVIOR) {
1043 bool force = (message->FindInt32("be:value") == B_CONTROL_ON);
1069 if (message->FindInt32("rating", &rating) != B_OK)
1193 if (message->FindInt32(kTranslatorField, &outTranslator) != B_OK
1194 || message->FindInt32(kTypeField,
1247 if (message->FindInt32(kTranslatorField, &outTranslator) != B_OK
1248 || message->FindInt32(kTypeFiel
[all...]
/haiku/src/kits/package/
H A DPackageInfo.cpp226 && (error = archive->FindInt32("architecture", &architecture)) == B_OK
1574 error = archive->FindInt32(operatorField, i, &operatorType);
1630 error = archive->FindInt32(updateTypeField, i, &updateType);
/haiku/src/preferences/filetypes/
H A DIconView.cpp647 if (message->FindInt32("opcode", &opcode) != B_OK
670 || message->FindInt32("be:which", &which) != B_OK)
836 if (Looper()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK)
838 if (Looper()->CurrentMessage()->FindInt32("clicks", &clicks) != B_OK)
/haiku/src/apps/text_search/
H A DGrepWindow.cpp822 if (message->FindInt32("opcode", &opCode) != B_OK)
910 message->FindInt32("fields", &fields);
/haiku/src/apps/terminal/
H A DTermWindow.cpp146 if (message.FindInt32(field, &fID) != B_OK)
624 status = position.FindInt32("workspaces", id, &_workspaces);
870 if (message->FindInt32("op", &encodingId) == B_OK)
877 if (message->FindInt32("columns", &columns) != B_OK
878 || message->FindInt32("rows", &rows) != B_OK) {
1092 if (message->FindInt32("index", &index) == B_OK
H A DTermViewStates.cpp206 currentMessage->FindInt32("modifiers", &mod);
207 currentMessage->FindInt32("key", &key);
208 currentMessage->FindInt32("raw_char", &rawChar);
505 fView->Window()->CurrentMessage()->FindInt32("clicks", &clicks);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp299 if (message->FindInt32("tab index", &tabIndex) == B_OK) {
H A DRatePackageWindow.cpp354 if (message->FindInt32("be:value", &value) == B_OK)

Completed in 147 milliseconds

1234567891011>>