Searched refs:mxFontBfr (Results 1 – 4 of 4) sorted by relevance
115 …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()
68 mrImpData.mxFontBfr.reset( new XclImpFontBuffer( GetRoot() ) ); in XclImpRoot()159 return *mrImpData.mxFontBfr; in GetFontBuffer()
83 XclExpFontBfrRef mxFontBfr; /// All fonts in the file. member
94 XclImpFontBfrRef mxFontBfr; /// All fonts in the file. member
Completed in 13 milliseconds