Searched refs:TextParagraphContext (Results 1 – 1 of 1) sorted by relevance
44 class TextParagraphContext : public ContextHandler class47 TextParagraphContext( ContextHandler& rParent, TextParagraph& rPara );57 TextParagraphContext::TextParagraphContext( ContextHandler& rParent, TextParagraph& rPara ) in TextParagraphContext() function in oox::drawingml::TextParagraphContext64 void TextParagraphContext::endFastElement( sal_Int32 aElementToken ) throw (SAXException, RuntimeEx… in endFastElement()73 Reference< XFastContextHandler > TextParagraphContext::createFastChildContext( sal_Int32 aElementTo… in createFastChildContext()198 xRet.set( new TextParagraphContext( *this, mrTextBody.addParagraph() ) ); in createFastChildContext()
Completed in 9 milliseconds