Home
last modified time | relevance | path

Searched refs:XclExpXmlElementRecord (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxerecord.cxx66 XclExpXmlElementRecord::XclExpXmlElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlS… in XclExpXmlElementRecord() function in XclExpXmlElementRecord
71 XclExpXmlElementRecord::~XclExpXmlElementRecord() in ~XclExpXmlElementRecord()
78 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartElementRecord()
103 : XclExpXmlElementRecord( nElement ) in XclExpXmlEndElementRecord()
119 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartSingleElementRecord()
/aoo4110/main/sc/source/filter/inc/
H A Dxerecord.hxx64 class XclExpXmlElementRecord : public XclExpRecordBase class
67XclExpXmlElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlStream& rStrm) = NULL );
68 virtual ~XclExpXmlElementRecord();
77 class XclExpXmlStartElementRecord : public XclExpXmlElementRecord
89 class XclExpXmlEndElementRecord : public XclExpXmlElementRecord
101 class XclExpXmlStartSingleElementRecord : public XclExpXmlElementRecord

Completed in 29 milliseconds