Searched refs:GetFontBuffer (Results 1 – 16 of 16) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xiroot.cxx | 111 GetFontBuffer().Initialize(); in InitializeTable() 157 XclImpFontBuffer& XclImpRoot::GetFontBuffer() const in GetFontBuffer() function in XclImpRoot
|
H A D | xehelper.cxx | 393 XclExpFontBuffer& rFontBuffer = rRoot.GetFontBuffer(); in lclCreateFormattedString() 456 XclExpFontBuffer& rFontBuffer = rRoot.GetFontBuffer(); in lclCreateFormattedString() 732 if( const XclExpFont* pFirstFont = GetFontBuffer().GetFont( EXC_FONT_APP ) ) in AppendPortion()
|
H A D | xihelper.cxx | 178 const XclImpFontBuffer& rFontBuffer = rRoot.GetFontBuffer(); in lclCreateTextObject() 555 if( const XclImpFont* pFirstFont = GetFontBuffer().GetFont( EXC_FONT_APP ) ) in ResetFontData()
|
H A D | read.cxx | 54 XclImpFontBuffer& rFontBfr = GetFontBuffer(); in Read() 786 XclImpFontBuffer& rFontBfr = GetFontBuffer(); in Read()
|
H A D | xistyle.cxx | 1156 GetFontBuffer().FillToItemSet( rItemSet, EXC_FONTITEM_CELL, mnXclFont, bSkipPoolDefs ); in CreatePattern() 1168 maAlignment.FillToItemSet( rItemSet, GetFontBuffer().GetFont( mnXclFont ), bSkipPoolDefs ); in CreatePattern() 1427 return GetFontBuffer().GetFont( GetFontIndex( nXFIndex ) ); in GetFont()
|
H A D | xeroot.cxx | 113 XclExpFontBuffer& XclExpRoot::GetFontBuffer() const in GetFontBuffer() function in XclExpRoot
|
H A D | xiescher.cxx | 2043 GetFontBuffer().WriteDefaultCtrlFontProperties( rPropSet ); in ConvertFont() 2045 …GetFontBuffer().WriteFontProperties( rPropSet, EXC_FONTPROPSET_CONTROL, rFormatRuns.front().mnFont… in ConvertFont() 2619 …GetFontBuffer().WriteFontProperties( rPropSet, EXC_FONTPROPSET_CONTROL, maTextData.maData.mnDefFon… in SetBoxFormatting() 2621 GetFontBuffer().WriteDefaultCtrlFontProperties( rPropSet ); in SetBoxFormatting()
|
H A D | xestring.cxx | 513 XclExpFontBuffer& rFonts = rStrm.GetRoot().GetFontBuffer(); in WriteXml()
|
H A D | xeescher.cxx | 591 nXclFont = GetFontBuffer().Insert( aFontData, EXC_COLOR_CTRLTEXT ); in XclExpTbxControlObj()
|
H A D | impop.cxx | 662 long nFontHt = GetFontBuffer().GetAppFontData().mnHeight; in DefColWidth()
|
H A D | xechart.cxx | 409 return GetFontBuffer().Insert( aFontData, EXC_COLOR_CHARTTEXT ); in ConvertFont() 1164 if( const XclExpFont* pFont = rRoot.GetFontBuffer().GetFont( nFontIdx ) ) in ConvertFontBase()
|
H A D | xetable.cxx | 1550 long nFontHt = rRoot.GetFontBuffer().GetAppFontData().mnHeight; in lclGetCorrectedColWidth()
|
H A D | xestyle.cxx | 2012 mnXclFont = GetFontBuffer().Insert( rItemSet, nScript, EXC_COLOR_CELLTEXT, bDefStyle ); in Init()
|
H A D | xichart.cxx | 383 GetFontBuffer().WriteFontProperties( rPropSet, EXC_FONTPROPSET_CHART, nFontIdx, pFontColor ); in ConvertFont()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xeroot.hxx | 127 XclExpFontBuffer& GetFontBuffer() const;
|
H A D | xiroot.hxx | 155 XclImpFontBuffer& GetFontBuffer() const;
|
Completed in 152 milliseconds