LibreOffice Module oox (master) 1
|
carries a CT_TextSpacing More...
#include <textspacing.hxx>
Public Types | |
enum class | Unit { Points = 0 , Percent } |
Public Member Functions | |
TextSpacing () | |
TextSpacing (sal_Int32 nPoints) | |
css::style::LineSpacing | toLineSpacing () const |
sal_Int32 | toMargin (float fFontSize) const |
Public Attributes | |
Unit | nUnit |
sal_Int32 | nValue |
bool | bHasValue |
bool | bExactValue |
carries a CT_TextSpacing
Definition at line 31 of file textspacing.hxx.
|
strong |
Enumerator | |
---|---|
Points | |
Percent |
Definition at line 34 of file textspacing.hxx.
|
inline |
Definition at line 38 of file textspacing.hxx.
|
inline |
Definition at line 42 of file textspacing.hxx.
|
inline |
Definition at line 43 of file textspacing.hxx.
References bExactValue, nUnit, nValue, and Percent.
Referenced by oox::drawingml::TextParagraphProperties::pushToPropSet(), and oox::drawingml::TextParagraphPropertiesContext::~TextParagraphPropertiesContext().
|
inline |
Definition at line 55 of file textspacing.hxx.
References oox::drawingml::GetTextSpacingPoint(), nUnit, nValue, and Percent.
Referenced by oox::drawingml::TextParagraphProperties::pushToPropSet().
bool oox::drawingml::TextSpacing::bExactValue |
Definition at line 65 of file textspacing.hxx.
Referenced by oox::drawingml::TextSpacingContext::onCreateContext(), and toLineSpacing().
bool oox::drawingml::TextSpacing::bHasValue |
Definition at line 64 of file textspacing.hxx.
Referenced by oox::drawingml::TextParagraphProperties::apply(), oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), oox::drawingml::TextParagraphProperties::pushToPropSet(), oox::drawingml::TextSpacingContext::TextSpacingContext(), and oox::drawingml::TextParagraphPropertiesContext::~TextParagraphPropertiesContext().
Unit oox::drawingml::TextSpacing::nUnit |
Definition at line 62 of file textspacing.hxx.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), oox::drawingml::TextSpacingContext::onCreateContext(), toLineSpacing(), and toMargin().
sal_Int32 oox::drawingml::TextSpacing::nValue |
Definition at line 63 of file textspacing.hxx.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), oox::drawingml::TextSpacingContext::onCreateContext(), toLineSpacing(), and toMargin().