Searched refs:aMove (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 280 Point aMove(1, GetTextHeight()); in DrawPage() local 288 aMove.Y() = 0; in DrawPage() 294 aMove.Y() = 0; in DrawPage() 295 aMove.X() *= -1; in DrawPage() 301 aMove.X() = 0; in DrawPage() 306 aMove.X() = 0; in DrawPage() 315 sal_Bool bHorizontal = 0 == aMove.Y(); in DrawPage() 324 aPos.X() += aMove.X() < 0 ? - nCharWidth : nCharWidth; in DrawPage() 329 aPos.Y() += aMove.Y(); in DrawPage()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | WrapPolygonHandler.cxx | 117 Fraction aMove(nWrap100Percent, rSrcSize.Width); in correctWordWrapPolygon() local 118 aMove = aMove * Fraction(15, 1); in correctWordWrapPolygon() 119 awt::Point aMovePoint(aMove, 0); in correctWordWrapPolygon() 122 Fraction aScaleX(nWrap100Percent, Fraction(nWrap100Percent) + aMove); in correctWordWrapPolygon() 123 Fraction aScaleY(nWrap100Percent, Fraction(nWrap100Percent) - aMove); in correctWordWrapPolygon()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.cxx | 940 Point aMove(_rDiff.Width(),_rDiff.Height()); in resizeControls() local 941 m_aIndexDetails.SetPosPixel(m_aIndexDetails.GetPosPixel() + aMove); in resizeControls() 942 m_aDescriptionLabel.SetPosPixel(m_aDescriptionLabel.GetPosPixel() + aMove); in resizeControls() 943 m_aDescription.SetPosPixel(m_aDescription.GetPosPixel() + aMove); in resizeControls() 944 m_aUnique.SetPosPixel(m_aUnique.GetPosPixel() + aMove); in resizeControls() 945 m_aFieldsLabel.SetPosPixel(m_aFieldsLabel.GetPosPixel() + aMove); in resizeControls() 947 m_pFields->SetPosPixel(m_pFields->GetPosPixel() + aMove); in resizeControls() 948 m_aClose.SetPosPixel(m_aClose.GetPosPixel() + aMove); in resizeControls() 949 m_aHelp.SetPosPixel(m_aHelp.GetPosPixel() + aMove); in resizeControls()
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1049 Point aMove; in MoveArea() local 1053 aMove.X() += pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea() 1056 aMove.X() -= pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea() 1058 aMove.Y() += pDoc->GetRowHeight( nRow1, nRow1+nDy-1, nTab); in MoveArea() 1060 aMove.Y() -= pDoc->GetRowHeight( nRow1+nDy, nRow1-1, nTab); in MoveArea() 1063 aMove.X() = -aMove.X(); in MoveArea() 1069 aTopLeft.X() += aMove.X(); in MoveArea() 1070 if ( aMove.Y() < 0 ) in MoveArea() 1071 aTopLeft.Y() += aMove.Y(); in MoveArea() 1077 MoveAreaTwips( nTab, aRect, aMove, aTopLeft ); in MoveArea() [all …]
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_TitleRotation.cxx | 63 Point aMove( 0, aCtrlDial.GetPosPixel().Y() - aFtTextDirection.GetPosPixel().Y() ); in SchAlignmentTabPage() local 64 aFtTextDirection.SetPosPixel( aFtTextDirection.GetPosPixel() + aMove ); in SchAlignmentTabPage() 65 aLbTextDirection.SetPosPixel( aLbTextDirection.GetPosPixel() + aMove ); in SchAlignmentTabPage()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | obj3d.cxx | 491 basegfx::B3DPoint aMove( in NbcMove() local 502 aMove = aCompleteTrans * aMove; in NbcMove() 507 …aTranslate.translate(aMove.getX() - aPos.getX(), aMove.getY() - aPos.getY(), aMove.getZ() - aPos.g… in NbcMove()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | anchoreddrawobject.cxx | 569 Size aMove( aCurrAnchorPos.X() - aNewAnchorPos.X(), in _SetDrawObjAnchor() local 574 DrawObj()->Move( aMove ); in _SetDrawObjAnchor()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 1320 MouseEvent aMove( aPoint, 0, MOUSE_SIMPLEMOVE | MOUSE_SYNTHETIC ); variable 1321 m_aTBPreview.MouseMove( aMove );
|
Completed in 57 milliseconds