Searched refs:mrBulletList (Results 1 – 2 of 2) sorted by relevance
54 , 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()206 …mrBulletList.setBulletSize( static_cast<sal_Int16>( GetPercent( rXAttributes->getOptionalValue( XM… in createFastChildContext()209 mrBulletList.setBulletSize(0); in createFastChildContext()210 …mrBulletList.setFontSize( static_cast<sal_Int16>(GetTextSize( rXAttributes->getOptionalValue( XML_… in createFastChildContext()[all …]
53 BulletList& mrBulletList; member in oox::drawingml::TextParagraphPropertiesContext