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.cxx245 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() local
590 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 …]
/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.cxx1526 sal_uInt32 nCheckStatus = 0; in GetSelectionType() local
1528 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()

Completed in 39 milliseconds