summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html')
-rw-r--r--autodoc/source/display/html/aryattrs.cxx3
-rw-r--r--autodoc/source/display/html/cfrstd.cxx3
-rw-r--r--autodoc/source/display/html/chd_udk2.cxx3
-rw-r--r--autodoc/source/display/html/cre_link.cxx3
-rw-r--r--autodoc/source/display/html/dsply_cl.cxx3
-rw-r--r--autodoc/source/display/html/dsply_da.cxx3
-rw-r--r--autodoc/source/display/html/dsply_op.cxx3
-rw-r--r--autodoc/source/display/html/easywri.cxx2
-rw-r--r--autodoc/source/display/html/hd_chlst.cxx3
-rw-r--r--autodoc/source/display/html/hd_docu.cxx2
-rw-r--r--autodoc/source/display/html/hdimpl.cxx3
-rw-r--r--autodoc/source/display/html/html_kit.cxx2
-rw-r--r--autodoc/source/display/html/nav_main.cxx2
-rw-r--r--autodoc/source/display/html/navibar.cxx3
-rw-r--r--autodoc/source/display/html/opageenv.cxx3
-rw-r--r--autodoc/source/display/html/outfile.cxx3
-rw-r--r--autodoc/source/display/html/pagemake.cxx2
-rw-r--r--autodoc/source/display/html/pm_aldef.cxx3
-rw-r--r--autodoc/source/display/html/pm_base.cxx2
-rw-r--r--autodoc/source/display/html/pm_class.cxx2
-rw-r--r--autodoc/source/display/html/pm_help.cxx2
-rw-r--r--autodoc/source/display/html/pm_index.cxx3
-rw-r--r--autodoc/source/display/html/pm_namsp.cxx3
-rw-r--r--autodoc/source/display/html/pm_start.cxx2
-rw-r--r--autodoc/source/display/html/protarea.cxx2
25 files changed, 65 insertions, 0 deletions
diff --git a/autodoc/source/display/html/aryattrs.cxx b/autodoc/source/display/html/aryattrs.cxx
index 7b0fcea14cd7..2eef10ded2e9 100644
--- a/autodoc/source/display/html/aryattrs.cxx
+++ b/autodoc/source/display/html/aryattrs.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.
@@ -246,3 +247,5 @@ FunctionParam_Iterator::Assign( const ary::cpp::Function & i_rFunction )
eConVol = rSigna.ConVol();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx
index 3b45576c17ae..8a4a9f6bc91f 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.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.
@@ -342,3 +343,5 @@ MakeCopyRight()
return String(cr.c_str());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/chd_udk2.cxx b/autodoc/source/display/html/chd_udk2.cxx
index f03a9a297c40..76380aecc6fa 100644
--- a/autodoc/source/display/html/chd_udk2.cxx
+++ b/autodoc/source/display/html/chd_udk2.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.
@@ -199,3 +200,5 @@ CppHtmlDisplay_Udk2::Gate() const
{
return pCurPageEnv->Gate();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/cre_link.cxx b/autodoc/source/display/html/cre_link.cxx
index 688464d53969..74561b027e73 100644
--- a/autodoc/source/display/html/cre_link.cxx
+++ b/autodoc/source/display/html/cre_link.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.
@@ -267,3 +268,5 @@ LinkCreator::Create_PrePath( const ary::cpp::CodeEntity & i_rData )
NameScope_const_iterator it( i_rData.Owner(), pEnv->Gate() );
Recursive_CreatePath( pOut, it );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/dsply_cl.cxx b/autodoc/source/display/html/dsply_cl.cxx
index 656bca79c2cf..f590889683c4 100644
--- a/autodoc/source/display/html/dsply_cl.cxx
+++ b/autodoc/source/display/html/dsply_cl.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.
@@ -106,3 +107,5 @@ ClassDisplayer::inq_Get_ReFinder() const
{
return & pEnv->Gate();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/dsply_da.cxx b/autodoc/source/display/html/dsply_da.cxx
index 4a8055f74d55..4989e774f946 100644
--- a/autodoc/source/display/html/dsply_da.cxx
+++ b/autodoc/source/display/html/dsply_da.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.
@@ -197,3 +198,5 @@ DataDisplay::Display_SglDatum( csi::xml::Element & rOut,
rOut << new html::HorizontalLine;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/dsply_op.cxx b/autodoc/source/display/html/dsply_op.cxx
index 1bae518aae18..e34db602ff6a 100644
--- a/autodoc/source/display/html/dsply_op.cxx
+++ b/autodoc/source/display/html/dsply_op.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.
@@ -205,3 +206,5 @@ OperationsDisplay::Display_SglOperation( csi::xml::Element & rOut,
rOut << new html::HorizontalLine;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/easywri.cxx b/autodoc/source/display/html/easywri.cxx
index 47c6196e5322..b68b36d011d4 100644
--- a/autodoc/source/display/html/easywri.cxx
+++ b/autodoc/source/display/html/easywri.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,4 @@ EasyWriter::Out()
return *aCurDestination.top();
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/hd_chlst.cxx b/autodoc/source/display/html/hd_chlst.cxx
index 4647289a7bc4..8e3c3c95ced1 100644
--- a/autodoc/source/display/html/hd_chlst.cxx
+++ b/autodoc/source/display/html/hd_chlst.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.
@@ -587,3 +588,5 @@ S_AreaCo::PerformResult()
}
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/hd_docu.cxx b/autodoc/source/display/html/hd_docu.cxx
index 5fa62b3ecb14..0e0cb97dd047 100644
--- a/autodoc/source/display/html/hd_docu.cxx
+++ b/autodoc/source/display/html/hd_docu.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.
@@ -484,3 +485,4 @@ Docu_Display::Write_QualifiedName( const ary::QualifiedName & i_sQuName )
CurOut() << "()";
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/hdimpl.cxx b/autodoc/source/display/html/hdimpl.cxx
index fdd23be5b2e6..f9d2b0f1636a 100644
--- a/autodoc/source/display/html/hdimpl.cxx
+++ b/autodoc/source/display/html/hdimpl.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.
@@ -544,3 +545,5 @@ WriteOut_LinkedFunctionText( csi::xml::Element & o_rTitleOut,
} // namespace dshelp
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/html_kit.cxx b/autodoc/source/display/html/html_kit.cxx
index 8b43373505fb..32ab5252a00c 100644
--- a/autodoc/source/display/html/html_kit.cxx
+++ b/autodoc/source/display/html/html_kit.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.
@@ -303,3 +304,4 @@ IndexList::AddEntry()
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/nav_main.cxx b/autodoc/source/display/html/nav_main.cxx
index e61099fc502f..781636fc9844 100644
--- a/autodoc/source/display/html/nav_main.cxx
+++ b/autodoc/source/display/html/nav_main.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.
@@ -375,3 +376,4 @@ MainRow::Add_Item( E_Style i_eStyle,
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/navibar.cxx b/autodoc/source/display/html/navibar.cxx
index 06f3e9397b8e..8490e834b6d8 100644
--- a/autodoc/source/display/html/navibar.cxx
+++ b/autodoc/source/display/html/navibar.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.
@@ -313,3 +314,5 @@ NavigationBar::Write_SubRows() const
(*it)->Write2( *pSubRowsTable );
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/opageenv.cxx b/autodoc/source/display/html/opageenv.cxx
index 49661f06d15f..87a170ff686b 100644
--- a/autodoc/source/display/html/opageenv.cxx
+++ b/autodoc/source/display/html/opageenv.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.
@@ -487,3 +488,5 @@ OuputPage_Environment::RepositoryTitle() const
{
return Gate().RepositoryTitle();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx
index dcf999bf0a1f..82ab2eac7749 100644
--- a/autodoc/source/display/html/outfile.cxx
+++ b/autodoc/source/display/html/outfile.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.
@@ -390,3 +391,5 @@ HtmlDocuFile::WriteBody( csv::File & io_aFile )
aBodyData.WriteOut(aBuffer);
io_aFile.write(aBuffer.c_str(), aBuffer.size());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pagemake.cxx b/autodoc/source/display/html/pagemake.cxx
index 4608fd5b4e0a..52d05fb0b19c 100644
--- a/autodoc/source/display/html/pagemake.cxx
+++ b/autodoc/source/display/html/pagemake.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.
@@ -574,3 +575,4 @@ PageDisplay::Create_IndexFile( int i_nLetter )
Create_File();
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_aldef.cxx b/autodoc/source/display/html/pm_aldef.cxx
index debe4681b0b8..7669ba4ef3a7 100644
--- a/autodoc/source/display/html/pm_aldef.cxx
+++ b/autodoc/source/display/html/pm_aldef.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.
@@ -243,3 +244,5 @@ PageMaker_AllDefs::Write_DefsDocu( csi::xml::Element & o_rOut,
ShowDocu_On( o_rOut, *pDocuDisplay, i_rTextReplacement );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_base.cxx b/autodoc/source/display/html/pm_base.cxx
index 16ab7bb97ef8..ae045bd3b1de 100644
--- a/autodoc/source/display/html/pm_base.cxx
+++ b/autodoc/source/display/html/pm_base.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,4 @@ SpecializedPageMaker::CurOut()
return Page().CurOut();
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_class.cxx b/autodoc/source/display/html/pm_class.cxx
index 3e22eb5a91a9..16c4fe9a9aea 100644
--- a/autodoc/source/display/html/pm_class.cxx
+++ b/autodoc/source/display/html/pm_class.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.
@@ -809,3 +810,4 @@ Node::IncrBaseCount()
} // anonymous namespace
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_help.cxx b/autodoc/source/display/html/pm_help.cxx
index 2ad3b6fc32e2..80a832e05510 100644
--- a/autodoc/source/display/html/pm_help.cxx
+++ b/autodoc/source/display/html/pm_help.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.
@@ -230,3 +231,4 @@ PageMaker_Help::Write_DocuArea()
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_index.cxx b/autodoc/source/display/html/pm_index.cxx
index bb41a8fe8f58..122329e9dcdb 100644
--- a/autodoc/source/display/html/pm_index.cxx
+++ b/autodoc/source/display/html/pm_index.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.
@@ -315,3 +316,5 @@ PageMaker_Index::Write_CeIndexEntry( const ary::cpp::CodeEntity &
pCurIndex->Def() << " ";
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_namsp.cxx b/autodoc/source/display/html/pm_namsp.cxx
index ea13c237919f..ea07fc77a45c 100644
--- a/autodoc/source/display/html/pm_namsp.cxx
+++ b/autodoc/source/display/html/pm_namsp.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.
@@ -171,3 +172,5 @@ PageMaker_Namespace::Write_ChildLists_forClasses( const char * i_sListTi
if ( bChildrenExist )
CurOut() << new HorizontalLine;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/pm_start.cxx b/autodoc/source/display/html/pm_start.cxx
index c5ff38f32eba..335783b1b809 100644
--- a/autodoc/source/display/html/pm_start.cxx
+++ b/autodoc/source/display/html/pm_start.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.
@@ -135,3 +136,4 @@ PageMaker_Overview::Write_DocuArea()
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/display/html/protarea.cxx b/autodoc/source/display/html/protarea.cxx
index 8c54212c29f4..d581014eccac 100644
--- a/autodoc/source/display/html/protarea.cxx
+++ b/autodoc/source/display/html/protarea.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.
@@ -136,3 +137,4 @@ S_Slot_Table::GetTable()
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */