Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx1101 Point aCompPxPt = _rOut.LogicToPixel( _rCompPt ); in lcl_CompPxPosAndAdjustPos() local
1105 if ( aCompPxPt.X() == aRefPxPt.X() ) in lcl_CompPxPosAndAdjustPos()
1107 aCompPxPt.X() += _nPxAdjustment ; in lcl_CompPxPosAndAdjustPos()
1108 const Point aAdjustedCompPt = _rOut.PixelToLogic( aCompPxPt ); in lcl_CompPxPosAndAdjustPos()
1114 if ( aCompPxPt.Y() == aRefPxPt.Y() ) in lcl_CompPxPosAndAdjustPos()
1116 aCompPxPt.Y() += _nPxAdjustment ; in lcl_CompPxPosAndAdjustPos()
1117 const Point aAdjustedCompPt = _rOut.PixelToLogic( aCompPxPt ); in lcl_CompPxPosAndAdjustPos()

Completed in 482 milliseconds