summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtfldi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r--xmloff/inc/txtfldi.hxx178
1 files changed, 89 insertions, 89 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index 91ca606eab76..f8282b9d9543 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -137,15 +137,15 @@ public:
virtual ~XMLTextFieldImportContext();
/// process character data: will be collected in member sContentBuffer
- virtual void Characters( const OUString& sContent );
+ virtual void Characters( const OUString& sContent ) SAL_OVERRIDE;
/// parses attributes and calls ProcessAttribute
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
/// create XTextField and insert into document; calls PrepareTextField
- virtual void EndElement();
+ virtual void EndElement() SAL_OVERRIDE;
/// create the appropriate field context from
/// (for use in paragraph import)
@@ -215,16 +215,16 @@ protected:
/// start element
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** inherit sender field because of fixed attribute in ProcessAttributes */
@@ -250,12 +250,12 @@ protected:
/// start element
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
class XMLPlaceholderFieldImportContext : public XMLTextFieldImportContext
@@ -282,12 +282,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
class XMLTimeFieldImportContext : public XMLTextFieldImportContext
@@ -322,12 +322,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import date fields (<text:date>);
@@ -345,7 +345,7 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
};
/** import page continuation fields (<text:page-continuation-string>) */
@@ -371,12 +371,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import page number fields (<text:page-number>) */
@@ -405,12 +405,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** superclass for database fields: handle database and table names */
@@ -452,19 +452,19 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
/// handle database-location children
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList );
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList ) SAL_OVERRIDE;
};
/** import database name fields (<text:database-name>) */
@@ -480,7 +480,7 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
};
/** import database next fields (<text:database-next>) */
@@ -509,12 +509,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import database select fields (<text:database-select>) */
@@ -534,12 +534,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import database display number fields (<text:database-row-number>) */
@@ -562,12 +562,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import docinfo fields with only fixed attribute */
@@ -597,12 +597,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
static const sal_Char* MapTokenToServiceName(sal_uInt16 nToken);
};
@@ -632,12 +632,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import revision field (<text:editing-cycles>) */
@@ -658,7 +658,7 @@ protected:
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import user docinfo field (<text:user-defined>) */
@@ -684,10 +684,10 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import hidden paragraph fields (<text:hidden-paragraph>) */
@@ -710,12 +710,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import conditional text fields (<text:conditional-text>) */
@@ -747,12 +747,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import conditional text fields (<text:hidden-text>) */
@@ -780,12 +780,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import file name fields (<text:file-name>) */
@@ -809,12 +809,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import document template name fields (<text:template-name>) */
@@ -835,12 +835,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import chapter fields (<text:chapter>) */
@@ -863,12 +863,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import count fields (<text:[XXX]-count>) */
@@ -893,12 +893,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
static const sal_Char* MapTokenToServiceName(sal_uInt16 nToken);
};
@@ -924,12 +924,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import page variable fields (<text:get-page-variable>) */
@@ -952,12 +952,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import macro fields (<text:execute-macro>) */
@@ -989,16 +989,16 @@ protected:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList );
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList ) SAL_OVERRIDE;
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import reference fields (<text:reference-get>) */
@@ -1030,16 +1030,16 @@ protected:
/// start element
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import dde field declaration container (<text:dde-connection-decls>) */
@@ -1058,7 +1058,7 @@ public:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList );
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList ) SAL_OVERRIDE;
};
/** import dde field declaration (<text:dde-connection-decl>) */
@@ -1083,7 +1083,7 @@ public:
// create fieldmaster
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
};
/** import dde fields (<text:dde-connection>) */
@@ -1103,15 +1103,15 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// create textfield, attach master, and insert into document
- virtual void EndElement();
+ virtual void EndElement() SAL_OVERRIDE;
/// empty method
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import sheet name fields (Calc) dde fields (<text:sheet-name>) */
@@ -1129,12 +1129,12 @@ public:
protected:
/// no attributes -> empty method
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// no attributes -> empty method
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import hyperlinks as URL fields (Calc, Impress, Draw) (<office:a>) */
@@ -1159,12 +1159,12 @@ public:
protected:
/// no attributes -> empty method
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// no attributes -> empty method
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import bibliography info fields (<text:bibliography-mark>) */
@@ -1186,16 +1186,16 @@ protected:
/// process attributes (fill aValues)
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
/// empty method; all attributes are handled in StartElement
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// convert aValues into sequence and set property
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
static const sal_Char* MapBibliographyFieldName(const OUString& sName);
};
@@ -1234,18 +1234,18 @@ public:
protected:
/// process attributes
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// set properties
virtual void PrepareField(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xPropertySet);
+ const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xPropertySet) SAL_OVERRIDE;
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
- virtual void EndElement();
+ ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
+ virtual void EndElement() SAL_OVERRIDE;
};
/** Import a script field (<text:script>) */
@@ -1272,12 +1272,12 @@ public:
protected:
/// process attributes
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// set properties
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import measure fields (<text:measure>) */
@@ -1296,12 +1296,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** dropdown field (filter legacy) */
@@ -1333,17 +1333,17 @@ public:
virtual SvXMLImportContext* CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList >& xAttrList );
+ const ::com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import header fields (<draw:header>) */
@@ -1360,12 +1360,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import footer fields (<draw:footer>) */
@@ -1382,12 +1382,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
/** import footer fields (<draw:date-and-time>) */
@@ -1404,12 +1404,12 @@ public:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
class XMLCustomPropertyFieldImportContext : public XMLTextFieldImportContext
@@ -1430,12 +1430,12 @@ public:
protected:
/// process attribute values
virtual void ProcessAttribute( sal_uInt16 nAttrToken,
- const OUString& sAttrValue );
+ const OUString& sAttrValue ) SAL_OVERRIDE;
/// prepare XTextField for insertion into document
virtual void PrepareField(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & xPropertySet);
+ ::com::sun::star::beans::XPropertySet> & xPropertySet) SAL_OVERRIDE;
};
#endif