Home
last modified time | relevance | path

Searched refs:EEToUserSpace (Results 1 – 4 of 4) 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() 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 Dunofored.cxx362 aLast = SvxEditSourceHelper::EEToUserSpace( aLast, aSize, bIsVertical ); in GetCharBounds()
381 …return SvxEditSourceHelper::EEToUserSpace( rEditEngine.GetCharacterBounds( EPosition(nPara, nIndex… in GetCharBounds()
H A Dunoforou.cxx325 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 Dunoedhlp.hxx129 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 32 milliseconds