Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxeroot.cxx103 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()
H A Dxiroot.cxx79 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()
/aoo41x/main/sc/source/filter/inc/
H A Dxeroot.hxx81 XclExpSstRef mxSst; /// The shared string table. member
H A Dxiroot.hxx92 XclImpSstRef mxSst; /// The shared string table. member

Completed in 12 milliseconds