Searched refs:TextCharacterPropertiesContext (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/oox/source/drawingml/ |
H A D | textcharacterpropertiescontext.cxx | 45 TextCharacterPropertiesContext::TextCharacterPropertiesContext( in TextCharacterPropertiesContext() function in oox::drawingml::TextCharacterPropertiesContext 93 TextCharacterPropertiesContext::~TextCharacterPropertiesContext() in ~TextCharacterPropertiesContext() 99 void TextCharacterPropertiesContext::endFastElement( sal_Int32 ) throw (SAXException, RuntimeExcept… in endFastElement() 105 Reference< XFastContextHandler > TextCharacterPropertiesContext::createFastChildContext( sal_Int32 … in createFastChildContext()
|
H A D | textbodycontext.cxx | 106 … xRet.set( new TextCharacterPropertiesContext( *this, xAttribs, mrParagraph.getEndProperties() ) ); in createFastChildContext() 159 …xRet.set( new TextCharacterPropertiesContext( *this, xAttribs, mpRunPtr->getTextCharacterPropertie… in createFastChildContext()
|
H A D | textfieldcontext.cxx | 70 …xRet.set( new TextCharacterPropertiesContext( *this, xAttribs, mrTextField.getTextCharacterPropert… in createFastChildContext()
|
H A D | textparagraphpropertiescontext.cxx | 268 …xRet.set( new TextCharacterPropertiesContext( *this, rXAttributes, mrTextParagraphProperties.getTe… in createFastChildContext()
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | textcharacterpropertiescontext.hxx | 33 class TextCharacterPropertiesContext : public ::oox::core::ContextHandler class 36 TextCharacterPropertiesContext( ::oox::core::ContextHandler& rParent, 39 virtual ~TextCharacterPropertiesContext();
|
Completed in 18 milliseconds