Home
last modified time | relevance | path

Searched refs:mrBulletList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dtextparagraphpropertiescontext.cxx54 , mrBulletList( rTextParagraphProperties.getBulletList() ) in TextParagraphPropertiesContext()
114 mrBulletList.setStyleName( sStyleNameValue ); in TextParagraphPropertiesContext()
158 mrBulletList.setGraphic( mxBlipProps->mxGraphic ); in ~TextParagraphPropertiesContext()
160 if( mrBulletList.is() ) in ~TextParagraphPropertiesContext()
195 mrBulletList.mbBulletColorFollowText <<= sal_True; in createFastChildContext()
198 xRet.set( new ColorContext( *this, *mrBulletList.maBulletColorPtr ) ); in createFastChildContext()
203 mrBulletList.setBulletSize(100); in createFastChildContext()
206mrBulletList.setBulletSize( static_cast<sal_Int16>( GetPercent( rXAttributes->getOptionalValue( XM… in createFastChildContext()
209 mrBulletList.setBulletSize(0); in createFastChildContext()
210mrBulletList.setFontSize( static_cast<sal_Int16>(GetTextSize( rXAttributes->getOptionalValue( XML_… in createFastChildContext()
[all …]
/trunk/main/oox/inc/oox/drawingml/
H A Dtextparagraphpropertiescontext.hxx53 BulletList& mrBulletList; member in oox::drawingml::TextParagraphPropertiesContext