LibreOffice Module oox (master) 1
|
#include <textliststyle.hxx>
Public Member Functions | |
TextListStyle () | |
~TextListStyle () | |
TextListStyle (const TextListStyle &rStyle) | |
TextListStyle & | operator= (const TextListStyle &rStyle) |
void | apply (const TextListStyle &rTextListStyle) |
const TextParagraphPropertiesArray & | getListStyle () const |
TextParagraphPropertiesArray & | getListStyle () |
const TextParagraphPropertiesArray & | getAggregationListStyle () const |
TextParagraphPropertiesArray & | getAggregationListStyle () |
void | setHasListStyleOnImport () |
Flags ListStyle as having a non-empty lstStyle tag on import. More... | |
bool | hasListStyleOnImport () const |
Returns whether the lstStyle tag was non-empty on import. More... | |
void | dump () const |
Private Attributes | |
TextParagraphPropertiesArray | maListStyle |
TextParagraphPropertiesArray | maAggregationListStyle |
bool | mbHasListStyleOnImport |
Set if ListStyle has a non-empty lstStyle tag on import. More... | |
Definition at line 32 of file textliststyle.hxx.
oox::drawingml::TextListStyle::TextListStyle | ( | ) |
Definition at line 25 of file textliststyle.cxx.
oox::drawingml::TextListStyle::~TextListStyle | ( | ) |
Definition at line 30 of file textliststyle.cxx.
oox::drawingml::TextListStyle::TextListStyle | ( | const TextListStyle & | rStyle | ) |
Definition at line 34 of file textliststyle.cxx.
References namespaces::i, maAggregationListStyle, maListStyle, and oox::drawingml::NUM_TEXT_LIST_STYLE_ENTRIES.
void oox::drawingml::TextListStyle::apply | ( | const TextListStyle & | rTextListStyle | ) |
Definition at line 63 of file textliststyle.cxx.
References oox::drawingml::applyStyleList(), getAggregationListStyle(), and getListStyle().
Referenced by oox::drawingml::TextBody::ApplyStyleEmpty(), and oox::drawingml::TextParagraph::insertAt().
void oox::drawingml::TextListStyle::dump | ( | ) | const |
Definition at line 70 of file textliststyle.cxx.
References namespaces::i, maListStyle, oox::drawingml::NUM_TEXT_LIST_STYLE_ENTRIES, and SAL_INFO.
|
inline |
Definition at line 50 of file textliststyle.hxx.
References maAggregationListStyle.
|
inline |
Definition at line 46 of file textliststyle.hxx.
References maAggregationListStyle.
Referenced by apply(), and oox::drawingml::TextListStyleContext::onCreateContext().
|
inline |
Definition at line 44 of file textliststyle.hxx.
References maListStyle.
|
inline |
Definition at line 43 of file textliststyle.hxx.
References maListStyle.
Referenced by apply(), oox::drawingml::TextParagraph::getParagraphStyle(), and oox::drawingml::TextListStyleContext::onCreateContext().
|
inline |
Returns whether the lstStyle tag was non-empty on import.
Definition at line 58 of file textliststyle.hxx.
References mbHasListStyleOnImport.
Referenced by oox::drawingml::TextBody::hasListStyleOnImport().
TextListStyle & oox::drawingml::TextListStyle::operator= | ( | const TextListStyle & | rStyle | ) |
Definition at line 44 of file textliststyle.cxx.
References namespaces::i, maAggregationListStyle, maListStyle, and oox::drawingml::NUM_TEXT_LIST_STYLE_ENTRIES.
|
inline |
Flags ListStyle as having a non-empty lstStyle tag on import.
Definition at line 53 of file textliststyle.hxx.
References mbHasListStyleOnImport.
Referenced by oox::drawingml::TextListStyleContext::onCreateContext().
|
private |
Definition at line 66 of file textliststyle.hxx.
Referenced by getAggregationListStyle(), operator=(), and TextListStyle().
|
private |
Definition at line 65 of file textliststyle.hxx.
Referenced by dump(), getListStyle(), operator=(), and TextListStyle().
|
private |
Set if ListStyle has a non-empty lstStyle tag on import.
Definition at line 68 of file textliststyle.hxx.
Referenced by hasListStyleOnImport(), and setHasListStyleOnImport().