/trunk/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 382 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 D | atlwindow.hxx | 87 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 D | atlwindow.cxx | 65 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 D | X11_selection.cxx | 1866 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 D | userinputinterception.cxx | 184 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 D | dlgedfunc.cxx | 192 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 D | scenwnd.cxx | 125 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 D | unoobjw.cxx | 830 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 D | dlgevtatt.cxx | 539 bool bHandled = false; in firing_impl() local 548 bHandled = xDialogEventHandler->callHandlerMethod( xDialog, aEventObject, aMethodName ); in firing_impl() 557 … bHandled = 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 D | TableWindow.cxx | 667 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 D | TableWindowListBox.cxx | 171 sal_Bool bHandled = sal_False; in PreNotify() local 183 bHandled = m_pTabWin->HandleKeyInput(*pKeyEvent); in PreNotify() 197 if (!bHandled) in PreNotify()
|
H A D | JoinTableView.cxx | 1298 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 D | toolpaneldeck.cxx | 471 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 D | formcontrolfont.cxx | 470 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 D | pdfinteract.cxx | 58 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 D | layctrl.cxx | 267 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 D | itemwin.cxx | 623 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 D | newhelp.cxx | 419 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 D | vclnsapp.mm | 141 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 D | dataview.cxx | 162 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 D | defaultinputhandler.cxx | 146 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 D | dp_gui_dialog2.cxx | 434 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 D | dp_gui_extlistbox.cxx | 888 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 D | PropertyMaps.cxx | 358 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 D | filtnav.cxx | 1614 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()
|