Home
last modified time | relevance | path

Searched refs:_rPlayground (Results 1 – 11 of 11) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryViewSwitch.cxx96 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 DJoinDesignView.cxx138 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 Dquerycontainerwindow.cxx128 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 DQueryDesignView.cxx2670 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 DAppView.cxx331 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 Dbrwview.cxx235 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 Ddataview.cxx140 void ODataView::resizeAll( const Rectangle& _rPlayground ) in resizeAll() argument
142 Rectangle aPlayground( _rPlayground ); in resizeAll()
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx274 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 DTableDesignView.cxx267 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 Ddataview.hxx81 virtual void resizeAll( const Rectangle& _rPlayground );
84 virtual void resizeDocumentView( Rectangle& _rPlayground );
/trunk/main/dbaccess/source/ui/inc/
H A Dquerycontainerwindow.hxx120 virtual void resizeAll( const Rectangle& _rPlayground );
123 virtual void resizeDocumentView(Rectangle& _rPlayground);

Completed in 55 milliseconds