summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/idl
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/idl')
-rw-r--r--autodoc/source/ary/idl/i2s_calculator.cxx3
-rw-r--r--autodoc/source/ary/idl/i2s_calculator.hxx3
-rw-r--r--autodoc/source/ary/idl/i_attribute.cxx3
-rw-r--r--autodoc/source/ary/idl/i_ce.cxx3
-rw-r--r--autodoc/source/ary/idl/i_ce2s.cxx3
-rw-r--r--autodoc/source/ary/idl/i_comrela.cxx3
-rw-r--r--autodoc/source/ary/idl/i_constant.cxx3
-rw-r--r--autodoc/source/ary/idl/i_constgroup.cxx3
-rw-r--r--autodoc/source/ary/idl/i_enum.cxx3
-rw-r--r--autodoc/source/ary/idl/i_enumvalue.cxx3
-rw-r--r--autodoc/source/ary/idl/i_exception.cxx3
-rw-r--r--autodoc/source/ary/idl/i_function.cxx3
-rw-r--r--autodoc/source/ary/idl/i_interface.cxx3
-rw-r--r--autodoc/source/ary/idl/i_module.cxx3
-rw-r--r--autodoc/source/ary/idl/i_namelookup.cxx3
-rw-r--r--autodoc/source/ary/idl/i_nnfinder.hxx3
-rw-r--r--autodoc/source/ary/idl/i_param.cxx3
-rw-r--r--autodoc/source/ary/idl/i_property.cxx3
-rw-r--r--autodoc/source/ary/idl/i_reposypart.cxx3
-rw-r--r--autodoc/source/ary/idl/i_reposypart.hxx3
-rw-r--r--autodoc/source/ary/idl/i_service.cxx3
-rw-r--r--autodoc/source/ary/idl/i_singleton.cxx3
-rw-r--r--autodoc/source/ary/idl/i_siservice.cxx3
-rw-r--r--autodoc/source/ary/idl/i_sisingleton.cxx3
-rw-r--r--autodoc/source/ary/idl/i_struct.cxx3
-rw-r--r--autodoc/source/ary/idl/i_structelem.cxx3
-rw-r--r--autodoc/source/ary/idl/i_traits.cxx3
-rw-r--r--autodoc/source/ary/idl/i_typedef.cxx3
-rw-r--r--autodoc/source/ary/idl/ia_ce.cxx3
-rw-r--r--autodoc/source/ary/idl/ia_ce.hxx3
-rw-r--r--autodoc/source/ary/idl/ia_type.cxx3
-rw-r--r--autodoc/source/ary/idl/ia_type.hxx3
-rw-r--r--autodoc/source/ary/idl/is_ce.cxx3
-rw-r--r--autodoc/source/ary/idl/is_ce.hxx3
-rw-r--r--autodoc/source/ary/idl/is_type.cxx3
-rw-r--r--autodoc/source/ary/idl/is_type.hxx3
-rw-r--r--autodoc/source/ary/idl/it_builtin.cxx3
-rw-r--r--autodoc/source/ary/idl/it_builtin.hxx3
-rw-r--r--autodoc/source/ary/idl/it_ce.cxx3
-rw-r--r--autodoc/source/ary/idl/it_ce.hxx3
-rw-r--r--autodoc/source/ary/idl/it_explicit.cxx3
-rw-r--r--autodoc/source/ary/idl/it_explicit.hxx3
-rw-r--r--autodoc/source/ary/idl/it_named.hxx2
-rw-r--r--autodoc/source/ary/idl/it_sequence.cxx3
-rw-r--r--autodoc/source/ary/idl/it_sequence.hxx3
-rw-r--r--autodoc/source/ary/idl/it_tplparam.cxx3
-rw-r--r--autodoc/source/ary/idl/it_tplparam.hxx3
-rw-r--r--autodoc/source/ary/idl/it_xnameroom.cxx3
-rw-r--r--autodoc/source/ary/idl/it_xnameroom.hxx3
49 files changed, 146 insertions, 0 deletions
diff --git a/autodoc/source/ary/idl/i2s_calculator.cxx b/autodoc/source/ary/idl/i2s_calculator.cxx
index 111e9548b941..e469ec14fd90 100644
--- a/autodoc/source/ary/idl/i2s_calculator.cxx
+++ b/autodoc/source/ary/idl/i2s_calculator.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.
@@ -990,3 +991,5 @@ SecondariesCalculator::Read_Links2DevManual( csv::bstream & i_file )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i2s_calculator.hxx b/autodoc/source/ary/idl/i2s_calculator.hxx
index 2ebde4d9400c..dd85d0a05e21 100644
--- a/autodoc/source/ary/idl/i2s_calculator.hxx
+++ b/autodoc/source/ary/idl/i2s_calculator.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.
@@ -293,3 +294,5 @@ class SecondariesCalculator : public SPInst_asHost
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_attribute.cxx b/autodoc/source/ary/idl/i_attribute.cxx
index ec78a58bd758..8dc1d62f8f9f 100644
--- a/autodoc/source/ary/idl/i_attribute.cxx
+++ b/autodoc/source/ary/idl/i_attribute.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.
@@ -157,3 +158,5 @@ attr::Get_SetExceptions( Dyn_TypeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_ce.cxx b/autodoc/source/ary/idl/i_ce.cxx
index 783e3a9b93f7..3d4503887124 100644
--- a/autodoc/source/ary/idl/i_ce.cxx
+++ b/autodoc/source/ary/idl/i_ce.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.
@@ -78,3 +79,5 @@ CodeEntity::Secondaries()
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_ce2s.cxx b/autodoc/source/ary/idl/i_ce2s.cxx
index 0898b7867086..9a126fd312e2 100644
--- a/autodoc/source/ary/idl/i_ce2s.cxx
+++ b/autodoc/source/ary/idl/i_ce2s.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.
@@ -82,3 +83,5 @@ Ce_2s::List( int i_indexOfList ) const
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_comrela.cxx b/autodoc/source/ary/idl/i_comrela.cxx
index 8f5d164b5479..f76076aa3847 100644
--- a/autodoc/source/ary/idl/i_comrela.cxx
+++ b/autodoc/source/ary/idl/i_comrela.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.
@@ -45,3 +46,5 @@ namespace idl
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_constant.cxx b/autodoc/source/ary/idl/i_constant.cxx
index ac6a7124935f..3a6eb4fbf8cc 100644
--- a/autodoc/source/ary/idl/i_constant.cxx
+++ b/autodoc/source/ary/idl/i_constant.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.
@@ -121,3 +122,5 @@ attr::Value( const CodeEntity & i_ce )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_constgroup.cxx b/autodoc/source/ary/idl/i_constgroup.cxx
index 434b054ea3f1..b1955d55e186 100644
--- a/autodoc/source/ary/idl/i_constgroup.cxx
+++ b/autodoc/source/ary/idl/i_constgroup.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.
@@ -112,3 +113,5 @@ attr::Get_Constants( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_enum.cxx b/autodoc/source/ary/idl/i_enum.cxx
index 30ee8e39e146..9d01c2b19ce5 100644
--- a/autodoc/source/ary/idl/i_enum.cxx
+++ b/autodoc/source/ary/idl/i_enum.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.
@@ -141,3 +142,5 @@ xref::Get_AsDataTypes( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_enumvalue.cxx b/autodoc/source/ary/idl/i_enumvalue.cxx
index 7ee139f9ba4c..fadfe1ce6fdb 100644
--- a/autodoc/source/ary/idl/i_enumvalue.cxx
+++ b/autodoc/source/ary/idl/i_enumvalue.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.
@@ -114,3 +115,5 @@ attr::Value( const CodeEntity & i_ce )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_exception.cxx b/autodoc/source/ary/idl/i_exception.cxx
index cf98da1719a7..f25ae55ce66a 100644
--- a/autodoc/source/ary/idl/i_exception.cxx
+++ b/autodoc/source/ary/idl/i_exception.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.
@@ -137,3 +138,5 @@ xref::Get_RaisingFunctions( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_function.cxx b/autodoc/source/ary/idl/i_function.cxx
index 141ebb084c32..4d9375d3451e 100644
--- a/autodoc/source/ary/idl/i_function.cxx
+++ b/autodoc/source/ary/idl/i_function.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.
@@ -163,3 +164,5 @@ attr::Get_Exceptions( Dyn_TypeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_interface.cxx b/autodoc/source/ary/idl/i_interface.cxx
index 4e4b61a071eb..455261e3e5ad 100644
--- a/autodoc/source/ary/idl/i_interface.cxx
+++ b/autodoc/source/ary/idl/i_interface.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.
@@ -194,3 +195,5 @@ xref::Get_AsDataTypes( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_module.cxx b/autodoc/source/ary/idl/i_module.cxx
index b5b7453fa3b0..a8459b3ebfdd 100644
--- a/autodoc/source/ary/idl/i_module.cxx
+++ b/autodoc/source/ary/idl/i_module.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.
@@ -202,3 +203,5 @@ attr::Get_AllChildrenSeparated( std::vector< const CodeEntity* > & o_nestedModul
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_namelookup.cxx b/autodoc/source/ary/idl/i_namelookup.cxx
index 5b07d5a73c16..d9fe29b4e2f0 100644
--- a/autodoc/source/ary/idl/i_namelookup.cxx
+++ b/autodoc/source/ary/idl/i_namelookup.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.
@@ -60,3 +61,5 @@ NameLookup::Add_Name( const String & i_name,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_nnfinder.hxx b/autodoc/source/ary/idl/i_nnfinder.hxx
index 3355a5f89030..242372a0bf70 100644
--- a/autodoc/source/ary/idl/i_nnfinder.hxx
+++ b/autodoc/source/ary/idl/i_nnfinder.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 Types_forSetCe_Id
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_param.cxx b/autodoc/source/ary/idl/i_param.cxx
index bdaadeee0964..106a5427db7b 100644
--- a/autodoc/source/ary/idl/i_param.cxx
+++ b/autodoc/source/ary/idl/i_param.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.
@@ -55,3 +56,5 @@ Parameter::~Parameter()
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_property.cxx b/autodoc/source/ary/idl/i_property.cxx
index 852e06f4ced0..9b13870e98f3 100644
--- a/autodoc/source/ary/idl/i_property.cxx
+++ b/autodoc/source/ary/idl/i_property.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.
@@ -169,3 +170,5 @@ attr::Type( const CodeEntity & i_ce )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_reposypart.cxx b/autodoc/source/ary/idl/i_reposypart.cxx
index c0edd33feeb7..62bb4fee6cf7 100644
--- a/autodoc/source/ary/idl/i_reposypart.cxx
+++ b/autodoc/source/ary/idl/i_reposypart.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.
@@ -117,3 +118,5 @@ RepositoryPartition::Types()
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_reposypart.hxx b/autodoc/source/ary/idl/i_reposypart.hxx
index f28e1f1364d7..417d970814bf 100644
--- a/autodoc/source/ary/idl/i_reposypart.hxx
+++ b/autodoc/source/ary/idl/i_reposypart.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,5 @@ class RepositoryPartition : public InternalGate
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_service.cxx b/autodoc/source/ary/idl/i_service.cxx
index 14eb20a1096d..0aa16b9e3280 100644
--- a/autodoc/source/ary/idl/i_service.cxx
+++ b/autodoc/source/ary/idl/i_service.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.
@@ -169,3 +170,5 @@ xref::Get_InstantiatingSingletons( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_singleton.cxx b/autodoc/source/ary/idl/i_singleton.cxx
index fcc6ef580756..508572bb2713 100644
--- a/autodoc/source/ary/idl/i_singleton.cxx
+++ b/autodoc/source/ary/idl/i_singleton.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.
@@ -110,3 +111,5 @@ attr::AssociatedService( const CodeEntity & i_ce )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_siservice.cxx b/autodoc/source/ary/idl/i_siservice.cxx
index 2aff0288cec3..238e605ce680 100644
--- a/autodoc/source/ary/idl/i_siservice.cxx
+++ b/autodoc/source/ary/idl/i_siservice.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.
@@ -119,3 +120,5 @@ attr::Get_Constructors( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_sisingleton.cxx b/autodoc/source/ary/idl/i_sisingleton.cxx
index d731f341153b..1cc2b97cd75f 100644
--- a/autodoc/source/ary/idl/i_sisingleton.cxx
+++ b/autodoc/source/ary/idl/i_sisingleton.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.
@@ -111,3 +112,5 @@ attr::BaseInterface( const CodeEntity & i_ce )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_struct.cxx b/autodoc/source/ary/idl/i_struct.cxx
index dfffa3522813..ff691c211a89 100644
--- a/autodoc/source/ary/idl/i_struct.cxx
+++ b/autodoc/source/ary/idl/i_struct.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.
@@ -161,3 +162,5 @@ xref::Get_AsDataTypes( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_structelem.cxx b/autodoc/source/ary/idl/i_structelem.cxx
index 1a19d195f457..79ffe4189ac0 100644
--- a/autodoc/source/ary/idl/i_structelem.cxx
+++ b/autodoc/source/ary/idl/i_structelem.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.
@@ -115,3 +116,5 @@ attr::Type( const CodeEntity & i_ce )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_traits.cxx b/autodoc/source/ary/idl/i_traits.cxx
index 1c12c5bc996f..4dc9c2b2c750 100644
--- a/autodoc/source/ary/idl/i_traits.cxx
+++ b/autodoc/source/ary/idl/i_traits.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.
@@ -70,3 +71,5 @@ Ce_Compare::Lesser_( const key_type & i_1,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/i_typedef.cxx b/autodoc/source/ary/idl/i_typedef.cxx
index f33ef60921ca..ded4ada0bede 100644
--- a/autodoc/source/ary/idl/i_typedef.cxx
+++ b/autodoc/source/ary/idl/i_typedef.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.
@@ -143,3 +144,5 @@ xref::Get_AsDataTypes( Dyn_CeIterator & o_result,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/ia_ce.cxx b/autodoc/source/ary/idl/ia_ce.cxx
index f78f5050a7db..5e66838f1ba5 100644
--- a/autodoc/source/ary/idl/ia_ce.cxx
+++ b/autodoc/source/ary/idl/ia_ce.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.
@@ -579,3 +580,5 @@ CeAdmin::lhf_Store_TplStruct( Ce_id i_nOwner,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/ia_ce.hxx b/autodoc/source/ary/idl/ia_ce.hxx
index 48d8907eb3a3..aad50cfe05f2 100644
--- a/autodoc/source/ary/idl/ia_ce.hxx
+++ b/autodoc/source/ary/idl/ia_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.
@@ -251,3 +252,5 @@ CeAdmin::Storage()
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/ia_type.cxx b/autodoc/source/ary/idl/ia_type.cxx
index eb47d355c9ae..4f4b26062bc3 100644
--- a/autodoc/source/ary/idl/ia_type.cxx
+++ b/autodoc/source/ary/idl/ia_type.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.
@@ -362,3 +363,5 @@ MakeTemplateName( const String & i_localName,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/ia_type.hxx b/autodoc/source/ary/idl/ia_type.hxx
index 050519234626..ace6a9903815 100644
--- a/autodoc/source/ary/idl/ia_type.hxx
+++ b/autodoc/source/ary/idl/ia_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.
@@ -168,3 +169,5 @@ TypeAdmin::Assign_CePilot( CeAdmin & io_rCes )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/is_ce.cxx b/autodoc/source/ary/idl/is_ce.cxx
index eb4b93a6dfce..b50b0058fba4 100644
--- a/autodoc/source/ary/idl/is_ce.cxx
+++ b/autodoc/source/ary/idl/is_ce.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.
@@ -63,3 +64,5 @@ Ce_Storage::~Ce_Storage()
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/is_ce.hxx b/autodoc/source/ary/idl/is_ce.hxx
index c1edee0b23ff..43266086b197 100644
--- a/autodoc/source/ary/idl/is_ce.hxx
+++ b/autodoc/source/ary/idl/is_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.
@@ -77,3 +78,5 @@ enum E_CodeEntity
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/is_type.cxx b/autodoc/source/ary/idl/is_type.cxx
index 269286413b17..6082397140de 100644
--- a/autodoc/source/ary/idl/is_type.cxx
+++ b/autodoc/source/ary/idl/is_type.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.
@@ -81,3 +82,5 @@ Type_Storage::Search_SequenceOf( Type_id i_nRelatedType )
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/is_type.hxx b/autodoc/source/ary/idl/is_type.hxx
index b905602238f0..14a4da1127c0 100644
--- a/autodoc/source/ary/idl/is_type.hxx
+++ b/autodoc/source/ary/idl/is_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.
@@ -120,3 +121,5 @@ Type_Storage::Instance_()
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_builtin.cxx b/autodoc/source/ary/idl/it_builtin.cxx
index 9c543a7bc798..cc287b43b389 100644
--- a/autodoc/source/ary/idl/it_builtin.cxx
+++ b/autodoc/source/ary/idl/it_builtin.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 @@ BuiltInType::inq_Get_Text( StringVector & , // o_module
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_builtin.hxx b/autodoc/source/ary/idl/it_builtin.hxx
index 1e3ca7fcc90f..7a68f0a4f1f1 100644
--- a/autodoc/source/ary/idl/it_builtin.hxx
+++ b/autodoc/source/ary/idl/it_builtin.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,5 @@ class BuiltInType : public Named_Type
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_ce.cxx b/autodoc/source/ary/idl/it_ce.cxx
index 1fca8585f941..6aef98066b49 100644
--- a/autodoc/source/ary/idl/it_ce.cxx
+++ b/autodoc/source/ary/idl/it_ce.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.
@@ -98,3 +99,5 @@ Ce_Type::inq_TemplateParameters() const
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_ce.hxx b/autodoc/source/ary/idl/it_ce.hxx
index f2de201503d8..8693c9df9750 100644
--- a/autodoc/source/ary/idl/it_ce.hxx
+++ b/autodoc/source/ary/idl/it_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.
@@ -86,3 +87,5 @@ class Ce_Type : public Type
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_explicit.cxx b/autodoc/source/ary/idl/it_explicit.cxx
index 552abe5b586b..900556106ae9 100644
--- a/autodoc/source/ary/idl/it_explicit.cxx
+++ b/autodoc/source/ary/idl/it_explicit.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.
@@ -98,3 +99,5 @@ ExplicitType::inq_TemplateParameters() const
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_explicit.hxx b/autodoc/source/ary/idl/it_explicit.hxx
index 8a3d8d76a24d..ddda35458173 100644
--- a/autodoc/source/ary/idl/it_explicit.hxx
+++ b/autodoc/source/ary/idl/it_explicit.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.
@@ -91,3 +92,5 @@ class ExplicitType : public Named_Type
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_named.hxx b/autodoc/source/ary/idl/it_named.hxx
index a1f431368b6d..473d27d1139d 100644
--- a/autodoc/source/ary/idl/it_named.hxx
+++ b/autodoc/source/ary/idl/it_named.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 @@ class Named_Type : public Type
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_sequence.cxx b/autodoc/source/ary/idl/it_sequence.cxx
index 144c64ca6c80..daa9c043cfd3 100644
--- a/autodoc/source/ary/idl/it_sequence.cxx
+++ b/autodoc/source/ary/idl/it_sequence.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.
@@ -89,3 +90,5 @@ Sequence::inq_FirstEnclosedNonSequenceType(const Gate & i_rGate) const
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_sequence.hxx b/autodoc/source/ary/idl/it_sequence.hxx
index c4a29d410fd5..3971861356c1 100644
--- a/autodoc/source/ary/idl/it_sequence.hxx
+++ b/autodoc/source/ary/idl/it_sequence.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.
@@ -82,3 +83,5 @@ class Sequence : public Type
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_tplparam.cxx b/autodoc/source/ary/idl/it_tplparam.cxx
index cde0d096c85f..f8a3097e44a0 100644
--- a/autodoc/source/ary/idl/it_tplparam.cxx
+++ b/autodoc/source/ary/idl/it_tplparam.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.
@@ -90,3 +91,5 @@ Type::inq_FirstEnclosedNonSequenceType(const Gate & ) const
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_tplparam.hxx b/autodoc/source/ary/idl/it_tplparam.hxx
index 608332d6c9de..294712f32741 100644
--- a/autodoc/source/ary/idl/it_tplparam.hxx
+++ b/autodoc/source/ary/idl/it_tplparam.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.
@@ -96,3 +97,5 @@ TemplateParamType::Set_StructId( Ce_id i_nStruct )
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_xnameroom.cxx b/autodoc/source/ary/idl/it_xnameroom.cxx
index a990fdb7982e..23fbe617ba7f 100644
--- a/autodoc/source/ary/idl/it_xnameroom.cxx
+++ b/autodoc/source/ary/idl/it_xnameroom.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.
@@ -98,3 +99,5 @@ ExplicitNameRoom::inq_Get_Text( StringVector & o_module,
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/idl/it_xnameroom.hxx b/autodoc/source/ary/idl/it_xnameroom.hxx
index ea9513605cb6..cb70e17102ca 100644
--- a/autodoc/source/ary/idl/it_xnameroom.hxx
+++ b/autodoc/source/ary/idl/it_xnameroom.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.
@@ -121,3 +122,5 @@ class ExplicitNameRoom : public Type
} // namespace idl
} // namespace ary
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */