Home
last modified time | relevance | path

Searched refs:mxFontBfr (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxeroot.cxx115 …DBG_ASSERT( mrExpData.mxFontBfr.is(), "XclExpRoot::GetFontBuffer - missing object (wrong BIFF?)" ); in GetFontBuffer()
116 return *mrExpData.mxFontBfr; in GetFontBuffer()
184 mrExpData.mxFontBfr.reset( new XclExpFontBuffer( GetRoot() ) ); in InitializeGlobals()
227 case EXC_ID_FONTLIST: xRec = mrExpData.mxFontBfr; break; in CreateRecord()
H A Dxiroot.cxx68 mrImpData.mxFontBfr.reset( new XclImpFontBuffer( GetRoot() ) ); in XclImpRoot()
159 return *mrImpData.mxFontBfr; in GetFontBuffer()
/aoo4110/main/sc/source/filter/inc/
H A Dxeroot.hxx83 XclExpFontBfrRef mxFontBfr; /// All fonts in the file. member
H A Dxiroot.hxx94 XclImpFontBfrRef mxFontBfr; /// All fonts in the file. member

Completed in 15 milliseconds