Searched refs:aPlayground (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontainerwindow.cxx | 130 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 …]
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 614 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()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | dataview.cxx | 142 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | inspectorhelpwindow.cxx | 135 Rectangle aPlayground( Point( 0, 0 ), GetOutputSizePixel() ); in Resize() local 137 Rectangle aSeparatorArea( aPlayground ); in Resize() 141 Rectangle aTextArea( aPlayground ); in Resize()
|
H A D | browserlistbox.cxx | 457 Rectangle aPlayground( Point( 0, 0 ), GetOutputSizePixel() ); in Resize() local 463 Rectangle aLinesArea( aPlayground ); in Resize() 511 Rectangle aHelpArea( aPlayground ); in Resize()
|
H A D | propertyeditor.cxx | 206 Rectangle aPlayground( in Resize() local 214 Rectangle aTabArea( aPlayground ); in Resize()
|
Completed in 44 milliseconds