summaryrefslogtreecommitdiff
path: root/include/oox/dump/dumperbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/dump/dumperbase.hxx')
-rw-r--r--include/oox/dump/dumperbase.hxx80
1 files changed, 40 insertions, 40 deletions
diff --git a/include/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx
index 023e5bd72232..9e72588d7b79 100644
--- a/include/oox/dump/dumperbase.hxx
+++ b/include/oox/dump/dumperbase.hxx
@@ -604,17 +604,17 @@ public:
protected:
explicit NameListBase( const SharedConfigData& rCfgData ) : mrCfgData( rCfgData ) {}
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
virtual void implProcessConfigItemStr(
TextInputStream& rStrm,
const OUString& rKey,
- const OUString& rData );
+ const OUString& rData ) SAL_OVERRIDE;
virtual void implProcessConfigItemInt(
TextInputStream& rStrm,
sal_Int64 nKey,
- const OUString& rData );
+ const OUString& rData ) SAL_OVERRIDE;
/** Derived classes set the name for the passed key. */
virtual void implSetName( sal_Int64 nKey, const OUString& rName ) = 0;
@@ -657,16 +657,16 @@ protected:
virtual void implProcessConfigItemStr(
TextInputStream& rStrm,
const OUString& rKey,
- const OUString& rData );
+ const OUString& rData ) SAL_OVERRIDE;
/** Sets the name for the passed key. */
- virtual void implSetName( sal_Int64 nKey, const OUString& rName );
+ virtual void implSetName( sal_Int64 nKey, const OUString& rName ) SAL_OVERRIDE;
/** Returns the name for the passed key, or the default name, if key is not contained. */
- virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const;
+ virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const SAL_OVERRIDE;
/** Returns the name for the passed double value. */
- virtual OUString implGetNameDbl( const Config& rCfg, double fValue ) const;
+ virtual OUString implGetNameDbl( const Config& rCfg, double fValue ) const SAL_OVERRIDE;
/** Inserts all names from the passed list. */
- virtual void implIncludeList( const NameListBase& rList );
+ virtual void implIncludeList( const NameListBase& rList ) SAL_OVERRIDE;
private:
OUString maDefName;
@@ -686,9 +686,9 @@ protected:
virtual void implProcessConfigItemStr(
TextInputStream& rStrm,
const OUString& rKey,
- const OUString& rData );
+ const OUString& rData ) SAL_OVERRIDE;
- virtual void implSetName( sal_Int64 nKey, const OUString& rName );
+ virtual void implSetName( sal_Int64 nKey, const OUString& rName ) SAL_OVERRIDE;
private:
void insertNames( sal_Int64 nStartKey, const OUString& rData );
@@ -713,16 +713,16 @@ protected:
virtual void implProcessConfigItemStr(
TextInputStream& rStrm,
const OUString& rKey,
- const OUString& rData );
+ const OUString& rData ) SAL_OVERRIDE;
/** Sets the name for the passed key. */
- virtual void implSetName( sal_Int64 nKey, const OUString& rName );
+ virtual void implSetName( sal_Int64 nKey, const OUString& rName ) SAL_OVERRIDE;
/** Returns the name for the passed key. */
- virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const;
+ virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const SAL_OVERRIDE;
/** Returns the name for the passed double value. */
- virtual OUString implGetNameDbl( const Config& rCfg, double fValue ) const;
+ virtual OUString implGetNameDbl( const Config& rCfg, double fValue ) const SAL_OVERRIDE;
/** Inserts all flags from the passed list. */
- virtual void implIncludeList( const NameListBase& rList );
+ virtual void implIncludeList( const NameListBase& rList ) SAL_OVERRIDE;
private:
sal_Int64 mnIgnore;
@@ -737,11 +737,11 @@ public:
protected:
/** Sets the name for the passed key. */
- virtual void implSetName( sal_Int64 nKey, const OUString& rName );
+ virtual void implSetName( sal_Int64 nKey, const OUString& rName ) SAL_OVERRIDE;
/** Returns the name for the passed key. */
- virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const;
+ virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const SAL_OVERRIDE;
/** Inserts all flags from the passed list. */
- virtual void implIncludeList( const NameListBase& rList );
+ virtual void implIncludeList( const NameListBase& rList ) SAL_OVERRIDE;
private:
struct ExtItemFormatKey
@@ -773,13 +773,13 @@ public:
protected:
/** Sets the name for the passed key. */
- virtual void implSetName( sal_Int64 nKey, const OUString& rName );
+ virtual void implSetName( sal_Int64 nKey, const OUString& rName ) SAL_OVERRIDE;
/** Returns the converted value with appended unit name. */
- virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const;
+ virtual OUString implGetName( const Config& rCfg, sal_Int64 nKey ) const SAL_OVERRIDE;
/** Returns the converted value with appended unit name. */
- virtual OUString implGetNameDbl( const Config& rCfg, double fValue ) const;
+ virtual OUString implGetNameDbl( const Config& rCfg, double fValue ) const SAL_OVERRIDE;
/** Empty implementation. */
- virtual void implIncludeList( const NameListBase& rList );
+ virtual void implIncludeList( const NameListBase& rList ) SAL_OVERRIDE;
private:
OUString maUnitName;
@@ -847,11 +847,11 @@ public:
bool isPasswordCancelled() const { return mbPwCancelled; }
protected:
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
virtual void implProcessConfigItemStr(
TextInputStream& rStrm,
const OUString& rKey,
- const OUString& rData );
+ const OUString& rData ) SAL_OVERRIDE;
private:
bool readConfigFile( const OUString& rFileUrl );
@@ -953,7 +953,7 @@ protected:
const StorageRef& rxRootStrg,
const OUString& rSysFileName );
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
virtual const OUString* implGetOption( const OUString& rKey ) const;
virtual NameListRef implGetNameList( const OUString& rListName ) const;
@@ -1064,7 +1064,7 @@ public:
protected:
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
private:
void writeItemName( const String& rItemName );
@@ -1169,7 +1169,7 @@ public:
bool isStorage() const;
private:
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
private:
StorageRef mxStrg;
@@ -1197,7 +1197,7 @@ protected:
void construct( const ConfigRef& rxConfig );
void construct( const ObjectBase& rParent );
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
virtual void implDump();
@@ -1223,8 +1223,8 @@ protected:
void construct( const ObjectBase& rParent, const StorageRef& rxStrg, const OUString& rSysPath );
void construct( const ObjectBase& rParent );
- virtual bool implIsValid() const;
- virtual void implDump();
+ virtual bool implIsValid() const SAL_OVERRIDE;
+ virtual void implDump() SAL_OVERRIDE;
virtual void implDumpStream(
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rxStrm,
@@ -1300,7 +1300,7 @@ protected:
void construct( const ObjectBase& rParent, const OUString& rSysFileName );
void construct( const OutputObjectBase& rParent );
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
@@ -1471,7 +1471,7 @@ protected:
void construct( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStrm );
void construct( const InputObjectBase& rParent );
- virtual bool implIsValid() const;
+ virtual bool implIsValid() const SAL_OVERRIDE;
@@ -1680,7 +1680,7 @@ public:
protected:
void dumpBinaryStream( bool bShowOffset = true );
- virtual void implDump();
+ virtual void implDump() SAL_OVERRIDE;
};
@@ -1702,8 +1702,8 @@ protected:
const BinaryInputStreamRef& rxStrm,
rtl_TextEncoding eTextEnc );
- virtual bool implIsValid() const;
- virtual void implDump();
+ virtual bool implIsValid() const SAL_OVERRIDE;
+ virtual void implDump() SAL_OVERRIDE;
virtual void implDumpText( TextInputStream& rTextStrm ) = 0;
@@ -1731,7 +1731,7 @@ public:
rtl_TextEncoding eTextEnc );
protected:
- virtual void implDumpText( TextInputStream& rTextStrm );
+ virtual void implDumpText( TextInputStream& rTextStrm ) SAL_OVERRIDE;
virtual void implDumpLine( const OUString& rLine, sal_uInt32 nLine );
};
@@ -1746,7 +1746,7 @@ public:
const OUString& rSysFileName );
protected:
- virtual void implDumpText( TextInputStream& rTextStrm );
+ virtual void implDumpText( TextInputStream& rTextStrm ) SAL_OVERRIDE;
};
@@ -1774,8 +1774,8 @@ protected:
void setBinaryOnlyMode( bool bBinaryOnly ) { mbBinaryOnly = bBinaryOnly; }
bool isBinaryOnlyMode() const { return mbBinaryOnly; }
- virtual bool implIsValid() const;
- virtual void implDump();
+ virtual bool implIsValid() const SAL_OVERRIDE;
+ virtual void implDump() SAL_OVERRIDE;
virtual bool implStartRecord( BinaryInputStream& rBaseStrm, sal_Int64& ornRecPos, sal_Int64& ornRecId, sal_Int64& ornRecSize ) = 0;
virtual void implWriteExtHeader();
@@ -1817,7 +1817,7 @@ protected:
const String& rRecNames,
const String& rSimpleRecs = EMPTY_STRING );
- virtual bool implStartRecord( BinaryInputStream& rBaseStrm, sal_Int64& ornRecPos, sal_Int64& ornRecId, sal_Int64& ornRecSize );
+ virtual bool implStartRecord( BinaryInputStream& rBaseStrm, sal_Int64& ornRecPos, sal_Int64& ornRecId, sal_Int64& ornRecSize ) SAL_OVERRIDE;
virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_Int64& ornRecSize ) = 0;
private: