Home
last modified time | relevance | path

Searched refs:nCheckStatus (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx241 bool checkForSelectedFontWork( SdrView* pSdrView, sal_uInt32& nCheckStatus ) in checkForSelectedFontWork() argument
243 if ( nCheckStatus & 2 ) in checkForSelectedFontWork()
244 return ( nCheckStatus & 1 ) != 0; in checkForSelectedFontWork()
263 nCheckStatus |= 1; in checkForSelectedFontWork()
264 nCheckStatus |= 2; in checkForSelectedFontWork()
578 sal_uInt32 nCheckStatus = 0; in getState() local
588 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()
593 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()
600 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()
605 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()
[all …]
/trunk/main/svx/inc/svx/
H A Dfontworkbar.hxx40 bool SVX_DLLPUBLIC checkForSelectedFontWork( SdrView* pSdrView, sal_uInt32& nCheckStatus );
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx1328 sal_uInt32 nCheckStatus = 0; in SelectionHasChanged() local
1329 if (svx::checkForSelectedFontWork(pView, nCheckStatus)) in SelectionHasChanged()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1524 sal_uInt32 nCheckStatus = 0; in GetSelectionType() local
1526 const_cast<SdrView *>(GetDrawView()), nCheckStatus )) in GetSelectionType()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx915 sal_uInt32 nCheckStatus = 0; in SetCurSubShell() local
917 GetScDrawView(), nCheckStatus )) { in SetCurSubShell()