Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx336 fTextX -= rTextAttribute.getTextRightDistance(); in create2DDecomposition()
362 fTextX += (rTextAttribute.getTextLeftDistance() - rTextAttribute.getTextRightDistance()) / 2L; in create2DDecomposition()
H A Dsdrdecompositiontools.cxx283 …const basegfx::B2DPoint aBottomRight(aSnapRange.getMaxX() - rText.getTextRightDistance(), aSnapRan… in createTextPrimitive()
/trunk/main/svx/inc/svx/sdr/attribute/
H A Dsdrtextattribute.hxx105 sal_Int32 getTextRightDistance() const;

Completed in 26 milliseconds