Searched refs:XclExpRootData (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/filter/inc/ |
H A D | xeroot.hxx | 58 struct XclExpRootData : public XclRootData struct 95 explicit XclExpRootData( XclBiff eBiff, SfxMedium& rMedium, argument 97 virtual ~XclExpRootData(); 106 explicit XclExpRoot( XclExpRootData& rExpRootData ); 166 XclExpRootData::XclExpLinkMgrRef GetLocalLinkMgrRef() const; 169 XclExpRootData& mrExpData; /// Reference to the global export data struct.
|
H A D | exp_op.hxx | 110 ExportBiff5( XclExpRootData& rExpData, SvStream& rStrm ); 121 ExportBiff8( XclExpRootData& rExpData, SvStream& rStrm ); 135 ExportXml2007( XclExpRootData& rExpData, SvStream& rStrm );
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xeroot.cxx | 57 XclExpRootData::XclExpRootData( XclBiff eBiff, SfxMedium& rMedium, in XclExpRootData() function in XclExpRootData 65 XclExpRootData::~XclExpRootData() in ~XclExpRootData() 71 XclExpRoot::XclExpRoot( XclExpRootData& rExpRootData ) : in XclExpRoot() 307 XclExpRootData::XclExpLinkMgrRef XclExpRoot::GetLocalLinkMgrRef() const in GetLocalLinkMgrRef()
|
H A D | expop2.cxx | 56 ExportBiff5::ExportBiff5( XclExpRootData& rExpData, SvStream& rStrm ): in ExportBiff5() 136 ExportBiff8::ExportBiff8( XclExpRootData& rExpData, SvStream& rStrm ) : in ExportBiff8() 148 ExportXml2007::ExportXml2007( XclExpRootData& rExpData, SvStream& rStrm ) in ExportXml2007()
|
H A D | excel.cxx | 244 … XclExpRootData aExpData( bBiff8 ? EXC_BIFF8 : EXC_BIFF5, rMedium, xRootStrg, *pDocument, eNach ); in lcl_ExportExcelBiff() 274 XclExpRootData aExpData( EXC_BIFF8, rMedium, xRootStrg, *pDocument, eNach ); in lcl_ExportExcel2007Xml()
|
Completed in 19 milliseconds