Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dstylesfragment.cxx68 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()
H A Drichstringcontext.cxx65 return new FontContext( *this, mxPortion->createFont() ); in onCreateContext()
/trunk/main/oox/inc/oox/xls/
H A Dstylesfragment.hxx47 class FontContext : public WorkbookContextBase class
51 inline explicit FontContext( ParentType& rParent, const FontRef& rxFont ) : in FontContext() function in oox::xls::FontContext