Home
last modified time | relevance | path

Searched refs:aOldPoint (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/drawing/
H A Dxshape.cxx30 awt::Point aOldPoint = xShape->getPosition(); in testGetSetPosition() local
32 xShape->setPosition(awt::Point(aOldPoint.X + 100, aOldPoint.Y + 100))); in testGetSetPosition()
35 CPPUNIT_ASSERT_EQUAL(awt::Point(aOldPoint.X + 100, aOldPoint.Y + 100), aNewPoint); in testGetSetPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/drawing/
H A Dxshape.cxx30 awt::Point aOldPoint = xShape->getPosition(); in testGetSetPosition() local
32 xShape->setPosition(awt::Point(aOldPoint.X + 100, aOldPoint.Y + 100))); in testGetSetPosition()
35 CPPUNIT_ASSERT_EQUAL(awt::Point(aOldPoint.X + 100, aOldPoint.Y + 100), aNewPoint); in testGetSetPosition()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DSelectionState.h350 const EditorDOMPoint& aOldPoint, in AutoMoveNodeSelNotify() argument
353 mOldParent(*aOldPoint.GetContainer()), in AutoMoveNodeSelNotify()
355 mOldOffset(aOldPoint.Offset()), in AutoMoveNodeSelNotify()
357 MOZ_ASSERT(aOldPoint.IsSet()); in AutoMoveNodeSelNotify()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DSelectionState.h421 const EditorDOMPoint& aOldPoint, in AutoMoveNodeSelNotify() argument
424 mOldParent(*aOldPoint.GetContainer()), in AutoMoveNodeSelNotify()
426 mOldOffset(aOldPoint.Offset()), in AutoMoveNodeSelNotify()
428 MOZ_ASSERT(aOldPoint.IsSet()); in AutoMoveNodeSelNotify()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DSelectionState.h453 const EditorDOMPoint& aOldPoint, in AutoMoveNodeSelNotify() argument
456 mOldParent(*aOldPoint.GetContainer()), in AutoMoveNodeSelNotify()
458 mOldOffset(aOldPoint.Offset()), in AutoMoveNodeSelNotify()
460 MOZ_ASSERT(aOldPoint.IsSet()); in AutoMoveNodeSelNotify()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DSelectionState.h421 const EditorDOMPoint& aOldPoint, in AutoMoveNodeSelNotify() argument
424 mOldParent(*aOldPoint.GetContainer()), in AutoMoveNodeSelNotify()
426 mOldOffset(aOldPoint.Offset()), in AutoMoveNodeSelNotify()
428 MOZ_ASSERT(aOldPoint.IsSet()); in AutoMoveNodeSelNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/print/
H A Dcommon_gfx.cxx268 Point aOldPoint (0, 0); in EndSetClipRegion() local
276 if( ! JoinVerticalClipRectangles( it, aOldPoint, nColumn ) ) in EndSetClipRegion()
279 PSBinMoveTo (Point( it->Left()-1, it->Top()-1), aOldPoint, nColumn ); in EndSetClipRegion()
280 PSBinLineTo (Point( it->Left()-1, it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion()
281 PSBinLineTo (Point( it->Right()+1, it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion()
282 PSBinLineTo (Point( it->Right()+1, it->Top()-1 ), aOldPoint, nColumn ); in EndSetClipRegion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/print/
H A Dcommon_gfx.cxx268 Point aOldPoint (0, 0); in EndSetClipRegion() local
276 if( ! JoinVerticalClipRectangles( it, aOldPoint, nColumn ) ) in EndSetClipRegion()
279 PSBinMoveTo (Point( it->Left()-1, it->Top()-1), aOldPoint, nColumn ); in EndSetClipRegion()
280 PSBinLineTo (Point( it->Left()-1, it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion()
281 PSBinLineTo (Point( it->Right()+1, it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion()
282 PSBinLineTo (Point( it->Right()+1, it->Top()-1 ), aOldPoint, nColumn ); in EndSetClipRegion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dprintergfx.hxx204 Point& aOldPoint, sal_Int32& nColumn );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dprintergfx.hxx204 Point& aOldPoint, sal_Int32& nColumn );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dfrmcrsr.cxx560 Point aOldPoint( rPoint ); in GetModelPositionForViewPoint_() local
632 if( pFillData && FindPageFrame()->getFrameArea().IsInside( aOldPoint ) ) in GetModelPositionForViewPoint_()
656 const_cast<Point&>(rPoint) = aOldPoint; in GetModelPositionForViewPoint_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dfrmcrsr.cxx561 Point aOldPoint( rPoint ); in GetCursorOfst_() local
633 if( pFillData && FindPageFrame()->getFrameArea().IsInside( aOldPoint ) ) in GetCursorOfst_()
657 const_cast<Point&>(rPoint) = aOldPoint; in GetCursorOfst_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dtrvlfrm.cxx433 Point aOldPoint = rPoint; in GetModelPositionForViewPoint() local
463 return aOldPoint == rPoint; in GetModelPositionForViewPoint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dtrvlfrm.cxx429 Point aOldPoint = rPoint; in GetCursorOfst() local
459 return aOldPoint == rPoint; in GetCursorOfst()