Searched refs:nCheckStatus (Results 1 – 5 of 5) sorted by relevance
245 if ( nCheckStatus & 2 ) in checkForSelectedFontWork()246 return ( nCheckStatus & 1 ) != 0; in checkForSelectedFontWork()265 nCheckStatus |= 1; in checkForSelectedFontWork()266 nCheckStatus |= 2; in checkForSelectedFontWork()580 sal_uInt32 nCheckStatus = 0; in getState() local590 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()595 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()602 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()607 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()614 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()[all …]
40 bool SVX_DLLPUBLIC checkForSelectedFontWork( SdrView* pSdrView, sal_uInt32& nCheckStatus );
1328 sal_uInt32 nCheckStatus = 0; in SelectionHasChanged() local1329 if (svx::checkForSelectedFontWork(pView, nCheckStatus)) in SelectionHasChanged()
1526 sal_uInt32 nCheckStatus = 0; in GetSelectionType() local1528 const_cast<SdrView *>(GetDrawView()), nCheckStatus )) in GetSelectionType()
915 sal_uInt32 nCheckStatus = 0; in SetCurSubShell() local917 GetScDrawView(), nCheckStatus )) { in SetCurSubShell()
Completed in 41 milliseconds