Searched refs:aOldPoint (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 319 Point aOldPoint (0, 0); in EndSetClipRegion() local 327 if( ! JoinVerticalClipRectangles( it, aOldPoint, nColumn ) ) in EndSetClipRegion() 330 PSBinMoveTo (it->TopLeft(), aOldPoint, nColumn ); in EndSetClipRegion() 331 PSBinLineTo (Point( it->Left(), it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion() 332 PSBinLineTo (Point( it->Right()+1, it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion() 333 PSBinLineTo (Point( it->Right()+1, it->Top() ), aOldPoint, nColumn ); in EndSetClipRegion()
|
/trunk/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 582 Point aOldPoint( rPoint ); in _GetCrsrOfst() local 658 if( pFillData && FindPageFrm()->Frm().IsInside( aOldPoint ) ) in _GetCrsrOfst() 682 (Point&)rPoint = aOldPoint; in _GetCrsrOfst()
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 237 Point& aOldPoint, sal_Int32& nColumn );
|
/trunk/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 306 Point aOldPoint = rPoint; in GetCrsrOfst() local 338 return aOldPoint == rPoint; in GetCrsrOfst()
|
Completed in 33 milliseconds