Lines Matching refs:createFont
2542 FontRef Dxf::createFont( bool bAlwaysNew ) in createFont() function in oox::xls::Dxf
2600 …case BIFF12_DXF_FONT_COLOR: createFont( false )->importDxfColor( rStrm ); … in importDxf()
2605 …case BIFF12_DXF_FONT_NAME: createFont( false )->importDxfName( rStrm ); … in importDxf()
2606 …case BIFF12_DXF_FONT_WEIGHT: createFont( false )->importDxfWeight( rStrm ); … in importDxf()
2607 …case BIFF12_DXF_FONT_UNDERLINE: createFont( false )->importDxfUnderline( rStrm ); … in importDxf()
2608 …case BIFF12_DXF_FONT_ESCAPEMENT: createFont( false )->importDxfEscapement( rStrm ); … in importDxf()
2609 …case BIFF12_DXF_FONT_ITALIC: createFont( false )->importDxfFlag( XML_i, rStrm ); … in importDxf()
2610 …case BIFF12_DXF_FONT_STRIKE: createFont( false )->importDxfFlag( XML_strike, rStrm ); … in importDxf()
2611 …case BIFF12_DXF_FONT_OUTLINE: createFont( false )->importDxfFlag( XML_outline, rStrm ); … in importDxf()
2612 …case BIFF12_DXF_FONT_SHADOW: createFont( false )->importDxfFlag( XML_shadow, rStrm ); … in importDxf()
2613 …case BIFF12_DXF_FONT_HEIGHT: createFont( false )->importDxfHeight( rStrm ); … in importDxf()
2614 …case BIFF12_DXF_FONT_SCHEME: createFont( false )->importDxfScheme( rStrm ); … in importDxf()
2627 createFont()->importCfRule( rStrm ); in importCfRule()
3159 FontRef StylesBuffer::createFont( sal_Int32* opnFontId ) in createFont() function in oox::xls::StylesBuffer
3256 FontRef xFont = createFont(); in importFont()