Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dtextbodycontext.cxx44 class TextParagraphContext : public ContextHandler class
47 TextParagraphContext( ContextHandler& rParent, TextParagraph& rPara );
57 TextParagraphContext::TextParagraphContext( ContextHandler& rParent, TextParagraph& rPara ) in TextParagraphContext() function in oox::drawingml::TextParagraphContext
64 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 18 milliseconds