Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/sdr/attribute/
H A Dsdrtextattribute.cxx185 sal_Int32 getTextRightDistance() const { return maTextRightDistance; } in getTextRightDistance() function in drawinglayer::attribute::ImpSdrTextAttribute
225 && getTextRightDistance() == rCandidate.getTextRightDistance() in operator ==()
413 sal_Int32 SdrTextAttribute::getTextRightDistance() const in getTextRightDistance() function in drawinglayer::attribute::SdrTextAttribute
415 return mpSdrTextAttribute->getTextRightDistance(); in getTextRightDistance()
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx334 fTextX -= rTextAttribute.getTextRightDistance(); in create2DDecomposition()
360 fTextX += (rTextAttribute.getTextLeftDistance() - rTextAttribute.getTextRightDistance()) / 2L; in create2DDecomposition()
H A Dsdrdecompositiontools.cxx254 …const basegfx::B2DPoint aBottomRight(aSnapRange.getMaxX() - rText.getTextRightDistance(), aSnapRan… in createTextPrimitive()
/aoo41x/main/svx/inc/svx/sdr/attribute/
H A Dsdrtextattribute.hxx105 sal_Int32 getTextRightDistance() const;

Completed in 37 milliseconds