summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLFootnoteConfigurationImportContext.hxx13
-rw-r--r--xmloff/inc/XMLImageMapContext.hxx2
-rw-r--r--xmloff/inc/XMLImageMapExport.hxx12
-rw-r--r--xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx11
-rw-r--r--xmloff/inc/XMLLineNumberingImportContext.hxx12
-rw-r--r--xmloff/inc/XMLScriptContextFactory.hxx4
-rw-r--r--xmloff/inc/XMLScriptExportHandler.hxx2
-rw-r--r--xmloff/inc/XMLStarBasicContextFactory.hxx5
-rw-r--r--xmloff/inc/XMLStarBasicExportHandler.hxx6
-rw-r--r--xmloff/inc/XMLTextColumnsContext.hxx9
-rw-r--r--xmloff/inc/XMLTextColumnsExport.hxx9
-rw-r--r--xmloff/inc/txtflde.hxx76
-rw-r--r--xmloff/inc/txtfldi.hxx20
13 files changed, 0 insertions, 181 deletions
diff --git a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
index 096714d33fdc..6d48f6bc4f18 100644
--- a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
+++ b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
@@ -33,19 +33,6 @@ class SvXMLImport;
/// import footnote and endnote configuration elements
class XMLFootnoteConfigurationImportContext : public SvXMLStyleContext
{
- const OUString sPropertyAnchorCharStyleName;
- const OUString sPropertyCharStyleName;
- const OUString sPropertyNumberingType;
- const OUString sPropertyPageStyleName;
- const OUString sPropertyParagraphStyleName;
- const OUString sPropertyPrefix;
- const OUString sPropertyStartAt;
- const OUString sPropertySuffix;
- const OUString sPropertyPositionEndOfDoc;
- const OUString sPropertyFootnoteCounting;
- const OUString sPropertyEndNotice;
- const OUString sPropertyBeginNotice;
-
OUString sCitationStyle;
OUString sAnchorStyle;
OUString sDefaultStyle;
diff --git a/xmloff/inc/XMLImageMapContext.hxx b/xmloff/inc/XMLImageMapContext.hxx
index 646b707b0d02..165c0f0e6765 100644
--- a/xmloff/inc/XMLImageMapContext.hxx
+++ b/xmloff/inc/XMLImageMapContext.hxx
@@ -33,8 +33,6 @@ namespace com { namespace sun { namespace star {
class XMLImageMapContext : public SvXMLImportContext
{
- const OUString sImageMap;
-
/// the image map to be imported
css::uno::Reference< css::container::XIndexContainer> xImageMap;
diff --git a/xmloff/inc/XMLImageMapExport.hxx b/xmloff/inc/XMLImageMapExport.hxx
index 9351682dbee1..507adce612c9 100644
--- a/xmloff/inc/XMLImageMapExport.hxx
+++ b/xmloff/inc/XMLImageMapExport.hxx
@@ -35,18 +35,6 @@ class SvXMLExport;
*/
class XMLImageMapExport
{
- const OUString msBoundary;
- const OUString msCenter;
- const OUString msDescription;
- const OUString msImageMap;
- const OUString msIsActive;
- const OUString msName;
- const OUString msPolygon;
- const OUString msRadius;
- const OUString msTarget;
- const OUString msURL;
- const OUString msTitle;
-
SvXMLExport& mrExport;
public:
diff --git a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx
index 40845cb94c88..563a0b904a2d 100644
--- a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx
+++ b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx
@@ -43,17 +43,6 @@ namespace com { namespace sun { namespace star {
*/
class XMLIndexBibliographyConfigurationContext : public SvXMLStyleContext
{
- const OUString sFieldMaster_Bibliography;
- const OUString sBracketBefore;
- const OUString sBracketAfter;
- const OUString sIsNumberEntries;
- const OUString sIsSortByPosition;
- const OUString sSortKeys;
- const OUString sSortKey;
- const OUString sIsSortAscending;
- const OUString sSortAlgorithm;
- const OUString sLocale;
-
OUString sSuffix;
OUString sPrefix;
OUString sAlgorithm;
diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx
index 3216070020ef..e9ca1185c5bd 100644
--- a/xmloff/inc/XMLLineNumberingImportContext.hxx
+++ b/xmloff/inc/XMLLineNumberingImportContext.hxx
@@ -50,18 +50,6 @@ enum LineNumberingToken
/** import <text:linenumbering-configuration> elements */
class XMLLineNumberingImportContext : public SvXMLStyleContext
{
- const OUString sCharStyleName;
- const OUString sCountEmptyLines;
- const OUString sCountLinesInFrames;
- const OUString sDistance;
- const OUString sInterval;
- const OUString sSeparatorText;
- const OUString sNumberPosition;
- const OUString sNumberingType;
- const OUString sIsOn;
- const OUString sRestartAtEachPage;
- const OUString sSeparatorInterval;
-
OUString sStyleName;
OUString sNumFormat;
OUString sNumLetterSync;
diff --git a/xmloff/inc/XMLScriptContextFactory.hxx b/xmloff/inc/XMLScriptContextFactory.hxx
index 8372e3a7c1ad..07027dcf16cd 100644
--- a/xmloff/inc/XMLScriptContextFactory.hxx
+++ b/xmloff/inc/XMLScriptContextFactory.hxx
@@ -32,10 +32,6 @@ class XMLEventsImportContext;
class XMLScriptContextFactory : public XMLEventContextFactory
{
- const OUString sEventType;
- const OUString sScript;
- const OUString sURL;
-
public:
XMLScriptContextFactory();
virtual ~XMLScriptContextFactory() override;
diff --git a/xmloff/inc/XMLScriptExportHandler.hxx b/xmloff/inc/XMLScriptExportHandler.hxx
index 54d6861ad788..e232376fe752 100644
--- a/xmloff/inc/XMLScriptExportHandler.hxx
+++ b/xmloff/inc/XMLScriptExportHandler.hxx
@@ -33,8 +33,6 @@ namespace com { namespace sun { namespace star {
class XMLScriptExportHandler : public XMLEventExportHandler
{
- const OUString sURL;
-
public:
XMLScriptExportHandler();
virtual ~XMLScriptExportHandler() override;
diff --git a/xmloff/inc/XMLStarBasicContextFactory.hxx b/xmloff/inc/XMLStarBasicContextFactory.hxx
index aa46454a071d..5ac877eacb69 100644
--- a/xmloff/inc/XMLStarBasicContextFactory.hxx
+++ b/xmloff/inc/XMLStarBasicContextFactory.hxx
@@ -33,11 +33,6 @@ class XMLEventsImportContext;
class XMLStarBasicContextFactory : public XMLEventContextFactory
{
- const OUString sEventType;
- const OUString sLibrary;
- const OUString sMacroName;
- const OUString sStarBasic;
-
public:
XMLStarBasicContextFactory();
virtual ~XMLStarBasicContextFactory() override;
diff --git a/xmloff/inc/XMLStarBasicExportHandler.hxx b/xmloff/inc/XMLStarBasicExportHandler.hxx
index f0e5e01714b5..de909e0d24eb 100644
--- a/xmloff/inc/XMLStarBasicExportHandler.hxx
+++ b/xmloff/inc/XMLStarBasicExportHandler.hxx
@@ -33,12 +33,6 @@ namespace com { namespace sun { namespace star {
class XMLStarBasicExportHandler : public XMLEventExportHandler
{
- const OUString sStarBasic;
- const OUString sLibrary;
- const OUString sMacroName;
- const OUString sStarOffice;
- const OUString sApplication;
-
public:
XMLStarBasicExportHandler();
virtual ~XMLStarBasicExportHandler() override;
diff --git a/xmloff/inc/XMLTextColumnsContext.hxx b/xmloff/inc/XMLTextColumnsContext.hxx
index fdc969b3e2e1..0aaa16866a73 100644
--- a/xmloff/inc/XMLTextColumnsContext.hxx
+++ b/xmloff/inc/XMLTextColumnsContext.hxx
@@ -32,15 +32,6 @@ typedef std::vector<rtl::Reference<XMLTextColumnContext_Impl>> XMLTextColumnsArr
class XMLTextColumnsContext :public XMLElementPropertyContext
{
- const OUString sSeparatorLineIsOn;
- const OUString sSeparatorLineWidth;
- const OUString sSeparatorLineColor;
- const OUString sSeparatorLineRelativeHeight;
- const OUString sSeparatorLineVerticalAlignment;
- const OUString sAutomaticDistance;
- const OUString sSeparatorLineStyle;
-
-
std::unique_ptr<XMLTextColumnsArray_Impl> pColumns;
rtl::Reference<XMLTextColumnSepContext_Impl> mxColumnSep;
std::unique_ptr<SvXMLTokenMap> pColumnAttrTokenMap;
diff --git a/xmloff/inc/XMLTextColumnsExport.hxx b/xmloff/inc/XMLTextColumnsExport.hxx
index 8652b6771ad0..9713ac33cda8 100644
--- a/xmloff/inc/XMLTextColumnsExport.hxx
+++ b/xmloff/inc/XMLTextColumnsExport.hxx
@@ -27,15 +27,6 @@ class XMLTextColumnsExport
{
SvXMLExport& rExport;
- const OUString sSeparatorLineIsOn;
- const OUString sSeparatorLineWidth;
- const OUString sSeparatorLineColor;
- const OUString sSeparatorLineRelativeHeight;
- const OUString sSeparatorLineVerticalAlignment;
- const OUString sIsAutomatic;
- const OUString sAutomaticDistance;
- const OUString sSeparatorLineStyle;
-
SvXMLExport& GetExport() { return rExport; }
public:
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 16f6c799ed06..fdb64896098d 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -407,82 +407,6 @@ private:
static OUString MakeSequenceRefName(sal_Int16 nSeqNo,
const OUString& rSeqName);
- // constants
-
- // service names
- const OUString sServicePrefix;
- const OUString sFieldMasterPrefix;
- const OUString sPresentationServicePrefix;
-
- // property names
- const OUString sPropertyAdjust;
- const OUString sPropertyAuthor;
- const OUString sPropertyChapterFormat;
- const OUString sPropertyChapterNumberingLevel;
- const OUString sPropertyCharStyleNames;
- const OUString sPropertyCondition;
- const OUString sPropertyContent;
- const OUString sPropertyDataBaseName;
- const OUString sPropertyDataBaseURL;
- const OUString sPropertyDataColumnName;
- const OUString sPropertyDataCommandType;
- const OUString sPropertyDataTableName;
- const OUString sPropertyDateTime;
- const OUString sPropertyDateTimeValue;
- const OUString sPropertyDDECommandElement;
- const OUString sPropertyDDECommandFile;
- const OUString sPropertyDDECommandType;
- const OUString sPropertyDependentTextFields;
- const OUString sPropertyFalseContent;
- const OUString sPropertyFields;
- const OUString sPropertyFieldSubType;
- const OUString sPropertyFileFormat;
- const OUString sPropertyFullName;
- const OUString sPropertyHint;
- const OUString sPropertyInitials;
- const OUString sPropertyInstanceName;
- const OUString sPropertyIsAutomaticUpdate;
- const OUString sPropertyIsConditionTrue;
- const OUString sPropertyIsDataBaseFormat;
- const OUString sPropertyIsDate;
- const OUString sPropertyIsExpression;
- const OUString sPropertyIsFixed;
- const OUString sPropertyIsFixedLanguage;
- const OUString sPropertyIsHidden;
- const OUString sPropertyIsInput;
- const OUString sPropertyIsShowFormula;
- const OUString sPropertyIsVisible;
- const OUString sPropertyItems;
- const OUString sPropertyLevel;
- const OUString sPropertyMeasureKind;
- const OUString sPropertyName;
- const OUString sPropertyNumberFormat;
- const OUString sPropertyNumberingSeparator;
- const OUString sPropertyNumberingType;
- const OUString sPropertyOffset;
- const OUString sPropertyOn;
- const OUString sPropertyPlaceholderType;
- const OUString sPropertyReferenceFieldPart;
- const OUString sPropertyReferenceFieldSource;
- const OUString sPropertyReferenceFieldLanguage;
- const OUString sPropertyScriptType;
- const OUString sPropertySelectedItem;
- const OUString sPropertySequenceNumber;
- const OUString sPropertySequenceValue;
- const OUString sPropertySetNumber;
- const OUString sPropertySourceName;
- const OUString sPropertySubType;
- const OUString sPropertyTargetFrame;
- const OUString sPropertyTrueContent;
- const OUString sPropertyURL;
- const OUString sPropertyURLContent;
- const OUString sPropertyUserText;
- const OUString sPropertyValue;
- const OUString sPropertyVariableName;
- const OUString sPropertyHelp;
- const OUString sPropertyTooltip;
- const OUString sPropertyTextRange;
-
std::unique_ptr<XMLPropertyState> pCombinedCharactersPropertyState;
};
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index 936c7102b3fb..42aadc741520 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -181,7 +181,6 @@ class XMLSenderFieldImportContext : public XMLTextFieldImportContext
sal_Int16 nSubType; /// API subtype for ExtUser field
const OUString sPropertyFixed;
- const OUString sPropertyFieldSubType;
const OUString sPropertyContent;
protected:
@@ -216,7 +215,6 @@ protected:
class XMLAuthorFieldImportContext : public XMLSenderFieldImportContext
{
bool bAuthorFullName;
- const OUString sPropertyAuthorFullName;
const OUString sPropertyFixed;
const OUString sPropertyContent;
@@ -245,8 +243,6 @@ protected:
class XMLPlaceholderFieldImportContext : public XMLTextFieldImportContext
{
- const OUString sPropertyPlaceholderType;
- const OUString sPropertyPlaceholder;
const OUString sPropertyHint;
OUString sDescription;
@@ -278,7 +274,6 @@ protected:
const OUString sPropertyFixed;
const OUString sPropertyDateTimeValue;
const OUString sPropertyDateTime;
- const OUString sPropertyAdjust;
const OUString sPropertyIsDate;
const OUString sPropertyIsFixedLanguage;
@@ -330,7 +325,6 @@ public:
class XMLPageContinuationImportContext : public XMLTextFieldImportContext
{
const OUString sPropertySubType;
- const OUString sPropertyUserText;
const OUString sPropertyNumberingType;
OUString sString; /// continuation string
@@ -390,12 +384,6 @@ public:
/** superclass for database fields: handle database and table names */
class XMLDatabaseFieldImportContext : public XMLTextFieldImportContext
{
- const OUString sPropertyDataBaseName;
- const OUString sPropertyDataBaseURL;
- const OUString sPropertyTableName;
- const OUString sPropertyDataCommandType;
- const OUString sPropertyIsVisible;
-
OUString sDatabaseName;
OUString sDatabaseURL;
OUString sTableName;
@@ -604,8 +592,6 @@ protected:
/** import revision field (<text:editing-cycles>) */
class XMLRevisionDocInfoImportContext : public XMLSimpleDocInfoImportContext
{
- const OUString sPropertyRevision;
-
public:
XMLRevisionDocInfoImportContext(SvXMLImport& rImport,
@@ -677,9 +663,6 @@ protected:
class XMLConditionalTextImportContext : public XMLTextFieldImportContext
{
const OUString sPropertyCondition;
- const OUString sPropertyTrueContent;
- const OUString sPropertyFalseContent;
- const OUString sPropertyIsConditionTrue;
const OUString sPropertyCurrentPresentation;
OUString sCondition;
@@ -793,9 +776,6 @@ protected:
/** import chapter fields (<text:chapter>) */
class XMLChapterImportContext : public XMLTextFieldImportContext
{
- const OUString sPropertyChapterFormat;
- const OUString sPropertyLevel;
-
sal_Int16 nFormat;
sal_Int8 nLevel;