Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx88 XclExpObjList::XclExpObjList( const XclExpRoot& rRoot, XclEscherEx& rEscherEx ) : in XclExpObjList() function in XclExpObjList
101 XclExpObjList::~XclExpObjList() in ~XclExpObjList()
109 sal_uInt16 XclExpObjList::Add( XclObj* pObj ) in Add()
126 void XclExpObjList::EndSheet() in EndSheet()
136 void XclExpObjList::Save( XclExpStream& rStrm ) in Save()
/aoo4110/main/sc/source/filter/inc/
H A Dxcl97rec.hxx36 class XclExpObjList : public List, public ExcEmptyRec, protected XclExpRoot class
39 explicit XclExpObjList( const XclExpRoot& rRoot, XclEscherEx& rEscherEx );
40 virtual ~XclExpObjList();
H A Dxeescher.hxx406 ScfRef< XclExpObjList > mxObjList;
/aoo4110/main/sc/source/filter/excel/
H A Dxeescher.cxx1200 mxObjList.reset( new XclExpObjList( GetRoot(), *mxEscherEx ) ); in StartSheet()

Completed in 41 milliseconds