summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary/idl
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/idl')
-rw-r--r--autodoc/inc/ary/idl/i_attribute.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_ce.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_ce2s.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_comrela.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_constant.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_constgroup.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_enum.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_enumvalue.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_exception.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_function.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_gate.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_interface.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_module.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_namelookup.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_param.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_property.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_service.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_singleton.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_siservice.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_sisingleton.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_struct.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_structelem.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_traits.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_type.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_typedef.hxx3
-rw-r--r--autodoc/inc/ary/idl/i_types4idl.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_attribute.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_ce.hxx2
-rw-r--r--autodoc/inc/ary/idl/ik_constant.hxx2
-rw-r--r--autodoc/inc/ary/idl/ik_constgroup.hxx2
-rw-r--r--autodoc/inc/ary/idl/ik_enum.hxx2
-rw-r--r--autodoc/inc/ary/idl/ik_enumvalue.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_exception.hxx2
-rw-r--r--autodoc/inc/ary/idl/ik_function.hxx2
-rw-r--r--autodoc/inc/ary/idl/ik_interface.hxx15
-rw-r--r--autodoc/inc/ary/idl/ik_module.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_property.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_service.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_singleton.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_siservice.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_sisingleton.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_struct.hxx2
-rw-r--r--autodoc/inc/ary/idl/ik_structelem.hxx3
-rw-r--r--autodoc/inc/ary/idl/ik_typedef.hxx3
-rw-r--r--autodoc/inc/ary/idl/ip_ce.hxx3
-rw-r--r--autodoc/inc/ary/idl/ip_type.hxx3
46 files changed, 131 insertions, 12 deletions
diff --git a/autodoc/inc/ary/idl/i_attribute.hxx b/autodoc/inc/ary/idl/i_attribute.hxx
index 1a14f5c6f716..42686e22e330 100644
--- a/autodoc/inc/ary/idl/i_attribute.hxx
+++ b/autodoc/inc/ary/idl/i_attribute.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 @@ Attribute::IsBound() const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_ce.hxx b/autodoc/inc/ary/idl/i_ce.hxx
index 1c2414a22023..e2d0dce21007 100644
--- a/autodoc/inc/ary/idl/i_ce.hxx
+++ b/autodoc/inc/ary/idl/i_ce.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 @@ CodeEntity::Set_Docu(DYN ary::doc::Node & pass_data)
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_ce2s.hxx b/autodoc/inc/ary/idl/i_ce2s.hxx
index f3b3140f48c3..fa662a48c223 100644
--- a/autodoc/inc/ary/idl/i_ce2s.hxx
+++ b/autodoc/inc/ary/idl/i_ce2s.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.
@@ -93,3 +94,5 @@ class Ce_2s
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_comrela.hxx b/autodoc/inc/ary/idl/i_comrela.hxx
index 1e3a040291eb..424431fed783 100644
--- a/autodoc/inc/ary/idl/i_comrela.hxx
+++ b/autodoc/inc/ary/idl/i_comrela.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,5 @@ class CommentedRelation
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_constant.hxx b/autodoc/inc/ary/idl/i_constant.hxx
index f822e780f4d2..3e850680427a 100644
--- a/autodoc/inc/ary/idl/i_constant.hxx
+++ b/autodoc/inc/ary/idl/i_constant.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.
@@ -110,3 +111,5 @@ Constant::Value() const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_constgroup.hxx b/autodoc/inc/ary/idl/i_constgroup.hxx
index 961daf6678ab..7b9d90b35116 100644
--- a/autodoc/inc/ary/idl/i_constgroup.hxx
+++ b/autodoc/inc/ary/idl/i_constgroup.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.
@@ -99,3 +100,5 @@ ConstantsGroup::Add_Constant( Ce_id i_nConstant )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_enum.hxx b/autodoc/inc/ary/idl/i_enum.hxx
index 36e1244460dd..b53147e459ae 100644
--- a/autodoc/inc/ary/idl/i_enum.hxx
+++ b/autodoc/inc/ary/idl/i_enum.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.
@@ -98,3 +99,5 @@ Enum::Add_Value( Ce_id i_nValue )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_enumvalue.hxx b/autodoc/inc/ary/idl/i_enumvalue.hxx
index ea3d1df74c5d..56dc39b86ebd 100644
--- a/autodoc/inc/ary/idl/i_enumvalue.hxx
+++ b/autodoc/inc/ary/idl/i_enumvalue.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.
@@ -101,3 +102,5 @@ EnumValue::Value() const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_exception.hxx b/autodoc/inc/ary/idl/i_exception.hxx
index bed245e884c7..0c2658dbbc33 100644
--- a/autodoc/inc/ary/idl/i_exception.hxx
+++ b/autodoc/inc/ary/idl/i_exception.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 @@ Exception::Add_Member( Ce_id i_nMember )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_function.hxx b/autodoc/inc/ary/idl/i_function.hxx
index 45cac1ffc55a..43fd91dfa501 100644
--- a/autodoc/inc/ary/idl/i_function.hxx
+++ b/autodoc/inc/ary/idl/i_function.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.
@@ -158,3 +159,5 @@ Function::IsOneway() const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_gate.hxx b/autodoc/inc/ary/idl/i_gate.hxx
index 923ee68998a3..59595743aa91 100644
--- a/autodoc/inc/ary/idl/i_gate.hxx
+++ b/autodoc/inc/ary/idl/i_gate.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.
@@ -81,3 +82,5 @@ class Gate
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_interface.hxx b/autodoc/inc/ary/idl/i_interface.hxx
index 4c68d1703b1b..bcf92b287bb4 100644
--- a/autodoc/inc/ary/idl/i_interface.hxx
+++ b/autodoc/inc/ary/idl/i_interface.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.
@@ -125,3 +126,5 @@ Interface::Add_Base( Type_id i_nInterface,
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_module.hxx b/autodoc/inc/ary/idl/i_module.hxx
index feaa520faa3a..0e7c0300a872 100644
--- a/autodoc/inc/ary/idl/i_module.hxx
+++ b/autodoc/inc/ary/idl/i_module.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.
@@ -112,3 +113,5 @@ is_Module( const CodeEntity & i_rCe )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_namelookup.hxx b/autodoc/inc/ary/idl/i_namelookup.hxx
index 917c36f8e9d6..b4066a64ab4f 100644
--- a/autodoc/inc/ary/idl/i_namelookup.hxx
+++ b/autodoc/inc/ary/idl/i_namelookup.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.
@@ -93,3 +94,5 @@ class NameLookup
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_param.hxx b/autodoc/inc/ary/idl/i_param.hxx
index 726a1403f29a..f504713a6828 100644
--- a/autodoc/inc/ary/idl/i_param.hxx
+++ b/autodoc/inc/ary/idl/i_param.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.
@@ -73,3 +74,5 @@ class Parameter
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_property.hxx b/autodoc/inc/ary/idl/i_property.hxx
index b0a5739dd6ab..7a8bf026034f 100644
--- a/autodoc/inc/ary/idl/i_property.hxx
+++ b/autodoc/inc/ary/idl/i_property.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.
@@ -141,3 +142,5 @@ Property::Type() const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_service.hxx b/autodoc/inc/ary/idl/i_service.hxx
index a1cdb400dcda..50d13583f380 100644
--- a/autodoc/inc/ary/idl/i_service.hxx
+++ b/autodoc/inc/ary/idl/i_service.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.
@@ -137,3 +138,5 @@ Service::AddRef_SupportedInterface( Type_id i_nInterface,
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_singleton.hxx b/autodoc/inc/ary/idl/i_singleton.hxx
index dbfca6d93087..c264b3efa2f2 100644
--- a/autodoc/inc/ary/idl/i_singleton.hxx
+++ b/autodoc/inc/ary/idl/i_singleton.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.
@@ -103,3 +104,5 @@ Singleton::Set_Service( Type_id i_nService )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_siservice.hxx b/autodoc/inc/ary/idl/i_siservice.hxx
index c38e90610a74..bdfe987d6827 100644
--- a/autodoc/inc/ary/idl/i_siservice.hxx
+++ b/autodoc/inc/ary/idl/i_siservice.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 @@ SglIfcService::Add_Constructor( Ce_id i_nId )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_sisingleton.hxx b/autodoc/inc/ary/idl/i_sisingleton.hxx
index 6dd288c048d3..3ddcbede3332 100644
--- a/autodoc/inc/ary/idl/i_sisingleton.hxx
+++ b/autodoc/inc/ary/idl/i_sisingleton.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.
@@ -98,3 +99,5 @@ SglIfcSingleton::BaseInterface() const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_struct.hxx b/autodoc/inc/ary/idl/i_struct.hxx
index c73eb1517f7b..d118d18ba4f1 100644
--- a/autodoc/inc/ary/idl/i_struct.hxx
+++ b/autodoc/inc/ary/idl/i_struct.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.
@@ -128,3 +129,5 @@ Struct::Add_Member( Ce_id i_nMember )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_structelem.hxx b/autodoc/inc/ary/idl/i_structelem.hxx
index f7544f027f2d..98e8a1018093 100644
--- a/autodoc/inc/ary/idl/i_structelem.hxx
+++ b/autodoc/inc/ary/idl/i_structelem.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.
@@ -101,3 +102,5 @@ StructElement::Type() const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_traits.hxx b/autodoc/inc/ary/idl/i_traits.hxx
index c34704537794..b8077ce5194e 100644
--- a/autodoc/inc/ary/idl/i_traits.hxx
+++ b/autodoc/inc/ary/idl/i_traits.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,5 @@ struct Ce_Compare : public Ce_Traits
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_type.hxx b/autodoc/inc/ary/idl/i_type.hxx
index 75f9737f1468..436ee1fab330 100644
--- a/autodoc/inc/ary/idl/i_type.hxx
+++ b/autodoc/inc/ary/idl/i_type.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.
@@ -140,3 +141,5 @@ Type::FirstEnclosedNonSequenceType(const Gate & i_rGate) const
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_typedef.hxx b/autodoc/inc/ary/idl/i_typedef.hxx
index 9d315c2f12d9..228e097ca136 100644
--- a/autodoc/inc/ary/idl/i_typedef.hxx
+++ b/autodoc/inc/ary/idl/i_typedef.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.
@@ -88,3 +89,5 @@ class Typedef : public CodeEntity
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/i_types4idl.hxx b/autodoc/inc/ary/idl/i_types4idl.hxx
index 046b47f4bb0c..f4b3d5224902 100644
--- a/autodoc/inc/ary/idl/i_types4idl.hxx
+++ b/autodoc/inc/ary/idl/i_types4idl.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.
@@ -140,3 +141,5 @@ namespace alphabetical_index
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_attribute.hxx b/autodoc/inc/ary/idl/ik_attribute.hxx
index 6e8822111d1e..d0e96c9131d5 100644
--- a/autodoc/inc/ary/idl/ik_attribute.hxx
+++ b/autodoc/inc/ary/idl/ik_attribute.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.
@@ -83,3 +84,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_ce.hxx b/autodoc/inc/ary/idl/ik_ce.hxx
index ffa9363a6543..7a82402fc9f0 100644
--- a/autodoc/inc/ary/idl/ik_ce.hxx
+++ b/autodoc/inc/ary/idl/ik_ce.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.
@@ -144,3 +145,4 @@ struct doc
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_constant.hxx b/autodoc/inc/ary/idl/ik_constant.hxx
index 61b7fb7c87e0..a19bfc0af2d5 100644
--- a/autodoc/inc/ary/idl/ik_constant.hxx
+++ b/autodoc/inc/ary/idl/ik_constant.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.
@@ -74,3 +75,4 @@ struct doc : public ifc_ce::doc
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_constgroup.hxx b/autodoc/inc/ary/idl/ik_constgroup.hxx
index df55fda2ce03..460386d5734c 100644
--- a/autodoc/inc/ary/idl/ik_constgroup.hxx
+++ b/autodoc/inc/ary/idl/ik_constgroup.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.
@@ -71,3 +72,4 @@ struct doc : public ifc_ce::doc
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_enum.hxx b/autodoc/inc/ary/idl/ik_enum.hxx
index 229d945b06f9..2523b9a8a805 100644
--- a/autodoc/inc/ary/idl/ik_enum.hxx
+++ b/autodoc/inc/ary/idl/ik_enum.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.
@@ -83,3 +84,4 @@ struct doc : public ifc_ce::doc
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_enumvalue.hxx b/autodoc/inc/ary/idl/ik_enumvalue.hxx
index 4071199a9f12..26f7557a92f8 100644
--- a/autodoc/inc/ary/idl/ik_enumvalue.hxx
+++ b/autodoc/inc/ary/idl/ik_enumvalue.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.
@@ -71,3 +72,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_exception.hxx b/autodoc/inc/ary/idl/ik_exception.hxx
index 6bd9eaa58109..ab1f19540898 100644
--- a/autodoc/inc/ary/idl/ik_exception.hxx
+++ b/autodoc/inc/ary/idl/ik_exception.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.
@@ -80,3 +81,4 @@ struct doc : public ifc_ce::doc
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_function.hxx b/autodoc/inc/ary/idl/ik_function.hxx
index b52264440405..fb57bd036ed0 100644
--- a/autodoc/inc/ary/idl/ik_function.hxx
+++ b/autodoc/inc/ary/idl/ik_function.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.
@@ -94,3 +95,4 @@ struct doc : public ifc_ce::doc
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_interface.hxx b/autodoc/inc/ary/idl/ik_interface.hxx
index c6fb059fea48..9ef89066dea6 100644
--- a/autodoc/inc/ary/idl/ik_interface.hxx
+++ b/autodoc/inc/ary/idl/ik_interface.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,18 +87,6 @@ struct xref : public ifc_ce::xref
static void Get_AsDataTypes(
Dyn_CeIterator & o_result,
const CodeEntity & i_ce );
-
-#if 0
- static void Get_UsingTypedefs( /// like: typedef sequence<i_ce.LocalName()> newNameSeq;
- Dyn_CeIterator & o_result,
- const CodeEntity & i_ce );
- static void Get_AsIndirectReturns(
- Dyn_CeIterator & o_result,
- const CodeEntity & i_ce );
- static void Get_AsIndirectParameters(
- Dyn_CeIterator & o_result,
- const CodeEntity & i_ce );
-#endif // 0
};
struct doc : public ifc_ce::doc
@@ -110,3 +99,5 @@ struct doc : public ifc_ce::doc
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_module.hxx b/autodoc/inc/ary/idl/ik_module.hxx
index e4b5e5b0a6b1..6b64582fbf01 100644
--- a/autodoc/inc/ary/idl/ik_module.hxx
+++ b/autodoc/inc/ary/idl/ik_module.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.
@@ -112,3 +113,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_property.hxx b/autodoc/inc/ary/idl/ik_property.hxx
index 874eb91edce4..ece8489454e1 100644
--- a/autodoc/inc/ary/idl/ik_property.hxx
+++ b/autodoc/inc/ary/idl/ik_property.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.
@@ -87,3 +88,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_service.hxx b/autodoc/inc/ary/idl/ik_service.hxx
index 6a7561375a4a..552f32bd3bcf 100644
--- a/autodoc/inc/ary/idl/ik_service.hxx
+++ b/autodoc/inc/ary/idl/ik_service.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 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_singleton.hxx b/autodoc/inc/ary/idl/ik_singleton.hxx
index e4af7af5b810..9c8186a97e70 100644
--- a/autodoc/inc/ary/idl/ik_singleton.hxx
+++ b/autodoc/inc/ary/idl/ik_singleton.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.
@@ -71,3 +72,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_siservice.hxx b/autodoc/inc/ary/idl/ik_siservice.hxx
index 8a42f899b6a3..3534fef5d9ea 100644
--- a/autodoc/inc/ary/idl/ik_siservice.hxx
+++ b/autodoc/inc/ary/idl/ik_siservice.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.
@@ -73,3 +74,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_sisingleton.hxx b/autodoc/inc/ary/idl/ik_sisingleton.hxx
index 13ba8b810251..46f033351120 100644
--- a/autodoc/inc/ary/idl/ik_sisingleton.hxx
+++ b/autodoc/inc/ary/idl/ik_sisingleton.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.
@@ -71,3 +72,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_struct.hxx b/autodoc/inc/ary/idl/ik_struct.hxx
index b5908d3a1e0c..79d7c1f39dd2 100644
--- a/autodoc/inc/ary/idl/ik_struct.hxx
+++ b/autodoc/inc/ary/idl/ik_struct.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.
@@ -89,3 +90,4 @@ struct doc : public ifc_ce::doc
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_structelem.hxx b/autodoc/inc/ary/idl/ik_structelem.hxx
index 2b8f95587463..235008fc7446 100644
--- a/autodoc/inc/ary/idl/ik_structelem.hxx
+++ b/autodoc/inc/ary/idl/ik_structelem.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.
@@ -70,3 +71,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ik_typedef.hxx b/autodoc/inc/ary/idl/ik_typedef.hxx
index 1d4a88d5d287..856928223034 100644
--- a/autodoc/inc/ary/idl/ik_typedef.hxx
+++ b/autodoc/inc/ary/idl/ik_typedef.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.
@@ -81,3 +82,5 @@ struct doc : public ifc_ce::doc
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ip_ce.hxx b/autodoc/inc/ary/idl/ip_ce.hxx
index d2b7773d62df..a1d4990c4cb5 100644
--- a/autodoc/inc/ary/idl/ip_ce.hxx
+++ b/autodoc/inc/ary/idl/ip_ce.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.
@@ -208,3 +209,5 @@ class CePilot
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/inc/ary/idl/ip_type.hxx b/autodoc/inc/ary/idl/ip_type.hxx
index 7936bab40bff..a4f070b78c81 100644
--- a/autodoc/inc/ary/idl/ip_type.hxx
+++ b/autodoc/inc/ary/idl/ip_type.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.
@@ -81,3 +82,5 @@ class TypePilot
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */