Searched refs:TextPortionContext (Results 1 – 2 of 2) sorted by relevance
38 TextPortionContext::TextPortionContext( ContextHandler2Helper& rParent, in TextPortionContext() function in oox::vml::TextPortionContext81 ContextHandlerRef TextPortionContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAt… in onCreateContext()84 return new TextPortionContext( *this, mrTextBox, maFont, nElement, rAttribs ); in onCreateContext()87 void TextPortionContext::onCharacters( const OUString& rChars ) in onCharacters()100 void TextPortionContext::onEndElement() in onEndElement()138 …if( nElement == XML_font ) return new TextPortionContext( *this, mrTextBox, TextFontModel(), nElem… in onCreateContext()
35 class TextPortionContext : public ::oox::core::ContextHandler2 class38 explicit TextPortionContext(
Completed in 70 milliseconds