Home
last modified time | relevance | path

Searched refs:bHandled (Results 1 – 25 of 61) sorted by relevance

123

/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx382 sal_Bool bHandled = sal_False; in KeyInput() local
389 bHandled = ( m_aCutHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
390 if ( bHandled ) in KeyInput()
394 bHandled = ( m_aCopyHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
395 if ( bHandled ) in KeyInput()
399 bHandled = ( m_aPasteHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
400 if ( bHandled ) in KeyInput()
404 bHandled = ( m_aDeleteHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
405 if ( bHandled ) in KeyInput()
415 bHandled = m_bHandleEnterKey; in KeyInput()
[all …]
/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.hxx87 LRESULT OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
88 LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
89 LRESULT OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
90 LRESULT OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
91 LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
92 LRESULT OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
H A Datlwindow.cxx65 LRESULT AWindow::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnClose() argument
84 LRESULT AWindow::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnCreate() argument
141 LRESULT AWindow::OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnMouseAction() argument
156 LRESULT AWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnTimer() argument
225 LRESULT AWindow::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnSize() argument
237 LRESULT AWindow::OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnFocus() argument
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1866 bHandled = true; in handleReceivePropertyNotify()
1954 return bHandled; in handleReceivePropertyNotify()
2054 return bHandled; in handleSendPropertyNotify()
2090 bHandled = true; in handleSelectionNotify()
2147 return bHandled; in handleSelectionNotify()
2186 bHandled = true; in handleDropEvent()
2327 return bHandled; in handleDropEvent()
2704 bHandled = true; in handleDragEvent()
2727 bHandled = true; in handleDragEvent()
2908 return bHandled; in handleDragEvent()
[all …]
/trunk/main/sfx2/source/view/
H A Duserinputinterception.cxx184 bool bHandled = false; in handleNotifyEvent() local
206 bHandled = xHandler->keyPressed( aEvent ); in handleNotifyEvent()
208 bHandled = xHandler->keyReleased( aEvent ); in handleNotifyEvent()
244 bHandled = xHandler->mousePressed( aEvent ); in handleNotifyEvent()
246 bHandled = xHandler->mouseReleased( aEvent ); in handleNotifyEvent()
269 return bHandled; in handleNotifyEvent()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx192 sal_Bool bHandled = sal_False; in MouseButtonDown() local
210 bHandled = sal_True; in MouseButtonDown()
221 bHandled = sal_True; in MouseButtonDown()
238 bHandled = sal_True; in MouseButtonDown()
241 bHandled = sal_True; in MouseButtonDown()
242 if ( !bHandled ) in MouseButtonDown()
244 return bHandled; in MouseButtonDown()
251 sal_Bool bHandled = sal_False; in MouseButtonUp() local
253 return bHandled; in MouseButtonUp()
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx125 bool bHandled = false; in Notify() local
134 bHandled = true; in Notify()
138 bHandled = true; in Notify()
167 bHandled = true; in Notify()
171 return bHandled ? 1 : ListBox::Notify( rNEvt ); in Notify()
/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx830 sal_Bool bHandled= sal_False; in Invoke() local
832 puArgErr, bHandled); in Invoke()
833 if( bHandled) in Invoke()
1076 unsigned int * /*puArgErr*/, sal_Bool& bHandled) in InvokeGeneral() argument
1087 bHandled= sal_True; in InvokeGeneral()
1100 bHandled= sal_True; in InvokeGeneral()
1120 bHandled= sal_True; in InvokeGeneral()
1152 bHandled= sal_True; in InvokeGeneral()
1360 sal_Bool bHandled= sal_False; in Invoke() local
1362 puArgErr, bHandled); in Invoke()
[all …]
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx539 bool bHandled = false; in firing_impl() local
548 bHandled = xDialogEventHandler->callHandlerMethod( xDialog, aEventObject, aMethodName ); in firing_impl()
557bHandled = xContainerWindowEventHandler->callHandlerMethod( xWindow, aEventObject, aMethodName ); in firing_impl()
563 if( !bHandled && m_xIntrospectionAccess.is() ) in firing_impl()
581 bHandled = true; in firing_impl()
600 bHandled = true; in firing_impl()
609 if( bHandled ) in firing_impl()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx667 sal_Bool bHandled = sal_False; in PreNotify() local
689 bHandled = sal_True; in PreNotify()
693 bHandled = sal_True; in PreNotify()
697 bHandled = sal_True; in PreNotify()
701 bHandled = sal_True; in PreNotify()
705 if ( bHandled ) in PreNotify()
793 if (!bHandled) in PreNotify()
H A DTableWindowListBox.cxx171 sal_Bool bHandled = sal_False; in PreNotify() local
183 bHandled = m_pTabWin->HandleKeyInput(*pKeyEvent); in PreNotify()
197 if (!bHandled) in PreNotify()
H A DJoinTableView.cxx1298 sal_Bool bHandled = sal_False; in Command() local
1337 bHandled = sal_True; in Command()
1340 if (!bHandled) in Command()
1400 sal_Bool bHandled = sal_False; in PreNotify() local
1415 bHandled = sal_True; in PreNotify()
1587 if (!bHandled) in PreNotify()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldeck.cxx471 bool bHandled = false; in Notify() local
478 bHandled = true; in Notify()
494 bHandled = false; in Notify()
503 bHandled = true; in Notify()
508 if ( bHandled ) in Notify()
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx470 bool bHandled = false; in getPropertyDefaultByHandle() local
476 bHandled = true; in getPropertyDefaultByHandle()
481 bHandled = true; in getPropertyDefaultByHandle()
486 bHandled = true; in getPropertyDefaultByHandle()
489 if ( bHandled ) in getPropertyDefaultByHandle()
/trunk/main/filter/source/pdf/
H A Dpdfinteract.cxx58 sal_Bool bHandled = sal_False; in handleInteractionRequest() local
70 bHandled = sal_True; in handleInteractionRequest()
72 return bHandled; in handleInteractionRequest()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx267 sal_Bool bHandled = sal_False; in KeyInput() local
276 bHandled = sal_True; in KeyInput()
328 if(!bHandled) in KeyInput()
629 sal_Bool bHandled = sal_False; in KeyInput() local
638 bHandled = sal_True; in KeyInput()
676 if(!bHandled) in KeyInput()
H A Ditemwin.cxx623 bool bHandled = sal_False; in Notify() local
629 bHandled = sal_True; in Notify()
634 bHandled = sal_True; in Notify()
638 if ( bHandled ) in Notify()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx419 sal_Bool bHandled = sal_False; in Notify() local
424 bHandled = sal_True; in Notify()
526 sal_Bool bHandled = sal_False; in Notify() local
531 bHandled = sal_True; in Notify()
940 sal_Bool bHandled = sal_False; in PreNotify() local
947 bHandled = sal_True; in PreNotify()
964 sal_Bool bHandled = sal_False; in Notify() local
969 bHandled = sal_True; in Notify()
3260 sal_Bool bHandled = sal_False; in PreNotify() local
3270 bHandled = sal_True; in PreNotify()
[all …]
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm141 bool bHandled = false;
150 bHandled = GetSalData()->maKeyEventAnswer[ pEvent ];
158 if( ! bHandled && (pMainMenu == 0 || ! [pMainMenu performKeyEquivalent: pEvent]) )
161 bHandled = GetSalData()->maKeyEventAnswer[ pEvent ];
164 bHandled = true; // event handled already or main menu just handled it
167 if( bHandled )
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx162 bool bHandled = false; in PreNotify() local
177 bHandled = m_rController.interceptUserInput( _rNEvt ); in PreNotify()
180 return bHandled ? 1L : Window::PreNotify( _rNEvt ); in PreNotify()
/trunk/main/svtools/source/table/
H A Ddefaultinputhandler.cxx146 bool bHandled = false; in KeyInput() local
184 bHandled = _rControl.dispatchAction( pActions->eAction ); in KeyInput()
189 return bHandled; in KeyInput()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx434 bool bHandled = false; in Notify() local
443 bHandled = HandleTabKey( aKeyCode.IsShift() ); in Notify()
446 if ( !bHandled ) in Notify()
1197 bool bHandled = false; in Notify() local
1210 bHandled = true; in Notify()
1215 bHandled = true; in Notify()
1220 bHandled = m_pExtensionBox->Notify( rNEvt ); in Notify()
1223 if ( !bHandled ) in Notify()
H A Ddp_gui_extlistbox.cxx888 bool bHandled = false; in Notify() local
897 bHandled = HandleTabKey( aKeyCode.IsShift() ); in Notify()
899 bHandled = HandleCursorKey( nKeyCode ); in Notify()
915 bHandled = true; in Notify()
920 if ( !bHandled ) in Notify()
/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx358 sal_Bool bHandled = sal_False; in handleSpecialItem() local
364 bHandled = sal_True; in handleSpecialItem()
448 bHandled = sal_False; in handleSpecialItem()
460 if( !bHandled ) in handleSpecialItem()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1614 sal_Bool bHandled = sal_True; in getSelectedFilterItems() local
1617 bHandled && pEntry != NULL; in getSelectedFilterItems()
1625 bHandled = sal_False; in getSelectedFilterItems()
1629 bHandled = sal_False; in getSelectedFilterItems()
1631 if (bHandled) in getSelectedFilterItems()
1638 if ( !bHandled || !bFoundSomething ) in getSelectedFilterItems()
1693 sal_Bool bHandled = sal_False; in Command() local
1785 bHandled = sal_True; in Command()
1789 if (!bHandled) in Command()

Completed in 239 milliseconds

123