Home
last modified time | relevance | path

Searched refs:isFixedCellHeight (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrtextprimitive2d.cxx408 && isFixedCellHeight() == rCompare.isFixedCellHeight() in operator ==()
426 isFixedCellHeight(), in createTransformedClone()
471 && isFixedCellHeight() == rCompare.isFixedCellHeight()); in operator ==()
483 isFixedCellHeight()); in createTransformedClone()
H A Dsdrdecompositiontools.cxx310 rText.isFixedCellHeight()); in createTextPrimitive()
321 rText.isFixedCellHeight(), in createTextPrimitive()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrtextattribute.cxx180 bool isFixedCellHeight() const { return mbFixedCellHeight; } in isFixedCellHeight() function in drawinglayer::attribute::ImpSdrTextAttribute
238 && isFixedCellHeight() == rCandidate.isFixedCellHeight() in operator ==()
388 bool SdrTextAttribute::isFixedCellHeight() const in isFixedCellHeight() function in drawinglayer::attribute::SdrTextAttribute
390 return mpSdrTextAttribute->isFixedCellHeight(); in isFixedCellHeight()
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrtextprimitive2d.hxx237 bool isFixedCellHeight() const { return mbFixedCellHeight; } in isFixedCellHeight() function in drawinglayer::primitive2d::SdrBlockTextPrimitive2D
283 bool isFixedCellHeight() const { return mbFixedCellHeight; } in isFixedCellHeight() function in drawinglayer::primitive2d::SdrStretchTextPrimitive2D
/trunk/main/svx/inc/svx/sdr/attribute/
H A Dsdrtextattribute.hxx100 bool isFixedCellHeight() const;
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx750 rOutliner.SetFixedCellHeight(rSdrBlockTextPrimitive.isFixedCellHeight()); in impDecomposeBlockTextPrimitive()
957 rOutliner.SetFixedCellHeight(rSdrStretchTextPrimitive.isFixedCellHeight()); in impDecomposeStretchTextPrimitive()

Completed in 138 milliseconds