summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx2
-rw-r--r--sc/source/filter/inc/xecontent.hxx6
-rw-r--r--sc/source/filter/inc/xehelper.hxx2
-rw-r--r--sc/source/filter/inc/xlpivot.hxx2
4 files changed, 12 insertions, 0 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index 55f33b6033e4..df7c09d7fd63 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -56,8 +56,10 @@ private:
virtual SvStream* ImplQueryPictureStream();
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr< ::utl::TempFile > mxPicTempFile;
::std::auto_ptr< SvStream > mxPicStrm;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
};
// ============================================================================
diff --git a/sc/source/filter/inc/xecontent.hxx b/sc/source/filter/inc/xecontent.hxx
index 1e1b9f39b4a1..10b245f61e66 100644
--- a/sc/source/filter/inc/xecontent.hxx
+++ b/sc/source/filter/inc/xecontent.hxx
@@ -70,7 +70,9 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm );
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
typedef ::std::auto_ptr< XclExpSstImpl > XclExpSstImplPtr;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
XclExpSstImplPtr mxImpl;
};
@@ -128,8 +130,10 @@ private:
virtual void WriteBody( XclExpStream& rStrm );
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
typedef ::std::auto_ptr< String > StringPtr;
typedef ::std::auto_ptr< SvStream > SvStreamPtr;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
ScAddress maScPos; /// Position of the hyperlink.
StringPtr mxRepr; /// Cell representation text.
@@ -183,7 +187,9 @@ private:
virtual void WriteBody( XclExpStream& rStrm );
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
typedef ::std::auto_ptr< XclExpCFImpl > XclExpCFImplPtr;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
XclExpCFImplPtr mxImpl;
};
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index 6f43a38d02e6..c978e774bef4 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -68,7 +68,9 @@ public:
void Progress();
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
typedef ::std::auto_ptr< ScfProgressBar > ScfProgressBarPtr;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
ScfProgressBarPtr mxProgress; /// Progress bar implementation.
ScfProgressBar* mpSubProgress; /// Current sub progress bar.
diff --git a/sc/source/filter/inc/xlpivot.hxx b/sc/source/filter/inc/xlpivot.hxx
index 560e18a19a2b..f162f8f7f18a 100644
--- a/sc/source/filter/inc/xlpivot.hxx
+++ b/sc/source/filter/inc/xlpivot.hxx
@@ -637,7 +637,9 @@ struct XclPTFieldExtInfo
sal_uInt16 mnSortField; /// Index to data field sorting bases on.
sal_uInt16 mnShowField; /// Index to data field AutoShow bases on.
sal_uInt16 mnNumFmt;
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<rtl::OUString> mpFieldTotalName;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
explicit XclPTFieldExtInfo();