Searched refs:aObjectRect (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/chart2/source/controller/main/ |
H A D | PositionAndSizeHelper.cxx | 56 …Rectangle aObjectRect( Point(rNewPositionAndSize.X,rNewPositionAndSize.Y), Size(rNewPositionAndSiz… in moveObject() local 65 Point aPos = aObjectRect.TopLeft(); in moveObject() 66 …aRelativePosition.Primary = (double(aPos.X())+double(aObjectRect.getWidth())/2.0)/double(aPageRect… in moveObject() 67 …aRelativePosition.Secondary = (double(aPos.Y())+double(aObjectRect.getHeight())/2.0)/double(aPageR… in moveObject() 76 Point aPos = aObjectRect.TopLeft(); in moveObject() 87 Point aAnchor = aObjectRect.TopLeft(); in moveObject() 99 static_cast< double >( aObjectRect.getWidth()) / in moveObject() 104 static_cast< double >( aObjectRect.getHeight()) / in moveObject() 119 Point aPos = aObjectRect.Center(); in moveObject() 128 aRelativeSize.Primary = double(aObjectRect.getWidth())/double(aPageRect.getWidth()); in moveObject() [all …]
|
H A D | ChartController_Position.cxx | 165 awt::Rectangle aObjectRect; in executeDispatch_PositionAndSize() local 167 lcl_getPositionAndSizeFromItemSet( aItemSet, aObjectRect, aSelectedSize ); in executeDispatch_PositionAndSize() 176 , aObjectRect, aPageRect ); in executeDispatch_PositionAndSize()
|
H A D | ChartController_Window.cxx | 857 Rectangle aObjectRect = pObj->GetSnapRect(); in execute_MouseButtonUp() local 863 aObjectRect = pE3dObject->GetScene()->GetSnapRect(); in execute_MouseButtonUp() 881 …, awt::Rectangle(aObjectRect.getX(),aObjectRect.getY(),aObjectRect.getWidth(),aObjectRect.getHeigh… in execute_MouseButtonUp()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 587 Rectangle aObjectRect(pView->GetAllMarkedRect()); in FillItemSet() local 588 pView->GetSdrPageView()->LogicToPagePos(aObjectRect); in FillItemSet() 589 Point aPt = aObjectRect.Center(); in FillItemSet()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdotext.cxx | 1649 Rectangle aObjectRect = GetSnapRect(); in SetVerticalWriting() local 1689 SetSnapRect(aObjectRect); in SetVerticalWriting()
|
H A D | svdoashp.cxx | 2573 Rectangle aObjectRect = GetSnapRect(); in SetVerticalWriting() local 2607 SetSnapRect(aObjectRect); in SetVerticalWriting()
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 2930 Rectangle aObjectRect = pTextObj->GetSnapRect(); in RestoreDefaultText() local 2932 pTextObj->SetSnapRect(aObjectRect); in RestoreDefaultText()
|
Completed in 100 milliseconds