/aoo42x/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 1593 aPosSize.Justify(); in SetPosSize() 1597 nX = aPosSize.Left(); in SetPosSize() 1603 nY = aPosSize.Top(); in SetPosSize() 1626 SetPosSize( aPosSize ); in SetPosSize() 1658 Rectangle aPosSize; in SetWindowState() local 1755 aPosSize.Move( (long)aGeom.nLeftDecoration - (long)aPosSize.Left(), 0 ); in SetWindowState() 1757 aPosSize.Move( 0, (long)aGeom.nTopDecoration - (long)aPosSize.Top() ); in SetWindowState() 1820 Rectangle aPosSize; in GetWindowState() local 1822 GetPosSize( aPosSize ); in GetWindowState() 1834 pState->mnY = aPosSize.Top(); in GetWindowState() [all …]
|
/aoo42x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 355 aPosSize, in implts_calcDockingArea() 2077 awt::Rectangle aPosSize; in implts_getDockingAreaElementInfos() local 2118 nLastPos += aPosSize.Width; in implts_getDockingAreaElementInfos() 2127 aPosSize.Width, in implts_getDockingAreaElementInfos() 2128 aPosSize.Height )); in implts_getDockingAreaElementInfos() 2176 nLastPos += aPosSize.Height; in implts_getDockingAreaElementInfos() 2185 aPosSize.Width, in implts_getDockingAreaElementInfos() 2186 aPosSize.Height )); in implts_getDockingAreaElementInfos() 2263 awt::Rectangle aPosSize; in implts_getDockingAreaElementInfoOnSingleRowCol() local 2283 aPosSize.Width, aPosSize.Height )); in implts_getDockingAreaElementInfoOnSingleRowCol() [all …]
|
H A D | layoutmanager.cxx | 2545 awt::Rectangle aPosSize = xWindow->getPosSize(); in implts_getStatusBarSize() local 2546 return ::Size( aPosSize.Width, aPosSize.Height ); in implts_getStatusBarSize()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1311 Rectangle aPosSize = m_aWMWorkAreas[nCurrent]; in setNetWMState() local 1313 aPosSize = Rectangle( Point( aPosSize.Left() + rGeom.nLeftDecoration, in setNetWMState() 1314 aPosSize.Top() + rGeom.nTopDecoration ), in setNetWMState() 1315 Size( aPosSize.GetWidth() in setNetWMState() 1318 aPosSize.GetHeight() in setNetWMState() 1322 pFrame->SetPosSize( aPosSize ); in setNetWMState() 1401 Rectangle aPosSize = m_aWMWorkAreas[nCurrent]; in setGnomeWMState() local 1403 aPosSize = Rectangle( Point( aPosSize.Left() + rGeom.nLeftDecoration, in setGnomeWMState() 1405 Size( aPosSize.GetWidth() in setGnomeWMState() 1408 aPosSize.GetHeight() in setGnomeWMState() [all …]
|
/aoo42x/main/framework/source/services/ |
H A D | taskcreatorsrv.cxx | 145 …css::awt::Rectangle aPosSize = lArgs.getUnpackedValueOr… in createInstanceWithArguments() local 172 xContainerWindow = implts_createContainerWindow(xParentWindow, aPosSize, bCreateTopWindow); in createInstanceWithArguments() 237 … const css::awt::Rectangle& aPosSize , in implts_createContainerWindow() argument 267 aDescriptor.Bounds = aPosSize ; in implts_createContainerWindow() 280 aDescriptor.Bounds = aPosSize ; in implts_createContainerWindow()
|
/aoo42x/main/padmin/source/ |
H A D | adddlg.cxx | 391 Rectangle aPosSize( m_aCommandTxt.GetPosPixel(), m_aCommandTxt.GetSizePixel() ); in APCommandPage() local 392 …Rectangle aTextSize = m_aCommandTxt.GetTextRect( Rectangle( Point(), aPosSize.GetSize() ), m_aComm… in APCommandPage() 393 if( aTextSize.GetWidth() <= 2*(aPosSize.GetWidth()+1) ) in APCommandPage() 395 Size aNewSize( aPosSize.GetWidth(), aPosSize.GetHeight()*2/3 ); in APCommandPage() 398 Point aNewPos( aPosSize.Left(), aPosSize.Top() + aPosSize.GetHeight() - aNewSize.Height() ); in APCommandPage()
|
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbauserform.cxx | 75 awt::Rectangle aPosSize = xWindow->getPosSize(); // already in pixel in Show() local 79 …xControlWindow->setPosSize( (aPosSize.Width - getWidth()) / 2.0, (aPosSize.Height - getHeight()) /… in Show()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | stdtabcontroller.cxx | 267 awt::Rectangle aPosSize = pC->getPosSize(); in autoTabOrder() local 268 pE->aPos.X() = aPosSize.X; in autoTabOrder() 269 pE->aPos.Y() = aPosSize.Y; in autoTabOrder()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtdrop.cxx | 449 SwPosSize aPosSize( SwTxtPortion::GetTxtSize( rInf ) ); in GetTxtSize() local 450 aPosSize.Width( aPosSize.Width() + nMyX ); in GetTxtSize() 455 return aPosSize; in GetTxtSize()
|
H A D | portxt.cxx | 1014 SwPosSize aPosSize = rInf.GetTxtSize( aTxt ); in Format() local 1015 Width( aPosSize.Width( ) ); in Format() 1016 Height( aPosSize.Height( ) ); in Format()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 123 Size aPosSize = aPos.GetSizePixel(); in SFX_IMPL_POS_CHILDWINDOW() local 124 aPosSize.Height() = nMaxHeight; in SFX_IMPL_POS_CHILDWINDOW() 130 aPos.SetPosSizePixel( aPosPos, aPosSize ); in SFX_IMPL_POS_CHILDWINDOW()
|
/aoo42x/main/forms/source/component/ |
H A D | ImageControl.cxx | 937 awt::Rectangle aPosSize = xWindow->getPosSize(); in mousePressed() local 938 aRect.X = aPosSize.Width / 2; in mousePressed() 939 aRect.Y = aPosSize.Height / 2; in mousePressed()
|
/aoo42x/main/framework/inc/services/ |
H A D | taskcreatorsrv.hxx | 144 … const css::awt::Rectangle& aPosSize ,
|