Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/inc/
H A Dxestyle.hxx167 class XclExpFont : public XclExpRecord, protected XclExpRoot class
170 explicit XclExpFont( const XclExpRoot& rRoot,
196 class XclExpBlindFont : public XclExpFont
219 const XclExpFont* GetFont( sal_uInt16 nXclFont ) const;
262 typedef XclExpRecordList< XclExpFont > XclExpFontList;
/aoo41x/main/sc/source/filter/excel/
H A Dxestyle.cxx955 XclExpFont::XclExpFont( const XclExpRoot& rRoot, in XclExpFont() function in XclExpFont
970 bool XclExpFont::Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const in Equals()
975 void XclExpFont::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()
986 void XclExpFont::WriteBody( XclExpStream& rStrm ) in WriteBody()
1016 XclExpFont( rRoot, XclFontData(), EXC_COLOR_CELLTEXT ) in XclExpBlindFont()
1046 const XclExpFont* XclExpFontBuffer::GetFont( sal_uInt16 nXclFont ) const in GetFont()
1061 XclExpFontRef xFont( new XclExpFont( GetRoot(), rFontData, eColorType ) ); in Insert()
1076 maFontList.AppendNewRecord( new XclExpFont( GetRoot(), rFontData, eColorType ) ); in Insert()
1149 … maFontList.AppendNewRecord( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
1151 … maFontList.AppendNewRecord( new XclExpFont( GetRoot(), aFontData, EXC_COLOR_CELLTEXT ) ); in InitDefaultFonts()
[all …]
H A Dxestring.cxx477 …rStrm, const ScfUInt16Vec& rBuffer, sal_uInt16 nStart, sal_Int32 nLength, const XclExpFont* pFont ) in lcl_WriteRun()
517 const XclExpFont* pFont = NULL; in WriteXml()
H A Dxehelper.cxx732 if( const XclExpFont* pFirstFont = GetFontBuffer().GetFont( EXC_FONT_APP ) ) in AppendPortion()
H A Dxechart.cxx1164 if( const XclExpFont* pFont = rRoot.GetFontBuffer().GetFont( nFontIdx ) ) in ConvertFontBase()

Completed in 65 milliseconds