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

#include <textparagraphproperties.hxx>

Collaboration diagram for oox::drawingml::BulletList:
[legend]

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::ColormaBulletColorPtr
 
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
 

Detailed Description

Definition at line 36 of file textparagraphproperties.hxx.

Constructor & Destructor Documentation

◆ BulletList()

oox::drawingml::BulletList::BulletList ( )

Definition at line 60 of file textparagraphproperties.cxx.

References make_shared().

Member Function Documentation

◆ apply()

void oox::drawingml::BulletList::apply ( const BulletList rSource)

◆ is()

bool oox::drawingml::BulletList::is ( ) const

◆ pushToPropMap()

void oox::drawingml::BulletList::pushToPropMap ( const ::oox::core::XmlFilterBase pFilterBase,
PropertyMap xPropMap 
) const

◆ setBulletAspectRatio()

void oox::drawingml::BulletList::setBulletAspectRatio ( double  nAspectRatio)

◆ setBulletChar()

void oox::drawingml::BulletList::setBulletChar ( const OUString &  sChar)

◆ setBulletSize()

void oox::drawingml::BulletList::setBulletSize ( sal_Int16  nSize)

◆ setFontSize()

void oox::drawingml::BulletList::setFontSize ( sal_Int16  nSize)

◆ setGraphic()

void oox::drawingml::BulletList::setGraphic ( css::uno::Reference< css::graphic::XGraphic > const &  rXGraphic)

◆ setNone()

void oox::drawingml::BulletList::setNone ( )

◆ setStartAt()

void oox::drawingml::BulletList::setStartAt ( sal_Int32  nStartAt)
inline

◆ setStyleName()

void oox::drawingml::BulletList::setStyleName ( const OUString &  rStyleName)
inline

◆ setSuffixMinusRight()

void oox::drawingml::BulletList::setSuffixMinusRight ( )

Definition at line 114 of file textparagraphproperties.cxx.

References msNumberingPrefix, and msNumberingSuffix.

Referenced by setType().

◆ setSuffixNone()

void oox::drawingml::BulletList::setSuffixNone ( )

◆ setSuffixParenBoth()

void oox::drawingml::BulletList::setSuffixParenBoth ( )

Definition at line 90 of file textparagraphproperties.cxx.

References msNumberingPrefix, and msNumberingSuffix.

Referenced by setType().

◆ setSuffixParenRight()

void oox::drawingml::BulletList::setSuffixParenRight ( )

Definition at line 96 of file textparagraphproperties.cxx.

References msNumberingPrefix, and msNumberingSuffix.

Referenced by setType().

◆ setSuffixPeriod()

void oox::drawingml::BulletList::setSuffixPeriod ( )

Definition at line 102 of file textparagraphproperties.cxx.

References msNumberingPrefix, and msNumberingSuffix.

Referenced by setType().

◆ setType()

void oox::drawingml::BulletList::setType ( sal_Int32  nType)

Member Data Documentation

◆ maBulletColorPtr

std::shared_ptr< ::oox::drawingml::Color > oox::drawingml::BulletList::maBulletColorPtr

◆ maBulletFont

::oox::drawingml::TextFont oox::drawingml::BulletList::maBulletFont

◆ maGraphic

css::uno::Any oox::drawingml::BulletList::maGraphic

◆ maStyleName

css::uno::Any oox::drawingml::BulletList::maStyleName

Definition at line 71 of file textparagraphproperties.hxx.

Referenced by apply(), pushToPropMap(), and setStyleName().

◆ mbBulletColorFollowText

css::uno::Any oox::drawingml::BulletList::mbBulletColorFollowText

◆ mbBulletFontFollowText

css::uno::Any oox::drawingml::BulletList::mbBulletFontFollowText

◆ mbBulletSizeFollowText

css::uno::Any oox::drawingml::BulletList::mbBulletSizeFollowText

◆ mnAspectRatio

css::uno::Any oox::drawingml::BulletList::mnAspectRatio

◆ mnFontSize

css::uno::Any oox::drawingml::BulletList::mnFontSize

Definition at line 70 of file textparagraphproperties.hxx.

Referenced by apply(), pushToPropMap(), and setFontSize().

◆ mnNumberingType

css::uno::Any oox::drawingml::BulletList::mnNumberingType

◆ mnSize

css::uno::Any oox::drawingml::BulletList::mnSize

◆ mnStartAt

css::uno::Any oox::drawingml::BulletList::mnStartAt

Definition at line 64 of file textparagraphproperties.hxx.

Referenced by apply(), and pushToPropMap().

◆ msBulletChar

css::uno::Any oox::drawingml::BulletList::msBulletChar

Definition at line 63 of file textparagraphproperties.hxx.

Referenced by apply(), pushToPropMap(), and setBulletChar().

◆ msNumberingPrefix

css::uno::Any oox::drawingml::BulletList::msNumberingPrefix

◆ msNumberingSuffix

css::uno::Any oox::drawingml::BulletList::msNumberingSuffix

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