Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx336 Point SvxEditSourceHelper::UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertica… in UserSpaceToEE() function in SvxEditSourceHelper
348 Rectangle SvxEditSourceHelper::UserSpaceToEE( const Rectangle& rRect, const Size& rEESize, bool bIs… in UserSpaceToEE() function in SvxEditSourceHelper
351 return bIsVertical ? Rectangle( UserSpaceToEE(rRect.TopRight(), rEESize, bIsVertical), in UserSpaceToEE()
352UserSpaceToEE(rRect.BottomLeft(), rEESize, bIsVertical) ) : rRect; in UserSpaceToEE()
H A Dunofored.cxx429 Point aEEPos( SvxEditSourceHelper::UserSpaceToEE( rPos, in GetIndexAtPoint()
H A Dunoforou.cxx387 Point aEEPos( SvxEditSourceHelper::UserSpaceToEE( rPos, in GetIndexAtPoint()
/trunk/main/editeng/inc/editeng/
H A Dunoedhlp.hxx149 static Point UserSpaceToEE( const Point& rPoint, const Size& rEESize, bool bIsVertical );
189 static Rectangle UserSpaceToEE( const Rectangle& rRect, const Size& rEESize, bool bIsVertical );

Completed in 28 milliseconds