Searched refs:nCheckStatus (Results 1 – 5 of 5) sorted by relevance
241 bool checkForSelectedFontWork( SdrView* pSdrView, sal_uInt32& nCheckStatus ) in checkForSelectedFontWork() argument243 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() local588 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 …]
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()
1524 sal_uInt32 nCheckStatus = 0; in GetSelectionType() local1526 const_cast<SdrView *>(GetDrawView()), nCheckStatus )) in GetSelectionType()
915 sal_uInt32 nCheckStatus = 0; in SetCurSubShell() local917 GetScDrawView(), nCheckStatus )) { in SetCurSubShell()