Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dthemeelementscontext.cxx138 class FontSchemeContext : public ContextHandler class
141 FontSchemeContext( ContextHandler& rParent, FontScheme& rFontScheme );
150 FontSchemeContext::FontSchemeContext( ContextHandler& rParent, FontScheme& rFontScheme ) : in FontSchemeContext() function in oox::drawingml::FontSchemeContext
156 Reference< XFastContextHandler > FontSchemeContext::createFastChildContext( sal_Int32 nElement, con… in createFastChildContext()
187 void FontSchemeContext::endFastElement( sal_Int32 nElement ) throw (SAXException, RuntimeException) in endFastElement()
215 return new FontSchemeContext( *this, mrTheme.getFontScheme() ); in createFastChildContext()

Completed in 21 milliseconds