Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx467 … sal_Bool bChilds, sal_Bool bParent, sal_Bool bSiblings );
477 …veInvalidateRegion( const Rectangle& rRect, long nHorzScroll, long nVertScroll, sal_Bool bChilds );
478 …lInvalidateRegions( const Rectangle& rRect, long nHorzScroll, long nVertScroll, sal_Bool bChilds );
651 sal_Bool IsLocked( sal_Bool bChilds = sal_False ) const;
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx543 sal_Bool bChilds = sal_False; in HasSelectedChilds() local
559 bChilds = sal_True; in HasSelectedChilds()
563 return( bChilds ); in HasSelectedChilds()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx590 void ScFormulaReferenceHelper::EnableSpreadsheets(sal_Bool bFlag, sal_Bool bChilds) in EnableSpreadsheets() argument
613 if(bChilds) in EnableSpreadsheets()
/trunk/main/sc/source/ui/inc/
H A Danyrefdg.hxx105 … void EnableSpreadsheets( sal_Bool bFlag = sal_True, sal_Bool bChilds = sal_True );
/trunk/main/vcl/source/window/
H A Dwindow.cxx2296 sal_Bool bChilds, sal_Bool bParent, sal_Bool bSiblings ) in ImplCalcOverlapRegion() argument
2350 if ( bChilds ) in ImplCalcOverlapRegion()
2770 sal_Bool bChilds ) in ImplMoveInvalidateRegion() argument
2780 if ( bChilds && (mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTCHILDS) ) in ImplMoveInvalidateRegion()
2795 sal_Bool bChilds ) in ImplMoveAllInvalidateRegions() argument
2798 ImplMoveInvalidateRegion( rRect, nHorzScroll, nVertScroll, bChilds ); in ImplMoveAllInvalidateRegions()
2824 if ( bChilds ) in ImplMoveAllInvalidateRegions()
5602 sal_Bool Window::IsLocked( sal_Bool bChilds ) const in IsLocked()
5607 if ( bChilds || mpWindowImpl->mbChildNotify ) in IsLocked()

Completed in 67 milliseconds