LibreOffice Module oox (master) 1
Public Member Functions | Private Attributes | List of all members
oox::drawingml::TextListStyle Class Reference

#include <textliststyle.hxx>

Public Member Functions

 TextListStyle ()
 
 ~TextListStyle ()
 
 TextListStyle (const TextListStyle &rStyle)
 
TextListStyleoperator= (const TextListStyle &rStyle)
 
void apply (const TextListStyle &rTextListStyle)
 
const TextParagraphPropertiesArraygetListStyle () const
 
TextParagraphPropertiesArraygetListStyle ()
 
const TextParagraphPropertiesArraygetAggregationListStyle () const
 
TextParagraphPropertiesArraygetAggregationListStyle ()
 
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...
 

Detailed Description

Definition at line 32 of file textliststyle.hxx.

Constructor & Destructor Documentation

◆ TextListStyle() [1/2]

oox::drawingml::TextListStyle::TextListStyle ( )

Definition at line 25 of file textliststyle.cxx.

◆ ~TextListStyle()

oox::drawingml::TextListStyle::~TextListStyle ( )

Definition at line 30 of file textliststyle.cxx.

◆ TextListStyle() [2/2]

oox::drawingml::TextListStyle::TextListStyle ( const TextListStyle rStyle)

Member Function Documentation

◆ apply()

void oox::drawingml::TextListStyle::apply ( const TextListStyle rTextListStyle)

◆ dump()

void oox::drawingml::TextListStyle::dump ( ) const

◆ getAggregationListStyle() [1/2]

TextParagraphPropertiesArray & oox::drawingml::TextListStyle::getAggregationListStyle ( )
inline

Definition at line 50 of file textliststyle.hxx.

References maAggregationListStyle.

◆ getAggregationListStyle() [2/2]

const TextParagraphPropertiesArray & oox::drawingml::TextListStyle::getAggregationListStyle ( ) const
inline

◆ getListStyle() [1/2]

TextParagraphPropertiesArray & oox::drawingml::TextListStyle::getListStyle ( )
inline

Definition at line 44 of file textliststyle.hxx.

References maListStyle.

◆ getListStyle() [2/2]

const TextParagraphPropertiesArray & oox::drawingml::TextListStyle::getListStyle ( ) const
inline

◆ hasListStyleOnImport()

bool oox::drawingml::TextListStyle::hasListStyleOnImport ( ) const
inline

Returns whether the lstStyle tag was non-empty on import.

Returns
true if list style has its own noninherited properties.

Definition at line 58 of file textliststyle.hxx.

References mbHasListStyleOnImport.

Referenced by oox::drawingml::TextBody::hasListStyleOnImport().

◆ operator=()

TextListStyle & oox::drawingml::TextListStyle::operator= ( const TextListStyle rStyle)

◆ setHasListStyleOnImport()

void oox::drawingml::TextListStyle::setHasListStyleOnImport ( )
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().

Member Data Documentation

◆ maAggregationListStyle

TextParagraphPropertiesArray oox::drawingml::TextListStyle::maAggregationListStyle
private

Definition at line 66 of file textliststyle.hxx.

Referenced by getAggregationListStyle(), operator=(), and TextListStyle().

◆ maListStyle

TextParagraphPropertiesArray oox::drawingml::TextListStyle::maListStyle
private

Definition at line 65 of file textliststyle.hxx.

Referenced by dump(), getListStyle(), operator=(), and TextListStyle().

◆ mbHasListStyleOnImport

bool oox::drawingml::TextListStyle::mbHasListStyleOnImport
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().


The documentation for this class was generated from the following files: