Searched refs:bOuterResize (Results 1 – 7 of 7) sorted by relevance
180 bool bOuterResize);967 bool bOuterResize ( ! GetDocShell()->IsInPlaceActive()); in UpdateBorder() local968 SvBorder aBorder (GetBorder(bOuterResize)); in UpdateBorder()969 aBorder += pMainViewShell->GetBorder(bOuterResize); in UpdateBorder()1290 bool bOuterResize) in ResizePixel() argument1308 aBorder = pMainViewShell->GetBorder(bOuterResize); in ResizePixel()1309 aBorder += mrBase.GetBorder(bOuterResize); in ResizePixel()
2338 void LayoutManager::implts_doLayout_notify( sal_Bool bOuterResize ) in implts_doLayout_notify() argument2340 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() argument2387 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()
260 sal_Bool implts_doLayout( sal_Bool bForceRequestBorderSpace, sal_Bool bOuterResize );261 void implts_doLayout_notify( sal_Bool bOuterResize );
189 virtual SvBorder GetBorder (bool bOuterResize);
121 SvBorder GetBorder (bool bOuterResize);
348 SvBorder GetBorder (bool bOuterResize);
276 const sal_Bool bOuterResize = bUpdateScrollbar && UpdateScrollbars(); in SetVisArea() local314 if ( bOuterResize && !bInOuterResizePixel && !bInInnerResizePixel) in SetVisArea()
Completed in 54 milliseconds