Lines Matching refs:mrBulletList
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()
215 mrBulletList.mbBulletFontFollowText <<= sal_True; in createFastChildContext()
218 mrBulletList.maBulletFont.setAttributes( aAttribs ); in createFastChildContext()
223 mrBulletList.setNone(); in createFastChildContext()
239 mrBulletList.setStartAt( nStartAt ); in createFastChildContext()
240 mrBulletList.setType( nType ); in createFastChildContext()
250 mrBulletList.setBulletChar( rXAttributes->getValue( XML_char ) ); in createFastChildContext()