Searched refs:checkForSelectedFontWork (Results 1 – 12 of 12) sorted by relevance
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 211 bool checkForSelectedFontWork( SdrView const * pSdrView, sal_uInt32& nCheckStatus ) in checkForSelectedFontWork() function 549 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState() 554 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState() 561 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState() 566 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState() 573 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState() 580 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState() 585 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/ |
H A D | fontworkbar.hxx | 35 bool SVX_DLLPUBLIC checkForSelectedFontWork( SdrView const * pSdrView, sal_uInt32& nCheckStatus );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/ |
H A D | fontworkbar.hxx | 35 bool SVXCORE_DLLPUBLIC checkForSelectedFontWork(SdrView const* pSdrView);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 224 bool checkForSelectedFontWork( SdrView const * pSdrView ) in checkForSelectedFontWork() function 543 if ( checkForSelectedFontWork( pSdrView ) ) in getState()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/ |
H A D | drawsh.cxx | 549 if (pDrView && svx::checkForSelectedFontWork(pDrView)) in SwDrawShell()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/ |
H A D | ToolBarManager.cxx | 1102 if (svx::checkForSelectedFontWork(pView)) in SelectionHasChanged()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/ |
H A D | ToolBarManager.cxx | 1116 if (svx::checkForSelectedFontWork(pView, nCheckStatus)) in SelectionHasChanged()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 839 if (svx::checkForSelectedFontWork( in SetCurSubShell()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 817 if (svx::checkForSelectedFontWork( in SetCurSubShell()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/wrtsh/ |
H A D | wrtsh1.cxx | 1443 if (svx::checkForSelectedFontWork( GetDrawView(), nCheckStatus )) in GetSelectionType()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/wrtsh/ |
H A D | wrtsh1.cxx | 1448 if (svx::checkForSelectedFontWork( GetDrawView() )) in GetSelectionType()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ |
H A D | ChangeLog | 18177 by passing in a variable to checkForSelectedFontWork and remember
|