Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/
H A Dtextspacingcontext.cxx35 TextSpacingContext::TextSpacingContext( ContextHandler& rParent, TextSpacing & aSpacing ) in TextSpacingContext() function in oox::drawingml::TextSpacingContext
42 void TextSpacingContext::endFastElement( sal_Int32 /*nElement*/ ) in endFastElement()
47 Reference< XFastContextHandler > TextSpacingContext::createFastChildContext( ::sal_Int32 aElement, in createFastChildContext()
H A Dtextparagraphpropertiescontext.cxx184 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()
H A Dtextspacingcontext.hxx33 class TextSpacingContext : public ::oox::core::ContextHandler class
36 TextSpacingContext( ::oox::core::ContextHandler& rParent, TextSpacing & aSpacing );

Completed in 41 milliseconds