Lines Matching refs:rSize
479 void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize) in InsertWindow() argument
566 InsertWindow_Impl( pFoundDock, rSize, nLine, nPos, bNewLine ); in InsertWindow()
608 void SfxSplitWindow::MoveWindow( SfxDockingWindow* pDockWin, const Size& rSize, in MoveWindow() argument
634 InsertWindow( pDockWin, rSize, nLine, nPos, bNewLine ); in MoveWindow()
639 void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize, in InsertWindow() argument
698 InsertWindow_Impl( pDock, rSize, nLine, nPos, bNewLine ); in InsertWindow()
705 const Size& rSize, in InsertWindow_Impl() argument
722 nWinSize = rSize.Width(); in InsertWindow_Impl()
723 nSetSize = rSize.Height(); in InsertWindow_Impl()
727 nSetSize = rSize.Width(); in InsertWindow_Impl()
728 nWinSize = rSize.Height(); in InsertWindow_Impl()