Home
last modified time | relevance | path

Searched defs:XclExpRootData (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxeroot.hxx59 struct XclExpRootData : public XclRootData struct
61 typedef std::shared_ptr< XclExpTabInfo > XclExpTabInfoRef;
66 typedef rtl::Reference< XclExpSst > XclExpSstRef;
67 typedef rtl::Reference< XclExpPalette > XclExpPaletteRef;
68 typedef rtl::Reference< XclExpFontBuffer > XclExpFontBfrRef;
70 typedef rtl::Reference< XclExpXFBuffer > XclExpXFBfrRef;
76 typedef rtl::Reference< XclExpDxfs > XclExpDxfsRef;
79 XclExpAddrConvRef mxAddrConv; /// The address converter.
80 XclExpFmlaCompRef mxFmlaComp; /// The formula compiler.
81 XclExpProgressRef mxProgress; /// The export progress bar.
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxeroot.hxx59 struct XclExpRootData : public XclRootData struct
61 typedef std::shared_ptr< XclExpTabInfo > XclExpTabInfoRef;
66 typedef std::shared_ptr< XclExpSst > XclExpSstRef;
67 typedef std::shared_ptr< XclExpPalette > XclExpPaletteRef;
68 typedef std::shared_ptr< XclExpFontBuffer > XclExpFontBfrRef;
70 typedef std::shared_ptr< XclExpXFBuffer > XclExpXFBfrRef;
76 typedef std::shared_ptr< XclExpDxfs > XclExpDxfsRef;
79 XclExpAddrConvRef mxAddrConv; /// The address converter.
80 XclExpFmlaCompRef mxFmlaComp; /// The formula compiler.
81 XclExpProgressRef mxProgress; /// The export progress bar.
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeroot.cxx56 XclExpRootData::XclExpRootData( XclBiff eBiff, SfxMedium& rMedium, in XclExpRootData() function in XclExpRootData
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeroot.cxx55 XclExpRootData::XclExpRootData( XclBiff eBiff, SfxMedium& rMedium, in XclExpRootData() function in XclExpRootData