Searched refs:EEToUserSpace (Results 1 – 4 of 4) sorted by relevance
/trunk/main/editeng/source/uno/ |
H A D | unoedhlp.cxx | 331 Point SvxEditSourceHelper::EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertica… in EEToUserSpace() function in SvxEditSourceHelper 341 Rectangle SvxEditSourceHelper::EEToUserSpace( const Rectangle& rRect, const Size& rEESize, bool bIs… in EEToUserSpace() function in SvxEditSourceHelper 344 return bIsVertical ? Rectangle( EEToUserSpace(rRect.BottomLeft(), rEESize, bIsVertical), in EEToUserSpace() 345 EEToUserSpace(rRect.TopRight(), rEESize, bIsVertical) ) : rRect; in EEToUserSpace()
|
H A D | unofored.cxx | 362 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds() 381 …return SvxEditSourceHelper::EEToUserSpace( rEditEngine.GetCharacterBounds( EPosition(nPara, nIndex… in GetCharBounds()
|
H A D | unoforou.cxx | 325 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds() 344 …return SvxEditSourceHelper::EEToUserSpace( rOutliner.GetEditEngine().GetCharacterBounds( EPosition… in GetCharBounds()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unoedhlp.hxx | 129 static Point EEToUserSpace( const Point& rPoint, const Size& rEESize, bool bIsVertical ); 169 static Rectangle EEToUserSpace( const Rectangle& rRect, const Size& rEESize, bool bIsVertical );
|
Completed in 24 milliseconds