Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx331 Point SvxEditSourceHelper::EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertica… in EEToUserSpace() argument
333 return bIsVertical ? Point( -rPoint.Y() + rEESize.Height(), rPoint.X() ) : rPoint; in EEToUserSpace()
336 Point SvxEditSourceHelper::UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertica… in UserSpaceToEE() argument
338 return bIsVertical ? Point( rPoint.Y(), -rPoint.X() + rEESize.Height() ) : rPoint; in UserSpaceToEE()
341 Rectangle SvxEditSourceHelper::EEToUserSpace( const Rectangle& rRect, const Size& rEESize, bool bIs… in EEToUserSpace() argument
344 return bIsVertical ? Rectangle( EEToUserSpace(rRect.BottomLeft(), rEESize, bIsVertical), in EEToUserSpace()
345 EEToUserSpace(rRect.TopRight(), rEESize, bIsVertical) ) : rRect; in EEToUserSpace()
348 Rectangle SvxEditSourceHelper::UserSpaceToEE( const Rectangle& rRect, const Size& rEESize, bool bIs… in UserSpaceToEE() argument
351 return bIsVertical ? Rectangle( UserSpaceToEE(rRect.TopRight(), rEESize, bIsVertical), in UserSpaceToEE()
352 … UserSpaceToEE(rRect.BottomLeft(), rEESize, bIsVertical) ) : rRect; in UserSpaceToEE()
/trunk/main/editeng/inc/editeng/
H A Dunoedhlp.hxx129 static Point EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertical );
149 static Point UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertical );
169 static Rectangle EEToUserSpace( const Rectangle& rRect, const Size& rEESize, bool bIsVertical );
189 static Rectangle UserSpaceToEE( const Rectangle& rRect, const Size& rEESize, bool bIsVertical );

Completed in 6 milliseconds