Home
last modified time | relevance | path

Searched refs:bOuterResize (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx180 bool bOuterResize);
967 bool bOuterResize ( ! GetDocShell()->IsInPlaceActive()); in UpdateBorder() local
968 SvBorder aBorder (GetBorder(bOuterResize)); in UpdateBorder()
969 aBorder += pMainViewShell->GetBorder(bOuterResize); in UpdateBorder()
1290 bool bOuterResize) in ResizePixel() argument
1308 aBorder = pMainViewShell->GetBorder(bOuterResize); in ResizePixel()
1309 aBorder += mrBase.GetBorder(bOuterResize); in ResizePixel()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2338 void LayoutManager::implts_doLayout_notify( sal_Bool bOuterResize ) in implts_doLayout_notify() argument
2340 bool bLayouted = implts_doLayout( false, bOuterResize ); in implts_doLayout_notify()
2345 sal_Bool LayoutManager::implts_doLayout( sal_Bool bForceRequestBorderSpace, sal_Bool bOuterResize ) in implts_doLayout() argument
2387 if ( bOuterResize && !bPreserveContentSize ) in implts_doLayout()
2388 bOuterResize = sal_False; in implts_doLayout()
2391 if ( bOuterResize && xContainerTopWindow.is() && xContainerTopWindow->getIsMaximized() ) in implts_doLayout()
2392 bOuterResize = sal_False; in implts_doLayout()
2397 if ( bOuterResize && ( aComponentRect.Width == 0 ) && ( aComponentRect.Height == 0 ) ) in implts_doLayout()
2398 bOuterResize = sal_False; in implts_doLayout()
2401 if ( bOuterResize ) in implts_doLayout()
/trunk/main/framework/inc/services/
H A Dlayoutmanager.hxx260 sal_Bool implts_doLayout( sal_Bool bForceRequestBorderSpace, sal_Bool bOuterResize );
261 void implts_doLayout_notify( sal_Bool bOuterResize );
/trunk/main/sd/source/ui/inc/
H A DSlideSorterViewShell.hxx189 virtual SvBorder GetBorder (bool bOuterResize);
H A DViewShellBase.hxx121 SvBorder GetBorder (bool bOuterResize);
H A DViewShell.hxx348 SvBorder GetBorder (bool bOuterResize);
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx276 const sal_Bool bOuterResize = bUpdateScrollbar && UpdateScrollbars(); in SetVisArea() local
314 if ( bOuterResize && !bInOuterResizePixel && !bInInnerResizePixel) in SetVisArea()

Completed in 66 milliseconds