Searched refs:FontContext (Results 1 – 3 of 3) sorted by relevance
68 ContextHandlerRef FontContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext()165 … case XLS_TOKEN( font ): return new FontContext( *this, mxDxf->createFont() ); in onCreateContext()217 … if( nElement == XLS_TOKEN( font ) ) return new FontContext( *this, getStyles().createFont() ); in onCreateContext()
65 return new FontContext( *this, mxPortion->createFont() ); in onCreateContext()
47 class FontContext : public WorkbookContextBase class51 inline explicit FontContext( ParentType& rParent, const FontRef& rxFont ) : in FontContext() function in oox::xls::FontContext