Searched refs:TextSpacingContext (Results 1 – 3 of 3) sorted by relevance
35 TextSpacingContext::TextSpacingContext( ContextHandler& rParent, TextSpacing & aSpacing ) in TextSpacingContext() function in oox::drawingml::TextSpacingContext42 void TextSpacingContext::endFastElement( sal_Int32 /*nElement*/ ) in endFastElement()47 Reference< XFastContextHandler > TextSpacingContext::createFastChildContext( ::sal_Int32 aElement, in createFastChildContext()
184 xRet.set( new TextSpacingContext( *this, maLineSpacing ) ); in createFastChildContext()187 xRet.set( new TextSpacingContext( *this, mrSpaceBefore ) ); in createFastChildContext()190 xRet.set( new TextSpacingContext( *this, mrSpaceAfter ) ); in createFastChildContext()
33 class TextSpacingContext : public ::oox::core::ContextHandler class36 TextSpacingContext( ::oox::core::ContextHandler& rParent, TextSpacing & aSpacing );
Completed in 26 milliseconds