Lines Matching refs:rSize
451 void lcl_SetPosSize( Window& rWindow, const Point& rPos, const Size& rSize, in lcl_SetPosSize() argument
457 aNewPos.X() = nTotalWidth - rPos.X() - rSize.Width(); in lcl_SetPosSize()
458 if ( aNewPos == rWindow.GetPosPixel() && rSize.Width() != rWindow.GetSizePixel().Width() ) in lcl_SetPosSize()
465 rWindow.SetPosSizePixel( aNewPos, rSize ); in lcl_SetPosSize()
468 void ScTabView::DoResize( const Point& rOffset, const Size& rSize, sal_Bool bInner ) in DoResize() argument
477 long nTotalWidth = rSize.Width(); in DoResize()
508 long nSizeX = rSize.Width(); in DoResize()
509 long nSizeY = rSize.Height(); in DoResize()
526 aFrameSize = rSize; in DoResize()
742 long nSplitHeight = rSize.Height(); in DoResize()
760 long nSplitWidth = rSize.Width(); in DoResize()
1958 Point ScTabView::GetChartInsertPos( const Size& rSize, const ScRange& rCellRange ) in GetChartInsertPos() argument
1962 long nNeededWidth = rSize.Width() + 2 * nBorder; in GetChartInsertPos()
1963 long nNeededHeight = rSize.Height() + 2 * nBorder; in GetChartInsertPos()