LibreOffice Module oox (master) 1
|
#include <textparagraphproperties.hxx>
Public Member Functions | |
BulletList () | |
bool | is () const |
void | apply (const BulletList &) |
void | pushToPropMap (const ::oox::core::XmlFilterBase *pFilterBase, PropertyMap &xPropMap) const |
void | setBulletChar (const OUString &sChar) |
void | setStartAt (sal_Int32 nStartAt) |
void | setType (sal_Int32 nType) |
void | setNone () |
void | setSuffixParenBoth () |
void | setSuffixParenRight () |
void | setSuffixPeriod () |
void | setSuffixNone () |
void | setSuffixMinusRight () |
void | setBulletSize (sal_Int16 nSize) |
void | setBulletAspectRatio (double nAspectRatio) |
void | setFontSize (sal_Int16 nSize) |
void | setStyleName (const OUString &rStyleName) |
void | setGraphic (css::uno::Reference< css::graphic::XGraphic > const &rXGraphic) |
Public Attributes | |
std::shared_ptr< ::oox::drawingml::Color > | maBulletColorPtr |
css::uno::Any | mbBulletColorFollowText |
css::uno::Any | mbBulletFontFollowText |
css::uno::Any | mbBulletSizeFollowText |
::oox::drawingml::TextFont | maBulletFont |
css::uno::Any | msBulletChar |
css::uno::Any | mnStartAt |
css::uno::Any | mnNumberingType |
css::uno::Any | msNumberingPrefix |
css::uno::Any | msNumberingSuffix |
css::uno::Any | mnSize |
css::uno::Any | mnAspectRatio |
css::uno::Any | mnFontSize |
css::uno::Any | maStyleName |
css::uno::Any | maGraphic |
Definition at line 36 of file textparagraphproperties.hxx.
oox::drawingml::BulletList::BulletList | ( | ) |
Definition at line 60 of file textparagraphproperties.cxx.
References make_shared().
void oox::drawingml::BulletList::apply | ( | const BulletList & | rSource | ) |
Definition at line 263 of file textparagraphproperties.cxx.
References oox::drawingml::TextFont::assignIfUsed(), maBulletColorPtr, maBulletFont, maGraphic, maStyleName, mbBulletColorFollowText, mbBulletFontFollowText, mbBulletSizeFollowText, mnAspectRatio, mnFontSize, mnNumberingType, mnSize, mnStartAt, msBulletChar, msNumberingPrefix, and msNumberingSuffix.
Referenced by oox::drawingml::TextParagraphProperties::apply().
bool oox::drawingml::BulletList::is | ( | ) | const |
Definition at line 68 of file textparagraphproperties.cxx.
References mnNumberingType.
Referenced by oox::drawingml::TextParagraphPropertiesContext::~TextParagraphPropertiesContext().
void oox::drawingml::BulletList::pushToPropMap | ( | const ::oox::core::XmlFilterBase * | pFilterBase, |
PropertyMap & | xPropMap | ||
) | const |
Definition at line 296 of file textparagraphproperties.cxx.
References oox::drawingml::TextFont::getFontData(), maBulletColorPtr, maBulletFont, maGraphic, maStyleName, mbBulletColorFollowText, mbBulletFontFollowText, mbBulletSizeFollowText, mnFontSize, mnNumberingType, mnSize, mnStartAt, msBulletChar, msNumberingPrefix, msNumberingSuffix, PROP_CharStyleName, PROP_NumberingType, oox::PropertyMap::setAnyProperty(), and oox::PropertyMap::setProperty().
Referenced by oox::drawingml::TextParagraphProperties::pushToPropSet().
void oox::drawingml::BulletList::setBulletAspectRatio | ( | double | nAspectRatio | ) |
Definition at line 253 of file textparagraphproperties.cxx.
References mnAspectRatio.
Referenced by oox::drawingml::TextParagraphPropertiesContext::~TextParagraphPropertiesContext().
void oox::drawingml::BulletList::setBulletChar | ( | const OUString & | sChar | ) |
Definition at line 73 of file textparagraphproperties.cxx.
References mnNumberingType, and msBulletChar.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext().
void oox::drawingml::BulletList::setBulletSize | ( | sal_Int16 | nSize | ) |
Definition at line 248 of file textparagraphproperties.cxx.
References mnSize.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext().
void oox::drawingml::BulletList::setFontSize | ( | sal_Int16 | nSize | ) |
Definition at line 258 of file textparagraphproperties.cxx.
References mnFontSize.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext().
void oox::drawingml::BulletList::setGraphic | ( | css::uno::Reference< css::graphic::XGraphic > const & | rXGraphic | ) |
Definition at line 79 of file textparagraphproperties.cxx.
References maGraphic, and mnNumberingType.
Referenced by oox::drawingml::TextParagraphPropertiesContext::~TextParagraphPropertiesContext().
void oox::drawingml::BulletList::setNone | ( | ) |
Definition at line 85 of file textparagraphproperties.cxx.
References mnNumberingType.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext().
|
inline |
Definition at line 44 of file textparagraphproperties.hxx.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext().
|
inline |
Definition at line 55 of file textparagraphproperties.hxx.
References maStyleName.
Referenced by oox::drawingml::TextParagraphPropertiesContext::TextParagraphPropertiesContext().
void oox::drawingml::BulletList::setSuffixMinusRight | ( | ) |
Definition at line 114 of file textparagraphproperties.cxx.
References msNumberingPrefix, and msNumberingSuffix.
Referenced by setType().
void oox::drawingml::BulletList::setSuffixNone | ( | ) |
Definition at line 108 of file textparagraphproperties.cxx.
References msNumberingPrefix, and msNumberingSuffix.
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), and setType().
void oox::drawingml::BulletList::setSuffixParenBoth | ( | ) |
Definition at line 90 of file textparagraphproperties.cxx.
References msNumberingPrefix, and msNumberingSuffix.
Referenced by setType().
void oox::drawingml::BulletList::setSuffixParenRight | ( | ) |
Definition at line 96 of file textparagraphproperties.cxx.
References msNumberingPrefix, and msNumberingSuffix.
Referenced by setType().
void oox::drawingml::BulletList::setSuffixPeriod | ( | ) |
Definition at line 102 of file textparagraphproperties.cxx.
References msNumberingPrefix, and msNumberingSuffix.
Referenced by setType().
void oox::drawingml::BulletList::setType | ( | sal_Int32 | nType | ) |
Definition at line 120 of file textparagraphproperties.cxx.
References mnNumberingType, nType, setSuffixMinusRight(), setSuffixNone(), setSuffixParenBoth(), setSuffixParenRight(), and setSuffixPeriod().
Referenced by oox::drawingml::TextParagraphPropertiesContext::onCreateContext().
std::shared_ptr< ::oox::drawingml::Color > oox::drawingml::BulletList::maBulletColorPtr |
Definition at line 58 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), and pushToPropMap().
::oox::drawingml::TextFont oox::drawingml::BulletList::maBulletFont |
Definition at line 62 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), and pushToPropMap().
css::uno::Any oox::drawingml::BulletList::maGraphic |
Definition at line 72 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraph::insertAt(), pushToPropMap(), and setGraphic().
css::uno::Any oox::drawingml::BulletList::maStyleName |
Definition at line 71 of file textparagraphproperties.hxx.
Referenced by apply(), pushToPropMap(), and setStyleName().
css::uno::Any oox::drawingml::BulletList::mbBulletColorFollowText |
Definition at line 59 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), and pushToPropMap().
css::uno::Any oox::drawingml::BulletList::mbBulletFontFollowText |
Definition at line 60 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), and pushToPropMap().
css::uno::Any oox::drawingml::BulletList::mbBulletSizeFollowText |
Definition at line 61 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraphPropertiesContext::onCreateContext(), and pushToPropMap().
css::uno::Any oox::drawingml::BulletList::mnAspectRatio |
Definition at line 69 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraph::insertAt(), and setBulletAspectRatio().
css::uno::Any oox::drawingml::BulletList::mnFontSize |
Definition at line 70 of file textparagraphproperties.hxx.
Referenced by apply(), pushToPropMap(), and setFontSize().
css::uno::Any oox::drawingml::BulletList::mnNumberingType |
Definition at line 65 of file textparagraphproperties.hxx.
Referenced by apply(), is(), pushToPropMap(), oox::drawingml::TextParagraphProperties::pushToPropSet(), setBulletChar(), setGraphic(), setNone(), and setType().
css::uno::Any oox::drawingml::BulletList::mnSize |
Definition at line 68 of file textparagraphproperties.hxx.
Referenced by apply(), oox::drawingml::TextParagraph::insertAt(), pushToPropMap(), and setBulletSize().
css::uno::Any oox::drawingml::BulletList::mnStartAt |
Definition at line 64 of file textparagraphproperties.hxx.
Referenced by apply(), and pushToPropMap().
css::uno::Any oox::drawingml::BulletList::msBulletChar |
Definition at line 63 of file textparagraphproperties.hxx.
Referenced by apply(), pushToPropMap(), and setBulletChar().
css::uno::Any oox::drawingml::BulletList::msNumberingPrefix |
Definition at line 66 of file textparagraphproperties.hxx.
Referenced by apply(), pushToPropMap(), setSuffixMinusRight(), setSuffixNone(), setSuffixParenBoth(), setSuffixParenRight(), and setSuffixPeriod().
css::uno::Any oox::drawingml::BulletList::msNumberingSuffix |
Definition at line 67 of file textparagraphproperties.hxx.
Referenced by apply(), pushToPropMap(), setSuffixMinusRight(), setSuffixNone(), setSuffixParenBoth(), setSuffixParenRight(), and setSuffixPeriod().