Searched refs:_rPlayground (Results 1 – 11 of 11) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryViewSwitch.cxx | 96 void OQueryViewSwitch::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView() argument 98 m_pTextView->SetPosSizePixel( _rPlayground.TopLeft(), _rPlayground.GetSize() ); in resizeDocumentView() 99 m_pDesignView->SetPosSizePixel( _rPlayground.TopLeft(), _rPlayground.GetSize() ); in resizeDocumentView() 102 _rPlayground.SetPos( _rPlayground.BottomRight() ); in resizeDocumentView() 103 _rPlayground.SetSize( Size( 0, 0 ) ); in resizeDocumentView()
|
H A D | JoinDesignView.cxx | 138 void OJoinDesignView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView() argument 140 m_pScrollWindow->SetPosSizePixel( _rPlayground.TopLeft(), _rPlayground.GetSize() ); in resizeDocumentView() 143 _rPlayground.SetPos( _rPlayground.BottomRight() ); in resizeDocumentView() 144 _rPlayground.SetSize( Size( 0, 0 ) ); in resizeDocumentView()
|
H A D | querycontainerwindow.cxx | 128 void OQueryContainerWindow::resizeAll( const Rectangle& _rPlayground ) in resizeAll() argument 130 Rectangle aPlayground( _rPlayground ); in resizeAll() 161 void OQueryContainerWindow::resizeDocumentView( Rectangle& _rPlayground ) in resizeDocumentView() argument 163 …m_pViewSwitch->SetPosSizePixel( _rPlayground.TopLeft(), Size( _rPlayground.GetWidth(), _rPlaygroun… in resizeDocumentView() 165 ODataView::resizeDocumentView( _rPlayground ); in resizeDocumentView()
|
H A D | QueryDesignView.cxx | 2670 void OQueryDesignView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView() argument 2672 Point aPlaygroundPos( _rPlayground.TopLeft() ); in resizeDocumentView() 2673 Size aPlaygroundSize( _rPlayground.GetSize() ); in resizeDocumentView() 2715 Point aSplitPos = Point( _rPlayground.Left(), nSplitPos ); in resizeDocumentView() 2716 Size aSplitSize = Size( _rPlayground.GetSize().Width(), m_aSplitter.GetSizePixel().Height() ); in resizeDocumentView() 2734 m_aSplitter.SetDragRectPixel( _rPlayground ); in resizeDocumentView() 2737 _rPlayground.SetPos( _rPlayground.BottomRight() ); in resizeDocumentView() 2738 _rPlayground.SetSize( Size( 0, 0 ) ); in resizeDocumentView()
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 331 void OApplicationView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView() argument 333 if ( m_pWin && !_rPlayground.IsEmpty() ) in resizeDocumentView() 336 _rPlayground.Move( aFLSize.A(),aFLSize.B() ); in resizeDocumentView() 337 Size aOldSize = _rPlayground.GetSize(); in resizeDocumentView() 338 _rPlayground.SetSize( Size(aOldSize.A() - 2*aFLSize.A(), aOldSize.B() - 2*aFLSize.B()) ); in resizeDocumentView() 340 m_pWin->SetPosSizePixel(_rPlayground.TopLeft() , _rPlayground.GetSize() ); in resizeDocumentView() 343 _rPlayground.SetPos( _rPlayground.BottomRight() ); in resizeDocumentView() 344 _rPlayground.SetSize( Size( 0, 0 ) ); in resizeDocumentView()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | brwview.cxx | 235 void UnoDataBrowserView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView() argument 239 Point aPlaygroundPos( _rPlayground.TopLeft() ); in resizeDocumentView() 240 Size aPlaygroundSize( _rPlayground.GetSize() ); in resizeDocumentView() 277 m_pSplitter->SetDragRectPixel( _rPlayground ); in resizeDocumentView() 287 _rPlayground.SetPos( _rPlayground.BottomRight() ); in resizeDocumentView() 288 _rPlayground.SetSize( Size( 0, 0 ) ); in resizeDocumentView()
|
H A D | dataview.cxx | 140 void ODataView::resizeAll( const Rectangle& _rPlayground ) in resizeAll() argument 142 Rectangle aPlayground( _rPlayground ); in resizeAll()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | DesignView.cxx | 274 void ODesignView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView() argument 276 if ( !_rPlayground.IsEmpty() ) in resizeDocumentView() 278 const Size aPlaygroundSize( _rPlayground.GetSize() ); in resizeDocumentView() 291 nSplitPos = static_cast<sal_Int32>(_rPlayground.Right() - nMinWidth); in resizeDocumentView() 301 Point aTaskPanePos(nSplitPos + nSplitterWidth, _rPlayground.Top()); in resizeDocumentView() 322 m_aSplitWin.SetPosSizePixel( _rPlayground.TopLeft(),aPlaygroundSize ); in resizeDocumentView() 325 _rPlayground.SetPos( _rPlayground.BottomRight() ); in resizeDocumentView() 326 _rPlayground.SetSize( Size( 0, 0 ) ); in resizeDocumentView()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignView.cxx | 267 void OTableDesignView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView() argument 269 m_pWin->SetPosSizePixel( _rPlayground.TopLeft(), _rPlayground.GetSize() ); in resizeDocumentView() 272 _rPlayground.SetPos( _rPlayground.BottomRight() ); in resizeDocumentView() 273 _rPlayground.SetSize( Size( 0, 0 ) ); in resizeDocumentView()
|
/trunk/main/dbaccess/inc/ |
H A D | dataview.hxx | 81 virtual void resizeAll( const Rectangle& _rPlayground ); 84 virtual void resizeDocumentView( Rectangle& _rPlayground );
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | querycontainerwindow.hxx | 120 virtual void resizeAll( const Rectangle& _rPlayground ); 123 virtual void resizeDocumentView(Rectangle& _rPlayground);
|
Completed in 88 milliseconds