Home
last modified time | relevance | path

Searched refs:aMove (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx270 Point aMove(1,GetTextHeight()); in DrawPage() local
278 aMove.Y() = 0; in DrawPage()
284 aMove.Y() = 0; in DrawPage()
285 aMove.X() *= -1; in DrawPage()
291 aMove.X() = 0; in DrawPage()
296 aMove.X() = 0; in DrawPage()
305 sal_Bool bHorizontal = 0 == aMove.Y(); in DrawPage()
314 aPos.X() += aMove.X() < 0 ? -nCharWidth : nCharWidth; in DrawPage()
319 aPos.Y() += aMove.Y(); in DrawPage()
/trunk/main/writerfilter/source/dmapper/
H A DWrapPolygonHandler.cxx117 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()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx940 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()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1049 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 …]
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_TitleRotation.cxx63 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()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx491 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()
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx569 Size aMove( aCurrAnchorPos.X() - aNewAnchorPos.X(), in _SetDrawObjAnchor() local
574 DrawObj()->Move( aMove ); in _SetDrawObjAnchor()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx1320 MouseEvent aMove( aPoint, 0, MOUSE_SIMPLEMOVE | MOUSE_SYNTHETIC ); variable
1321 m_aTBPreview.MouseMove( aMove );

Completed in 58 milliseconds