Searched refs:TextListStyleContext (Results 1 – 6 of 6) sorted by relevance
38 TextListStyleContext::TextListStyleContext( ContextHandler& rParent, TextListStyle& rTextListStyle ) in TextListStyleContext() function in oox::drawingml::TextListStyleContext44 TextListStyleContext::~TextListStyleContext() in ~TextListStyleContext()50 void TextListStyleContext::endFastElement( sal_Int32 ) throw (SAXException, RuntimeException) in endFastElement()56 Reference< XFastContextHandler > TextListStyleContext::createFastChildContext( sal_Int32 aElementTo… in createFastChildContext()
61 … xRet.set( new TextListStyleContext( *this, *mrDefaultObject.getMasterTextListStyle() ) ); in createFastChildContext()
195 xRet.set( new TextListStyleContext( *this, mrTextBody.getTextListStyle() ) ); in createFastChildContext()
32 class TextListStyleContext : public ::oox::core::ContextHandler class35 TextListStyleContext( ::oox::core::ContextHandler& rParent, TextListStyle& rTextListStyle );36 ~TextListStyleContext();
76 xRet.set( new oox::drawingml::TextListStyleContext( *this, *aTextListStylePtr ) ); in createFastChildContext()
340 xRet.set( new TextListStyleContext( *this, *mpTextListStyle ) ); in createFastChildContext()
Completed in 16 milliseconds