Home
last modified time | relevance | path

Searched refs:aPlayground (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx130 Rectangle aPlayground( _rPlayground ); in resizeAll() local
137 aSplitSize.Width() = aPlayground.GetWidth(); in resizeAll()
139 if ( aSplitPos.Y() <= aPlayground.Top() ) in resizeAll()
140 aSplitPos.Y() = aPlayground.Top() + sal_Int32( aPlayground.GetHeight() * 0.2 ); in resizeAll()
142 if ( aSplitPos.Y() + aSplitSize.Height() > aPlayground.GetHeight() ) in resizeAll()
143 aSplitPos.Y() = aPlayground.GetHeight() - aSplitSize.Height(); in resizeAll()
147 m_pSplitter->SetDragRectPixel( aPlayground ); in resizeAll()
150 Size aBeamerSize( aPlayground.GetWidth(), aSplitPos.Y() ); in resizeAll()
151 m_pBeamer->SetPosSizePixel( aPlayground.TopLeft(), aBeamerSize ); in resizeAll()
154 aPlayground.Top() = aSplitPos.Y() + aSplitSize.Height(); in resizeAll()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx614 Rectangle aPlayground( aPos, aSize ); in Draw() local
616 aPlayground.Right() -= aOnePixel.Width(); in Draw()
617 aPlayground.Bottom() -= aOnePixel.Height(); in Draw()
621 _pDev->DrawRect( aPlayground ); in Draw()
630 _pDev->DrawRect( aPlayground ); in Draw()
634 lcl_inflate( aPlayground, -aOnePixel.Width(), -aOnePixel.Height() ); in Draw()
638 lcl_inflate( aPlayground, -aOnePixel.Width(), -aOnePixel.Height() ); in Draw()
639 lcl_inflate( aPlayground, -aOnePixel.Width(), -aOnePixel.Height() ); in Draw()
642 m_pEngine->Draw( _pDev, aPlayground, Point(), sal_True ); in Draw()
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx142 Rectangle aPlayground( _rPlayground ); in resizeAll() local
145 const Size aSeparatorSize = Size( aPlayground.GetWidth(), 2 ); in resizeAll()
146 m_aSeparator.SetPosSizePixel( aPlayground.TopLeft(), aSeparatorSize ); in resizeAll()
147 aPlayground.Top() += aSeparatorSize.Height() + 1; in resizeAll()
150 resizeDocumentView( aPlayground ); in resizeAll()
/trunk/main/extensions/source/propctrlr/
H A Dinspectorhelpwindow.cxx135 Rectangle aPlayground( Point( 0, 0 ), GetOutputSizePixel() ); in Resize() local
137 Rectangle aSeparatorArea( aPlayground ); in Resize()
141 Rectangle aTextArea( aPlayground ); in Resize()
H A Dbrowserlistbox.cxx457 Rectangle aPlayground( Point( 0, 0 ), GetOutputSizePixel() ); in Resize() local
463 Rectangle aLinesArea( aPlayground ); in Resize()
511 Rectangle aHelpArea( aPlayground ); in Resize()
H A Dpropertyeditor.cxx206 Rectangle aPlayground( in Resize() local
214 Rectangle aTabArea( aPlayground ); in Resize()

Completed in 33 milliseconds