Searched refs:mxSst (Results 1 – 4 of 4) sorted by relevance
103 DBG_ASSERT( mrExpData.mxSst.is(), "XclExpRoot::GetSst - missing object (wrong BIFF?)" ); in GetSst()104 return *mrExpData.mxSst; in GetSst()193 mrExpData.mxSst.reset( new XclExpSst ); in InitializeGlobals()230 case EXC_ID_SST: xRec = mrExpData.mxSst; break; in CreateRecord()
79 mrImpData.mxSst.reset( new XclImpSst( GetRoot() ) ); in XclImpRoot()148 DBG_ASSERT( mrImpData.mxSst.is(), "XclImpRoot::GetSst - invalid call, wrong BIFF" ); in GetSst()149 return *mrImpData.mxSst; in GetSst()
81 XclExpSstRef mxSst; /// The shared string table. member
92 XclImpSstRef mxSst; /// The shared string table. member
Completed in 30 milliseconds