Searched refs:TextParagraphPropertiesContext (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/oox/source/drawingml/ |
H A D | textliststylecontext.cxx | 62 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 65 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getAggregation… in createFastChildContext() 71 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 74 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 77 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 80 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 83 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 86 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 89 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() 92 …xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext() [all …]
|
H A D | textparagraphpropertiescontext.cxx | 47 TextParagraphPropertiesContext::TextParagraphPropertiesContext( ContextHandler& rParent, in TextParagraphPropertiesContext() function in oox::drawingml::TextParagraphPropertiesContext 141 TextParagraphPropertiesContext::~TextParagraphPropertiesContext() in ~TextParagraphPropertiesContext() 169 void TextParagraphPropertiesContext::endFastElement( sal_Int32 ) throw (SAXException, RuntimeExcept… in endFastElement() 177 Reference< XFastContextHandler > TextParagraphPropertiesContext::createFastChildContext( sal_Int32 … in createFastChildContext()
|
H A D | textfieldcontext.cxx | 73 …xRet.set( new TextParagraphPropertiesContext( *this, xAttribs, mrTextField.getTextParagraphPropert… in createFastChildContext()
|
H A D | textbodycontext.cxx | 103 … xRet.set( new TextParagraphPropertiesContext( *this, xAttribs, mrParagraph.getProperties() ) ); in createFastChildContext()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | textparagraphpropertiescontext.hxx | 37 class TextParagraphPropertiesContext : public ::oox::core::ContextHandler class 40 TextParagraphPropertiesContext( ::oox::core::ContextHandler& rParent, 43 ~TextParagraphPropertiesContext();
|
Completed in 46 milliseconds