Searched refs:nCheckStatus (Results 1 – 5 of 5) sorted by relevance
251 if ( nCheckStatus & 2 ) in checkForSelectedFontWork()252 return ( nCheckStatus & 1 ) != 0; in checkForSelectedFontWork()271 nCheckStatus |= 1; in checkForSelectedFontWork()272 nCheckStatus |= 2; in checkForSelectedFontWork()586 sal_uInt32 nCheckStatus = 0; in getState() local596 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()601 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()608 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()613 if ( !checkForSelectedFontWork( pSdrView, nCheckStatus ) ) in getState()620 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 2470 milliseconds