Searched refs:bChilds (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 467 … 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;
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 543 sal_Bool bChilds = sal_False; in HasSelectedChilds() local 559 bChilds = sal_True; in HasSelectedChilds() 563 return( bChilds ); in HasSelectedChilds()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 590 void ScFormulaReferenceHelper::EnableSpreadsheets(sal_Bool bFlag, sal_Bool bChilds) in EnableSpreadsheets() argument 613 if(bChilds) in EnableSpreadsheets()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | anyrefdg.hxx | 105 … void EnableSpreadsheets( sal_Bool bFlag = sal_True, sal_Bool bChilds = sal_True );
|
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 2296 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 479 milliseconds