Searched refs:XclExpXmlElementRecord (Results 1 – 2 of 2) sorted by relevance
66 XclExpXmlElementRecord::XclExpXmlElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlS… in XclExpXmlElementRecord() function in XclExpXmlElementRecord71 XclExpXmlElementRecord::~XclExpXmlElementRecord() in ~XclExpXmlElementRecord()78 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartElementRecord()103 : XclExpXmlElementRecord( nElement ) in XclExpXmlEndElementRecord()119 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartSingleElementRecord()
64 class XclExpXmlElementRecord : public XclExpRecordBase class67 … XclExpXmlElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlStream& rStrm) = NULL );68 virtual ~XclExpXmlElementRecord();77 class XclExpXmlStartElementRecord : public XclExpXmlElementRecord89 class XclExpXmlEndElementRecord : public XclExpXmlElementRecord101 class XclExpXmlStartSingleElementRecord : public XclExpXmlElementRecord
Completed in 19 milliseconds