summaryrefslogtreecommitdiff
path: root/include/svl/zformat.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-06 09:42:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-06 15:56:13 +0000
commit48a4d615c85c58a06a50209bfbcc6e93145142fc (patch)
tree454e3743daa81261287a1c0acf9a721fdae5e108 /include/svl/zformat.hxx
parent9e05e45452bfc98c39f589b3f3b90c6596a638c9 (diff)
If XPersistObject support is dropped, all this unsupported old data can go
Change-Id: I7000df307920b1b04b81cc4c436009cf6b6548e0 Reviewed-on: https://gerrit.libreoffice.org/12282 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svl/zformat.hxx')
-rw-r--r--include/svl/zformat.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 5920243fb950..2d5b110d1574 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -29,13 +29,10 @@ namespace utl {
class DigitGroupingIterator;
}
-class SvStream;
class Color;
class ImpSvNumberformatScan; // format code string scanner
class ImpSvNumberInputScan; // input string scanner
-class ImpSvNumMultipleWriteHeader; // compatible file format
-class ImpSvNumMultipleReadHeader; // compatible file format
class SvNumberFormatter;
enum SvNumberformatLimitOps
@@ -69,8 +66,6 @@ struct ImpSvNumberformatInfo // Struct for FormatInfo
bool bThousand; // Has group (AKA thousand) separator
void Copy( const ImpSvNumberformatInfo& rNumFor, sal_uInt16 nAnz );
- void Load(SvStream& rStream, sal_uInt16 nAnz);
- void Save(SvStream& rStream, sal_uInt16 nAnz) const;
};
// NativeNumber, represent numbers using CJK or other digits if nNum>0,
@@ -119,9 +114,6 @@ public:
~ImpSvNumFor();
void Enlarge(sal_uInt16 nAnz); // Init of arrays to the right size
- void Load( SvStream& rStream, ImpSvNumberformatScan& rSc,
- OUString& rLoadedColorName);
- void Save( SvStream& rStream ) const;
// if pSc is set, it is used to get the Color pointer
void Copy( const ImpSvNumFor& rNumFor, ImpSvNumberformatScan* pSc );
@@ -141,8 +133,6 @@ public:
// new SYMBOLTYPE_CURRENCY in subformat?
bool HasNewCurrency() const;
bool GetNewCurrencySymbol( OUString& rSymbol, OUString& rExtension ) const;
- void SaveNewCurrencyMap( SvStream& rStream ) const;
- void LoadNewCurrencyMap( SvStream& rStream );
// [NatNum1], [NatNum2], ...
void SetNatNumNum( sal_uInt8 nNum, bool bDBNum ) { aNatNum.SetNum( nNum, bDBNum ); }
@@ -227,14 +217,6 @@ public:
bool IsStarFormatSupported() const { return bStarFlag; }
void SetStarFormatSupport( bool b ) { bStarFlag = b; }
- NfHackConversion Load( SvStream& rStream, ImpSvNumMultipleReadHeader& rHdr,
- SvNumberFormatter* pConverter, ImpSvNumberInputScan& rISc );
- void Save( SvStream& rStream, ImpSvNumMultipleWriteHeader& rHdr ) const;
-
- // Load a string which might contain an Euro symbol,
- // in fact that could be any string used in number formats.
- static OUString LoadString( SvStream& rStream );
-
/**
* Get output string from a numeric value that fits the number of
* characters specified.