Home
last modified time | relevance | path

Searched refs:bConsumed (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DFocusManager.cxx288 bool bConsumed = false; in MoveFocusInsideDeckTitle() local
298 bConsumed = true; in MoveFocusInsideDeckTitle()
304 return bConsumed; in MoveFocusInsideDeckTitle()
311 bool bConsumed = false; in HandleKeyEvent() local
336 bConsumed = true; in HandleKeyEvent()
341 return bConsumed; in HandleKeyEvent()
348 bConsumed = true; in HandleKeyEvent()
354 bConsumed = true; in HandleKeyEvent()
360 return bConsumed; in HandleKeyEvent()
373 bConsumed = true; in HandleKeyEvent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dedit.cxx276 bool bConsumed = WeldEditView::Command(rCEvt); in Command() local
277 if (bConsumed) in Command()
279 return bConsumed; in Command()
341 bool bConsumed = WeldEditView::KeyInput(rKEvt); in KeyInput() local
342 if (!bConsumed) in KeyInput()
390 return bConsumed; in KeyInput()
H A Dview.cxx586 bool bConsumed = true; in KeyInput() local
687 bConsumed = false; in KeyInput()
697 return bConsumed; in KeyInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dviewshel.cxx417 bool bConsumed = false; in KeyInput() local
419 bConsumed = GetView()->getSmartTags().KeyInput(rKEvt); in KeyInput()
421 if( !bConsumed ) in KeyInput()
484 bool bConsumed = false; in MouseButtonDown() local
486 bConsumed = GetView()->getSmartTags().MouseButtonDown( rMEvt ); in MouseButtonDown()
488 if( bConsumed ) in MouseButtonDown()
640 bool bConsumed = false; in Command() local
642 bConsumed = GetView()->getSmartTags().Command(rCEvt); in Command()
644 if( !bConsumed && HasCurrentFunction()) in Command()
H A Ddrviewse.cxx668 bool bConsumed = false; in FuDeleteSelectedObjects() local
698 bConsumed = true; in FuDeleteSelectedObjects()
708 bConsumed = true; in FuDeleteSelectedObjects()
711 if (bConsumed) in FuDeleteSelectedObjects()
717 bConsumed = mpDrawView->getSmartTags().KeyInput( aKEvt ); in FuDeleteSelectedObjects()
719 if (!bConsumed && HasCurrentFunction()) in FuDeleteSelectedObjects()
720 bConsumed = GetCurrentFunction()->KeyInput(aKEvt); in FuDeleteSelectedObjects()
722 if (!bConsumed) in FuDeleteSelectedObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dviewshel.cxx414 bool bConsumed = false; in KeyInput() local
416 bConsumed = GetView()->getSmartTags().KeyInput(rKEvt); in KeyInput()
418 if( !bConsumed ) in KeyInput()
481 bool bConsumed = false; in MouseButtonDown() local
483 bConsumed = GetView()->getSmartTags().MouseButtonDown( rMEvt ); in MouseButtonDown()
485 if( bConsumed ) in MouseButtonDown()
637 bool bConsumed = false; in Command() local
639 bConsumed = GetView()->getSmartTags().Command(rCEvt); in Command()
641 if( !bConsumed && HasCurrentFunction()) in Command()
H A Ddrviewse.cxx665 bool bConsumed = false; in FuDeleteSelectedObjects() local
695 bConsumed = true; in FuDeleteSelectedObjects()
705 bConsumed = true; in FuDeleteSelectedObjects()
708 if (bConsumed) in FuDeleteSelectedObjects()
714 bConsumed = mpDrawView->getSmartTags().KeyInput( aKEvt ); in FuDeleteSelectedObjects()
716 if (!bConsumed && HasCurrentFunction()) in FuDeleteSelectedObjects()
717 bConsumed = GetCurrentFunction()->KeyInput(aKEvt); in FuDeleteSelectedObjects()
719 if (!bConsumed) in FuDeleteSelectedObjects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx151 bool bConsumed = false; in IMPL_LINK_NOARG() local
155 bConsumed = true; in IMPL_LINK_NOARG()
157 return bConsumed; in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dnavigatr.cxx595 bool bConsumed = false; in IMPL_LINK() local
605 bConsumed = true; in IMPL_LINK()
609 return bConsumed; in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dcontent.cxx2032 bool bConsumed = false; in IMPL_LINK_NOARG() local
2057 bConsumed = pCnt->GetParent()->GetType() == ContentTypeId::OUTLINE; in IMPL_LINK_NOARG()
2061 return bConsumed; // false/true == allow/disallow more to be done, i.e. expand/collapse children in IMPL_LINK_NOARG()
3727 bool bConsumed = true; in IMPL_LINK() local
3878 bConsumed = false; in IMPL_LINK()
3891 bConsumed = false; in IMPL_LINK()
3894 bConsumed = false; in IMPL_LINK()
3897 bConsumed = false; in IMPL_LINK()
3900 bConsumed = false; in IMPL_LINK()
3902 return bConsumed; in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellDialog.cxx1249 bool bConsumed = false; in KeyInput() local
1254 bConsumed = true; in KeyInput()
1510 bConsumed = m_xEditView->PostKeyEvent(rKeyEvt); in KeyInput()
1512 return bConsumed; in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellDialog.cxx1246 bool bConsumed = false; in KeyInput() local
1251 bConsumed = true; in KeyInput()
1507 bConsumed = m_xEditView->PostKeyEvent(rKeyEvt); in KeyInput()
1509 return bConsumed; in KeyInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1001 bool bConsumed = true; in Command() local
1040 bConsumed = false; in Command()
1043 return bConsumed; in Command()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dcsvgrid.cxx991 bool bConsumed = true; in Command() local
1030 bConsumed = false; in Command()
1033 return bConsumed; in Command()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dinputwin.cxx1652 bool bConsumed = false; in Command() local
1716 bConsumed = true; in Command()
1753 return bConsumed; in Command()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit2.cxx338 bool bConsumed = true; in Command() local
587 bConsumed = false; in Command()
589 return GetSelEngine().Command(rCEvt) || bConsumed; in Command()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx2735 bool bConsumed = signal_activate_link(); in IMPL_LINK() local
2736 if (!bConsumed) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx2908 bool bConsumed = signal_activate_link(); in IMPL_LINK() local
2909 if (!bConsumed) in IMPL_LINK()