summaryrefslogtreecommitdiff
path: root/binfilter/bf_xmloff/source/chart
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_xmloff/source/chart')
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_PropertyMaps.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_SchXMLAutoStylePoolP.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_SchXMLChartContext.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_SchXMLExport.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_SchXMLImport.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_SchXMLParagraphContext.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_SchXMLPlotAreaContext.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_SchXMLTableContext.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_XMLChartPropertyContext.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_XMLChartStyleContext.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_XMLErrorIndicatorPropertyHdl.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_XMLSymbolImageContext.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_XMLTextOrientationHdl.cxx3
-rw-r--r--binfilter/bf_xmloff/source/chart/xmloff_contexts.cxx3
14 files changed, 42 insertions, 0 deletions
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_PropertyMaps.cxx b/binfilter/bf_xmloff/source/chart/xmloff_PropertyMaps.cxx
index 86c7b588d..9339cc058 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_PropertyMaps.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_PropertyMaps.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -510,3 +511,5 @@ void XMLChartImportPropertyMapper::finished( ::std::vector< XMLPropertyState >&
{
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLAutoStylePoolP.cxx b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLAutoStylePoolP.cxx
index 7300b2295..410781639 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLAutoStylePoolP.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLAutoStylePoolP.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -85,3 +86,5 @@ void SchXMLAutoStylePoolP::exportStyleAttributes(
}
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLChartContext.cxx b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLChartContext.cxx
index 8f860b6a9..6987dbee2 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLChartContext.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLChartContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -934,3 +935,5 @@ SchXMLLegendContext::~SchXMLLegendContext()
{
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLExport.cxx b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLExport.cxx
index 1d3551eb5..70a69788b 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLExport.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLExport.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -2629,3 +2630,5 @@ OUString SAL_CALL SchXMLExport::getImplementationName() throw( uno::RuntimeExcep
}
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLImport.cxx b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLImport.cxx
index 897a02fbd..3440007ca 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLImport.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLImport.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -551,3 +552,5 @@ OUString SAL_CALL SchXMLImport::getImplementationName() throw( uno::RuntimeExcep
}
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLParagraphContext.cxx b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLParagraphContext.cxx
index 9379df88b..8bd6eea7f 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLParagraphContext.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLParagraphContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -75,3 +76,5 @@ void SchXMLParagraphContext::Characters( const OUString& rChars )
maBuffer.append( rChars );
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLPlotAreaContext.cxx b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLPlotAreaContext.cxx
index 2b540c18d..6248992e6 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLPlotAreaContext.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLPlotAreaContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -1467,3 +1468,5 @@ void SchXMLStatisticsObjectContext::StartElement( const uno::Reference< xml::sax
}
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLTableContext.cxx b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLTableContext.cxx
index 16085634b..03d11141a 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_SchXMLTableContext.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_SchXMLTableContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -464,3 +465,5 @@ void SchXMLTableHelper::applyTableSimple(
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_XMLChartPropertyContext.cxx b/binfilter/bf_xmloff/source/chart/xmloff_XMLChartPropertyContext.cxx
index d2664ad97..f0aa85b0f 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_XMLChartPropertyContext.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_XMLChartPropertyContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -74,3 +75,5 @@ SvXMLImportContext* XMLChartPropertyContext::CreateChildContext(
return pContext;
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_XMLChartStyleContext.cxx b/binfilter/bf_xmloff/source/chart/xmloff_XMLChartStyleContext.cxx
index deafcf191..5997a28a7 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_XMLChartStyleContext.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_XMLChartStyleContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118,3 +119,5 @@ SvXMLImportContext *XMLChartStyleContext::CreateChildContext(
return pContext;
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_XMLErrorIndicatorPropertyHdl.cxx b/binfilter/bf_xmloff/source/chart/xmloff_XMLErrorIndicatorPropertyHdl.cxx
index c297cd346..3a58080e9 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_XMLErrorIndicatorPropertyHdl.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_XMLErrorIndicatorPropertyHdl.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103,3 +104,5 @@ sal_Bool XMLErrorIndicatorPropertyHdl::exportXML( ::rtl::OUString& rStrExpValue,
return bValue;
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_XMLSymbolImageContext.cxx b/binfilter/bf_xmloff/source/chart/xmloff_XMLSymbolImageContext.cxx
index 605199759..60dbcb0bf 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_XMLSymbolImageContext.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_XMLSymbolImageContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -146,3 +147,5 @@ void XMLSymbolImageContext::EndElement()
XMLElementPropertyContext::EndElement();
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_XMLTextOrientationHdl.cxx b/binfilter/bf_xmloff/source/chart/xmloff_XMLTextOrientationHdl.cxx
index 3311e69c8..94c8885b0 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_XMLTextOrientationHdl.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_XMLTextOrientationHdl.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -77,3 +78,5 @@ sal_Bool XMLTextOrientationHdl::exportXML(
return bRetval;
}
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/chart/xmloff_contexts.cxx b/binfilter/bf_xmloff/source/chart/xmloff_contexts.cxx
index d5fa512ea..2617b27fd 100644
--- a/binfilter/bf_xmloff/source/chart/xmloff_contexts.cxx
+++ b/binfilter/bf_xmloff/source/chart/xmloff_contexts.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -147,3 +148,5 @@ SvXMLImportContext* SchXMLBodyContext::CreateChildContext(
}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */