summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:05:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-27 13:05:40 +0100
commit8cad7d1947a02e28355c03b787df40052b48e4e4 (patch)
treeb71a04edc599cdc50515ba552f63c6fb68badd27 /autodoc/source/display/html
parent76c11607870c5370074be050c96e990298733d5e (diff)
add modelines to .hxx files as well
Diffstat (limited to 'autodoc/source/display/html')
-rw-r--r--autodoc/source/display/html/aryattrs.hxx3
-rw-r--r--autodoc/source/display/html/cre_link.hxx3
-rw-r--r--autodoc/source/display/html/dsply_cl.hxx3
-rw-r--r--autodoc/source/display/html/dsply_da.hxx3
-rw-r--r--autodoc/source/display/html/dsply_op.hxx3
-rw-r--r--autodoc/source/display/html/easywri.hxx2
-rw-r--r--autodoc/source/display/html/hd_chlst.hxx3
-rw-r--r--autodoc/source/display/html/hd_docu.hxx3
-rw-r--r--autodoc/source/display/html/hdimpl.hxx3
-rw-r--r--autodoc/source/display/html/html_kit.hxx3
-rw-r--r--autodoc/source/display/html/nav_main.hxx3
-rw-r--r--autodoc/source/display/html/navibar.hxx3
-rw-r--r--autodoc/source/display/html/opageenv.hxx3
-rw-r--r--autodoc/source/display/html/outfile.hxx3
-rw-r--r--autodoc/source/display/html/pagemake.hxx3
-rw-r--r--autodoc/source/display/html/pm_aldef.hxx3
-rw-r--r--autodoc/source/display/html/pm_base.hxx2
-rw-r--r--autodoc/source/display/html/pm_class.hxx2
-rw-r--r--autodoc/source/display/html/pm_help.hxx2
-rw-r--r--autodoc/source/display/html/pm_index.hxx3
-rw-r--r--autodoc/source/display/html/pm_namsp.hxx2
-rw-r--r--autodoc/source/display/html/pm_start.hxx2
-rw-r--r--autodoc/source/display/html/protarea.hxx2
-rw-r--r--autodoc/source/display/html/strconst.hxx2
24 files changed, 64 insertions, 0 deletions
diff --git a/autodoc/source/display/html/aryattrs.hxx b/autodoc/source/display/html/aryattrs.hxx
index 053b445ac7eb..16d762f750a2 100644
--- a/autodoc/source/display/html/aryattrs.hxx
+++ b/autodoc/source/display/html/aryattrs.hxx
@@ -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.
@@ -152,3 +153,5 @@ FunctionParam_Iterator::IsFunctionVolatile() const
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/cre_link.hxx b/autodoc/source/display/html/cre_link.hxx
index bd37e83384f4..c79523ff655f 100644
--- a/autodoc/source/display/html/cre_link.hxx
+++ b/autodoc/source/display/html/cre_link.hxx
@@ -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.
@@ -131,3 +132,5 @@ LinkCreator::SetEnv( const OuputPage_Environment & i_rEnv )
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/dsply_cl.hxx b/autodoc/source/display/html/dsply_cl.hxx
index 8f81e4f8c1b0..f2be896d2564 100644
--- a/autodoc/source/display/html/dsply_cl.hxx
+++ b/autodoc/source/display/html/dsply_cl.hxx
@@ -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 @@ class ClassDisplayer : public ary::Display,
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/dsply_da.hxx b/autodoc/source/display/html/dsply_da.hxx
index f3cf563c0f72..45f0b15f9503 100644
--- a/autodoc/source/display/html/dsply_da.hxx
+++ b/autodoc/source/display/html/dsply_da.hxx
@@ -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.
@@ -105,3 +106,5 @@ class DataDisplay : public ary::Display,
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/dsply_op.hxx b/autodoc/source/display/html/dsply_op.hxx
index e17989f62c47..27f2657a0f57 100644
--- a/autodoc/source/display/html/dsply_op.hxx
+++ b/autodoc/source/display/html/dsply_op.hxx
@@ -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.
@@ -102,3 +103,5 @@ class OperationsDisplay : public ary::Display,
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/easywri.hxx b/autodoc/source/display/html/easywri.hxx
index d5490b0f6133..9a70a3c5b91c 100644
--- a/autodoc/source/display/html/easywri.hxx
+++ b/autodoc/source/display/html/easywri.hxx
@@ -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.
@@ -78,3 +79,4 @@ EasyWriter::Out()
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/hd_chlst.hxx b/autodoc/source/display/html/hd_chlst.hxx
index d7d530ce934a..cbd784d4ed2c 100644
--- a/autodoc/source/display/html/hd_chlst.hxx
+++ b/autodoc/source/display/html/hd_chlst.hxx
@@ -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.
@@ -204,3 +205,5 @@ class ChildList_Display : public ary::Display,
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/hd_docu.hxx b/autodoc/source/display/html/hd_docu.hxx
index 812cc7054718..1eb00ae1c449 100644
--- a/autodoc/source/display/html/hd_docu.hxx
+++ b/autodoc/source/display/html/hd_docu.hxx
@@ -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.
@@ -194,3 +195,5 @@ class Docu_Display : public ary::Display,
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/hdimpl.hxx b/autodoc/source/display/html/hdimpl.hxx
index ca882ec4152f..6caf652d499f 100644
--- a/autodoc/source/display/html/hdimpl.hxx
+++ b/autodoc/source/display/html/hdimpl.hxx
@@ -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.
@@ -245,3 +246,5 @@ void WriteOut_LinkedFunctionText(
using namespace dshelp;
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/html_kit.hxx b/autodoc/source/display/html/html_kit.hxx
index ad321d05aac7..35aba2887cdb 100644
--- a/autodoc/source/display/html/html_kit.hxx
+++ b/autodoc/source/display/html/html_kit.hxx
@@ -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.
@@ -196,3 +197,5 @@ class IndexList
} // namespace adcdisp
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/nav_main.hxx b/autodoc/source/display/html/nav_main.hxx
index f05bebe47969..fe3e79c822e4 100644
--- a/autodoc/source/display/html/nav_main.hxx
+++ b/autodoc/source/display/html/nav_main.hxx
@@ -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.
@@ -116,3 +117,5 @@ class MainRow
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/navibar.hxx b/autodoc/source/display/html/navibar.hxx
index 4b90985d29a4..ec81e6e94e5c 100644
--- a/autodoc/source/display/html/navibar.hxx
+++ b/autodoc/source/display/html/navibar.hxx
@@ -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.
@@ -116,3 +117,5 @@ class NavigationBar
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/opageenv.hxx b/autodoc/source/display/html/opageenv.hxx
index 953a615d0023..c0bb48ef5962 100644
--- a/autodoc/source/display/html/opageenv.hxx
+++ b/autodoc/source/display/html/opageenv.hxx
@@ -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.
@@ -126,3 +127,5 @@ class OuputPage_Environment
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/outfile.hxx b/autodoc/source/display/html/outfile.hxx
index 7302baec7432..033e92954a3d 100644
--- a/autodoc/source/display/html/outfile.hxx
+++ b/autodoc/source/display/html/outfile.hxx
@@ -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.
@@ -84,3 +85,5 @@ class HtmlDocuFile
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pagemake.hxx b/autodoc/source/display/html/pagemake.hxx
index b8cc1c50a6ff..72cdbe56e739 100644
--- a/autodoc/source/display/html/pagemake.hxx
+++ b/autodoc/source/display/html/pagemake.hxx
@@ -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.
@@ -162,3 +163,5 @@ class PageDisplay : public ary::Display,
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_aldef.hxx b/autodoc/source/display/html/pm_aldef.hxx
index 3971bd0c4a13..8f01cbb7a28a 100644
--- a/autodoc/source/display/html/pm_aldef.hxx
+++ b/autodoc/source/display/html/pm_aldef.hxx
@@ -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.
@@ -86,3 +87,5 @@ class PageMaker_AllDefs : public SpecializedPageMaker
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_base.hxx b/autodoc/source/display/html/pm_base.hxx
index 9acc2186d5ad..2afa8a77cdfc 100644
--- a/autodoc/source/display/html/pm_base.hxx
+++ b/autodoc/source/display/html/pm_base.hxx
@@ -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.
@@ -86,3 +87,4 @@ class SpecializedPageMaker
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_class.hxx b/autodoc/source/display/html/pm_class.hxx
index a2a5b89e7205..71d9f604c602 100644
--- a/autodoc/source/display/html/pm_class.hxx
+++ b/autodoc/source/display/html/pm_class.hxx
@@ -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.
@@ -129,3 +130,4 @@ class PageMaker_Class : public SpecializedPageMaker
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_help.hxx b/autodoc/source/display/html/pm_help.hxx
index 7266c402c991..e40f2f3f503b 100644
--- a/autodoc/source/display/html/pm_help.hxx
+++ b/autodoc/source/display/html/pm_help.hxx
@@ -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.
@@ -61,3 +62,4 @@ class PageMaker_Help : public SpecializedPageMaker
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_index.hxx b/autodoc/source/display/html/pm_index.hxx
index d2dcf8ed422c..e558292e3eae 100644
--- a/autodoc/source/display/html/pm_index.hxx
+++ b/autodoc/source/display/html/pm_index.hxx
@@ -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.
@@ -133,3 +134,5 @@ class PageMaker_Index : public SpecializedPageMaker,
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_namsp.hxx b/autodoc/source/display/html/pm_namsp.hxx
index 11501e4dc359..c2f0535ad7d7 100644
--- a/autodoc/source/display/html/pm_namsp.hxx
+++ b/autodoc/source/display/html/pm_namsp.hxx
@@ -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.
@@ -76,3 +77,4 @@ class PageMaker_Namespace : public SpecializedPageMaker
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_start.hxx b/autodoc/source/display/html/pm_start.hxx
index 96fe9d815efe..26614b33bc7d 100644
--- a/autodoc/source/display/html/pm_start.hxx
+++ b/autodoc/source/display/html/pm_start.hxx
@@ -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.
@@ -61,3 +62,4 @@ class PageMaker_Overview : public SpecializedPageMaker
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/protarea.hxx b/autodoc/source/display/html/protarea.hxx
index e09904fbc85e..348afbe5ef78 100644
--- a/autodoc/source/display/html/protarea.hxx
+++ b/autodoc/source/display/html/protarea.hxx
@@ -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.
@@ -92,3 +93,4 @@ class ProtectionArea
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/strconst.hxx b/autodoc/source/display/html/strconst.hxx
index a9e5eaad2101..0bddc803249d 100644
--- a/autodoc/source/display/html/strconst.hxx
+++ b/autodoc/source/display/html/strconst.hxx
@@ -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.
@@ -76,3 +77,4 @@ const char * const C_sHFTypeTitle_Typedef = "typedef";
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */