diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-08-23 15:20:20 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-08-23 15:20:20 +0200 |
commit | 4dc9c2aaf6a6b07c7afbc3620e2f34085a838294 (patch) | |
tree | c9977bbeaa286c1c906376b3f836d05eb43adea3 | |
parent | c7eab7eed6263bdc62f91a2336cc60fdc3d69a49 (diff) |
recreated tag libreoffice-3.3.3.1 which had these commits:
commit 1d0f0ac667d24a5e2584e81a20cf8aa52e784aa7 (tag: refs/tags/libreoffice-3.3.3.1)
Author: Petr Mladek <pmladek@suse.cz>
Date: Tue May 31 17:39:08 2011 +0200
Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1)
Notes
Notes:
split repo tag: sdk_libreoffice-3.3.3.1
split repo tag: sdk_libreoffice-3.3.4.1
1017 files changed, 11403 insertions, 11403 deletions
diff --git a/autodoc/inc/ary/actions.hxx b/autodoc/inc/ary/actions.hxx index 5e2536ccd063..75b85d5ee704 100644 --- a/autodoc/inc/ary/actions.hxx +++ b/autodoc/inc/ary/actions.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/ary.hxx b/autodoc/inc/ary/ary.hxx index d15ed4d83f66..0fd9beaabd0b 100644 --- a/autodoc/inc/ary/ary.hxx +++ b/autodoc/inc/ary/ary.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/ary_disp.hxx b/autodoc/inc/ary/ary_disp.hxx index 566f3209be20..89c85489d80c 100644 --- a/autodoc/inc/ary/ary_disp.hxx +++ b/autodoc/inc/ary/ary_disp.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,7 +49,7 @@ namespace cpp class Display : public csv::ProcessorIfc { public: - virtual ~Display() {} + virtual ~Display() {} // OPERATIONS void StartSlot(); @@ -64,7 +64,7 @@ class Display : public csv::ProcessorIfc void DisplaySlot_Rid( ary::Rid i_nId ); // void DisplaySlot_Lid( -// ary::Lid i_nId ); +// ary::Lid i_nId ); /** This method depends on the result of Get_ReFinder(). If Get_ReFinder() != 0, then DisplayGate::Find_Re() is called and if valid, cpp::CppEntity::Accept( *this ) is called. @@ -73,7 +73,7 @@ class Display : public csv::ProcessorIfc */ void DisplaySlot_LocalCe( ary::cpp::Ce_id i_nId, - const String & i_sName ); + const String & i_sName ); // INQUIRY const cpp::Gate * Get_ReFinder() const; @@ -86,7 +86,7 @@ class Display : public csv::ProcessorIfc ary::Rid i_nId ); virtual void do_DisplaySlot_LocalCe( ary::cpp::Ce_id i_nId, - const String & i_sName ); + const String & i_sName ); virtual const cpp::Gate * inq_Get_ReFinder() const = 0; }; diff --git a/autodoc/inc/ary/arygroup.hxx b/autodoc/inc/ary/arygroup.hxx index 1acb07e076dc..4a96b49ecf7e 100644 --- a/autodoc/inc/ary/arygroup.hxx +++ b/autodoc/inc/ary/arygroup.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -64,10 +64,10 @@ class AryGroup { public: // LIFECYCLE - virtual ~AryGroup() {} + virtual ~AryGroup() {} // INQUIRY - Gid Id_Group() const; + Gid Id_Group() const; const cpp::CppEntity & RE_Group() const; const group::SlotList & @@ -77,7 +77,7 @@ class AryGroup private: - virtual Gid inq_Id_Group() const = 0; + virtual Gid inq_Id_Group() const = 0; virtual const cpp::CppEntity & inq_RE_Group() const = 0; virtual const group::SlotList & diff --git a/autodoc/inc/ary/ceslot.hxx b/autodoc/inc/ary/ceslot.hxx index ae0beb2d3f14..5557cbb1709e 100644 --- a/autodoc/inc/ary/ceslot.hxx +++ b/autodoc/inc/ary/ceslot.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -57,7 +57,7 @@ class Display; class Slot { public: - virtual ~Slot() {} + virtual ~Slot() {} virtual void StoreAt( Display & o_rDestination ) const; diff --git a/autodoc/inc/ary/cessentl.hxx b/autodoc/inc/ary/cessentl.hxx index cc402ae25eac..6e61fc159c1f 100644 --- a/autodoc/inc/ary/cessentl.hxx +++ b/autodoc/inc/ary/cessentl.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ namespace cpp class CeEssentials -{ // Non inline functions are implemented in ceworker.cxx . +{ // Non inline functions are implemented in ceworker.cxx . public: // LIFECYCLE CeEssentials(); @@ -58,20 +58,20 @@ class CeEssentials ~CeEssentials(); // INQUIRY const String & LocalName() const; - Ce_id Owner() const; + Ce_id Owner() const; loc::Le_id Location() const; // ACCESS private: String sLocalName; - Ce_id nOwner; + Ce_id nOwner; loc::Le_id nLocation; }; // IMPLEMENTATION -inline const String & +inline const String & CeEssentials::LocalName() const { return sLocalName; } inline Ce_id diff --git a/autodoc/inc/ary/cpp/c_builtintype.hxx b/autodoc/inc/ary/cpp/c_builtintype.hxx index 0fff94d1e5fc..223aea576ab0 100644 --- a/autodoc/inc/ary/cpp/c_builtintype.hxx +++ b/autodoc/inc/ary/cpp/c_builtintype.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -44,7 +44,7 @@ namespace cpp { -/** Represents types like void, int, double. +/** Represents types like void, int, double. */ class BuiltInType : public Type { @@ -52,14 +52,14 @@ class BuiltInType : public Type enum E_ClassId { class_id = 1200 }; BuiltInType( - const String & i_sName, + const String & i_sName, E_TypeSpecialisation i_Specialisation ); String SpecializedName() const; static String SpecializedName_( - const char * i_sName, + const char * i_sName, E_TypeSpecialisation i_eTypeSpecialisation ); private: @@ -75,7 +75,7 @@ class BuiltInType : public Type StreamStr & o_rPreName, StreamStr & o_rName, StreamStr & o_rPostName, - const Gate & i_rGate ) const; + const Gate & i_rGate ) const; // DATA String sName; E_TypeSpecialisation @@ -93,8 +93,8 @@ BuiltInType::SpecializedName() const -} // namespace cpp -} // namespace ary +} // namespace cpp +} // namespace ary #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/autodoc/inc/ary/cpp/c_ce.hxx b/autodoc/inc/ary/cpp/c_ce.hxx index 5f7e6353e90a..c351fbfe809f 100644 --- a/autodoc/inc/ary/cpp/c_ce.hxx +++ b/autodoc/inc/ary/cpp/c_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -58,13 +58,13 @@ class CodeEntity : public ary::cpp::CppEntity typedef Ce_Traits traits_t; // LIFECYCLE - virtual ~CodeEntity() {} + virtual ~CodeEntity() {} // INQUIRY Ce_id CeId() const { return Ce_id(Id()); } const String & LocalName() const; Cid Owner() const; - Lid Location() const; + Lid Location() const; bool IsVisible() const; // ACCESS @@ -78,7 +78,7 @@ class CodeEntity : public ary::cpp::CppEntity virtual const String & inq_LocalName() const = 0; virtual Cid inq_Owner() const = 0; - virtual Lid inq_Location() const = 0; + virtual Lid inq_Location() const = 0; // DATA mutable bool bIsVisible; diff --git a/autodoc/inc/ary/cpp/c_class.hxx b/autodoc/inc/ary/cpp/c_class.hxx index 49b75b72902f..baf15f1fd0ab 100644 --- a/autodoc/inc/ary/cpp/c_class.hxx +++ b/autodoc/inc/ary/cpp/c_class.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -96,13 +96,13 @@ class Class : public CodeEntity, ~Class(); // OPERATIONS - void Add_BaseClass( + void Add_BaseClass( const S_Classes_Base & i_rBaseClass ); void Add_TemplateParameterType( const String & i_sLocalName, Type_id i_nIdAsType ); - void Add_KnownDerivative( + void Add_KnownDerivative( Ce_id i_nId ) { aKnownDerivatives.Add(i_nId); } @@ -141,7 +141,7 @@ class Class : public CodeEntity, { return aKnownDerivatives; } // INQUIRY - E_ClassKey ClassKey() const; + E_ClassKey ClassKey() const; E_Protection Protection() const; E_Virtuality Virtuality() const { return eVirtuality; } @@ -171,7 +171,7 @@ class Class : public CodeEntity, virtual ClassId get_AryClass() const; // Interface ary::AryGroup - virtual Gid inq_Id_Group() const; + virtual Gid inq_Id_Group() const; virtual const cpp::CppEntity & inq_RE_Group() const; virtual const group::SlotList & @@ -187,10 +187,10 @@ class Class : public CodeEntity, const List_LocalCe& i_rList, const String & i_sName ) const; // DATA - CeEssentials aEssentials; + CeEssentials aEssentials; node_t aAssignedNode; - List_Bases aBaseClasses; + List_Bases aBaseClasses; List_TplParam aTemplateParameterTypes; List_LocalCe aClasses; @@ -205,8 +205,8 @@ class Class : public CodeEntity, IdSequence aFriendOperations; IdSequence aKnownDerivatives; - E_ClassKey eClassKey; - E_Protection eProtection; + E_ClassKey eClassKey; + E_Protection eProtection; E_Virtuality eVirtuality; }; diff --git a/autodoc/inc/ary/cpp/c_cppentity.hxx b/autodoc/inc/ary/cpp/c_cppentity.hxx index fab3d2f728fe..5f5dc6b65b99 100644 --- a/autodoc/inc/ary/cpp/c_cppentity.hxx +++ b/autodoc/inc/ary/cpp/c_cppentity.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/cpp/c_de.hxx b/autodoc/inc/ary/cpp/c_de.hxx index 8426222ab3b4..7ae40d72cceb 100644 --- a/autodoc/inc/ary/cpp/c_de.hxx +++ b/autodoc/inc/ary/cpp/c_de.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -62,7 +62,7 @@ class DefineEntity : public ary::cpp::CppEntity // INQUIRY De_id DefId() const { return De_id(Id()); } const String & LocalName() const; - loc::Le_id Location() const; + loc::Le_id Location() const; const StringVector & DefinitionText() const; // ACCESS diff --git a/autodoc/inc/ary/cpp/c_define.hxx b/autodoc/inc/ary/cpp/c_define.hxx index 460ddb79ac1b..2855290187f4 100644 --- a/autodoc/inc/ary/cpp/c_define.hxx +++ b/autodoc/inc/ary/cpp/c_define.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/cpp/c_enum.hxx b/autodoc/inc/ary/cpp/c_enum.hxx index 4704c700773f..22bc9eb1763c 100644 --- a/autodoc/inc/ary/cpp/c_enum.hxx +++ b/autodoc/inc/ary/cpp/c_enum.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -72,7 +72,7 @@ class Enum : public CodeEntity, ~Enum(); // OPERATIONS - void Add_Value( + void Add_Value( Ce_id i_nId ); // INQUIRY @@ -87,13 +87,13 @@ class Enum : public CodeEntity, virtual const String & inq_LocalName() const; virtual Cid inq_Owner() const; - virtual Lid inq_Location() const; + virtual Lid inq_Location() const; // Interface ary::cpp::CppEntity virtual ClassId get_AryClass() const; // Interface ary::AryGroup - virtual Gid inq_Id_Group() const; + virtual Gid inq_Id_Group() const; virtual const cpp::CppEntity & inq_RE_Group() const; virtual const group::SlotList & @@ -102,10 +102,10 @@ class Enum : public CodeEntity, SlotAccessId i_nSlot ) const; // DATA - CeEssentials aEssentials; + CeEssentials aEssentials; SequentialIds<Ce_id> aValues; - E_Protection eProtection; + E_Protection eProtection; }; diff --git a/autodoc/inc/ary/cpp/c_enuval.hxx b/autodoc/inc/ary/cpp/c_enuval.hxx index 3ed523baa3f3..03da4b0c62fe 100644 --- a/autodoc/inc/ary/cpp/c_enuval.hxx +++ b/autodoc/inc/ary/cpp/c_enuval.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -71,13 +71,13 @@ class EnumValue : public CodeEntity virtual const String & inq_LocalName() const; virtual Cid inq_Owner() const; - virtual Lid inq_Location() const; + virtual Lid inq_Location() const; // Interface ary::cpp::CppEntity virtual ClassId get_AryClass() const; // DATA - CeEssentials aEssentials; + CeEssentials aEssentials; String sInitialisation; }; diff --git a/autodoc/inc/ary/cpp/c_funct.hxx b/autodoc/inc/ary/cpp/c_funct.hxx index 917ff823f151..55320a15b1d5 100644 --- a/autodoc/inc/ary/cpp/c_funct.hxx +++ b/autodoc/inc/ary/cpp/c_funct.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -108,7 +108,7 @@ class Function : public CodeEntity virtual const String & inq_LocalName() const; virtual Cid inq_Owner() const; - virtual Lid inq_Location() const; + virtual Lid inq_Location() const; // Interface ary::cpp::CppEntity virtual ClassId get_AryClass() const; @@ -118,12 +118,12 @@ class Function : public CodeEntity typedef std::vector<Type_id> ExceptionTypeList; // DATA - CeEssentials aEssentials; + CeEssentials aEssentials; List_TplParam aTemplateParameterTypes; OperationSignature aSignature; Type_id nReturnType; - E_Protection eProtection; - E_Virtuality eVirtuality; + E_Protection eProtection; + E_Virtuality eVirtuality; FunctionFlags aFlags; ParameterInfoList aParameterInfos; Dyn<ExceptionTypeList> diff --git a/autodoc/inc/ary/cpp/c_gate.hxx b/autodoc/inc/ary/cpp/c_gate.hxx index df0af5afbd19..d6b6e5932112 100644 --- a/autodoc/inc/ary/cpp/c_gate.hxx +++ b/autodoc/inc/ary/cpp/c_gate.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -90,7 +90,7 @@ class Gate RepositoryTitle() const = 0; virtual const CodeEntity * Search_RelatedCe( - Type_id i_type ) const = 0; + Type_id i_type ) const = 0; virtual const ::ary::cpp::CppEntity * Search_Entity( GlobalId i_id ) const = 0; diff --git a/autodoc/inc/ary/cpp/c_macro.hxx b/autodoc/inc/ary/cpp/c_macro.hxx index 8740c2e94015..735684788406 100644 --- a/autodoc/inc/ary/cpp/c_macro.hxx +++ b/autodoc/inc/ary/cpp/c_macro.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/cpp/c_namesp.hxx b/autodoc/inc/ary/cpp/c_namesp.hxx index d15c526394f3..deade56a87f7 100644 --- a/autodoc/inc/ary/cpp/c_namesp.hxx +++ b/autodoc/inc/ary/cpp/c_namesp.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -86,8 +86,8 @@ class Namespace : public CodeEntity, Namespace & i_rParent ); ~Namespace(); // OPERATIONS - void Add_LocalNamespace( - Namespace & io_rLocalNamespace ); + void Add_LocalNamespace( + Namespace & io_rLocalNamespace ); void Add_LocalClass( const String & i_sLocalName, Cid i_nId ); @@ -108,13 +108,13 @@ class Namespace : public CodeEntity, Cid i_nId ); // INQUIRY - virtual uintt Depth() const; - Namespace * Parent() const; + virtual uintt Depth() const; + Namespace * Parent() const; Ce_id Search_Child( const String & i_key ) const; - Namespace * Search_LocalNamespace( - const String & i_sLocalName ) const; + Namespace * Search_LocalNamespace( + const String & i_sLocalName ) const; uintt Get_SubNamespaces( std::vector< const Namespace* > & o_rResultList ) const; @@ -140,13 +140,13 @@ class Namespace : public CodeEntity, virtual const String & inq_LocalName() const; virtual Cid inq_Owner() const; - virtual Lid inq_Location() const; + virtual Lid inq_Location() const; // Interface ary::cpp::CppEntity virtual ClassId get_AryClass() const; // Interface AryGroup - virtual Gid inq_Id_Group() const; + virtual Gid inq_Id_Group() const; virtual const cpp::CppEntity & inq_RE_Group() const; virtual const ary::group::SlotList & @@ -157,7 +157,7 @@ class Namespace : public CodeEntity, typedef std::multimap<String, Ce_id> Map_Operations; // DATA - CeEssentials aEssentials; + CeEssentials aEssentials; node_t aAssignedNode; Map_NamespacePtr aLocalNamespaces; @@ -168,8 +168,8 @@ class Namespace : public CodeEntity, Map_LocalCe aLocalVariables; Map_LocalCe aLocalConstants; - Namespace * pParent; - uintt nDepth; + Namespace * pParent; + uintt nDepth; }; diff --git a/autodoc/inc/ary/cpp/c_osigna.hxx b/autodoc/inc/ary/cpp/c_osigna.hxx index 4434f65b877e..717763f29d36 100644 --- a/autodoc/inc/ary/cpp/c_osigna.hxx +++ b/autodoc/inc/ary/cpp/c_osigna.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -56,16 +56,16 @@ namespace cpp class OperationSignature { public: - typedef std::vector<Type_id> ParameterTypeList; + typedef std::vector<Type_id> ParameterTypeList; OperationSignature( ParameterTypeList i_parameterTypes, // Non const, because it will be swapped with aParameterTypes. E_ConVol i_conVol ); - bool operator==( + bool operator==( const OperationSignature & i_rSig ) const; - bool operator<( + bool operator<( const OperationSignature & i_rSig ) const; @@ -74,17 +74,17 @@ class OperationSignature Parameters() const; E_ConVol ConVol() const; - /** Compares the signatures by length an then by ids of + /** Compares the signatures by length an then by ids of parameter types. So the result is not always human reconstructable. @return like in strcmp(). */ - int Compare( + int Compare( const OperationSignature & i_rSig ) const; private: // DATA - ParameterTypeList aParameterTypes; + ParameterTypeList aParameterTypes; E_ConVol eConVol; }; diff --git a/autodoc/inc/ary/cpp/c_slntry.hxx b/autodoc/inc/ary/cpp/c_slntry.hxx index 3ce842494304..407375bd537e 100644 --- a/autodoc/inc/ary/cpp/c_slntry.hxx +++ b/autodoc/inc/ary/cpp/c_slntry.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -56,13 +56,13 @@ struct Less_NamespacePtr struct S_Classes_Base { - Type_id nId; - E_Protection eProtection; - E_Virtuality eVirtuality; + Type_id nId; + E_Protection eProtection; + E_Virtuality eVirtuality; String sComment; S_Classes_Base() - : nId(0), + : nId(0), eProtection(PROTECT_global), eVirtuality(VIRTUAL_none) // sComment diff --git a/autodoc/inc/ary/cpp/c_traits.hxx b/autodoc/inc/ary/cpp/c_traits.hxx index 060b0d2ea0ce..80390b155ec7 100644 --- a/autodoc/inc/ary/cpp/c_traits.hxx +++ b/autodoc/inc/ary/cpp/c_traits.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/cpp/c_tydef.hxx b/autodoc/inc/ary/cpp/c_tydef.hxx index eefbda569484..e9716c62344b 100644 --- a/autodoc/inc/ary/cpp/c_tydef.hxx +++ b/autodoc/inc/ary/cpp/c_tydef.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -74,15 +74,15 @@ class Typedef : public CodeEntity virtual const String & inq_LocalName() const; virtual Cid inq_Owner() const; - virtual Lid inq_Location() const; + virtual Lid inq_Location() const; // Interface ary::cpp::CppEntity virtual ClassId get_AryClass() const; // DATA - CeEssentials aEssentials; + CeEssentials aEssentials; Type_id nDescribingType; - E_Protection eProtection; + E_Protection eProtection; }; diff --git a/autodoc/inc/ary/cpp/c_type.hxx b/autodoc/inc/ary/cpp/c_type.hxx index 513ec0cefb5f..06f98d797bec 100644 --- a/autodoc/inc/ary/cpp/c_type.hxx +++ b/autodoc/inc/ary/cpp/c_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -58,7 +58,7 @@ namespace cpp -/** Base of all C++ types +/** Base of all C++ types */ class Type : public ::ary::Entity { @@ -72,7 +72,7 @@ class Type : public ::ary::Entity bool IsConst() const; void Get_Text( StreamStr & o_rOut, - const Gate & i_rGate ) const; + const Gate & i_rGate ) const; /** It is guaranteed, that the output is correct, also, if all three output-streams are the same instance. @@ -81,7 +81,7 @@ class Type : public ::ary::Entity StreamStr & o_rPreName, StreamStr & o_rName, StreamStr & o_rPostName, - const Gate & i_rGate ) const; + const Gate & i_rGate ) const; private: virtual Rid inq_RelatedCe() const; // Defaulted to 0. Implemented in c_builtintype.cxx. @@ -90,7 +90,7 @@ class Type : public ::ary::Entity StreamStr & o_rPreName, StreamStr & o_rName, StreamStr & o_rPostName, - const Gate & i_rGate ) const = 0; + const Gate & i_rGate ) const = 0; }; @@ -111,7 +111,7 @@ Type::IsConst() const inline void Type::Get_Text( StreamStr & o_rOut, - const Gate & i_rGate ) const + const Gate & i_rGate ) const { inq_Get_Text( o_rOut, o_rOut, o_rOut, i_rGate ); } @@ -120,7 +120,7 @@ inline void Type::Get_Text( StreamStr & o_rPreName, StreamStr & o_rName, StreamStr & o_rPostName, - const Gate & i_rGate ) const + const Gate & i_rGate ) const { inq_Get_Text( o_rPreName,o_rName,o_rPostName, i_rGate ); } diff --git a/autodoc/inc/ary/cpp/c_types4cpp.hxx b/autodoc/inc/ary/cpp/c_types4cpp.hxx index 2d39819ae458..22b141701946 100644 --- a/autodoc/inc/ary/cpp/c_types4cpp.hxx +++ b/autodoc/inc/ary/cpp/c_types4cpp.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/cpp/c_vari.hxx b/autodoc/inc/ary/cpp/c_vari.hxx index e8b2e442486e..b31f04a1ae63 100644 --- a/autodoc/inc/ary/cpp/c_vari.hxx +++ b/autodoc/inc/ary/cpp/c_vari.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -81,15 +81,15 @@ class Variable : public CodeEntity virtual const String & inq_LocalName() const; virtual Cid inq_Owner() const; - virtual Lid inq_Location() const; + virtual Lid inq_Location() const; // Interface ary::cpp::CppEntity virtual ClassId get_AryClass() const; // DATA - CeEssentials aEssentials; + CeEssentials aEssentials; Type_id nType; - E_Protection eProtection; + E_Protection eProtection; VariableFlags aFlags; String sArraySize; String sInitialisation; diff --git a/autodoc/inc/ary/cpp/c_vfflag.hxx b/autodoc/inc/ary/cpp/c_vfflag.hxx index c198dac67267..b94163d84534 100644 --- a/autodoc/inc/ary/cpp/c_vfflag.hxx +++ b/autodoc/inc/ary/cpp/c_vfflag.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -45,10 +45,10 @@ struct VariableFlags public: enum E_Flags { - f_static_local = 0x0001, - f_static_member = 0x0002, - f_extern = 0x0004, - f_mutable = 0x0008 + f_static_local = 0x0001, + f_static_member = 0x0002, + f_extern = 0x0004, + f_mutable = 0x0008 }; VariableFlags( @@ -57,15 +57,15 @@ struct VariableFlags void Reset() { nFlags = 0; } - void SetStaticLocal() { nFlags |= f_static_local; } - void SetStaticMember() { nFlags |= f_static_member; } - void SetExtern() { nFlags |= f_extern; } - void SetMutable() { nFlags |= f_mutable; } + void SetStaticLocal() { nFlags |= f_static_local; } + void SetStaticMember() { nFlags |= f_static_member; } + void SetExtern() { nFlags |= f_extern; } + void SetMutable() { nFlags |= f_mutable; } - bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } - bool IsStaticMember() const { return (nFlags & f_static_member) != 0; } - bool IsExtern() const { return (nFlags & f_extern) != 0; } - bool IsMutable() const { return (nFlags & f_mutable) != 0; } + bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } + bool IsStaticMember() const { return (nFlags & f_static_member) != 0; } + bool IsExtern() const { return (nFlags & f_extern) != 0; } + bool IsMutable() const { return (nFlags & f_mutable) != 0; } private: UINT16 nFlags; @@ -79,14 +79,14 @@ struct FunctionFlags public: enum E_Flags { - f_static_local = 0x0001, - f_static_member = 0x0002, - f_extern = 0x0004, - f_externC = 0x0008, - f_mutable = 0x0010, - f_inline = 0x0100, - f_register = 0x0200, - f_explicit = 0x0400 + f_static_local = 0x0001, + f_static_member = 0x0002, + f_extern = 0x0004, + f_externC = 0x0008, + f_mutable = 0x0010, + f_inline = 0x0100, + f_register = 0x0200, + f_explicit = 0x0400 }; FunctionFlags( @@ -104,22 +104,22 @@ struct FunctionFlags void Reset() { nFlags = 0; } - void SetStaticLocal() { nFlags |= f_static_local; } - void SetStaticMember() { nFlags |= f_static_member; } - void SetExtern() { nFlags |= f_extern; } - void SetExternC() { nFlags |= f_externC; } - void SetMutable() { nFlags |= f_mutable; } - void SetInline() { nFlags |= f_inline; } - void SetRegister() { nFlags |= f_register; } - void SetExplicit() { nFlags |= f_explicit; } - - bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } - bool IsStaticMember() const { return (nFlags & f_static_member) != 0; } - bool IsExtern() const { return (nFlags & f_extern) != 0; } - bool IsExternC() const { return (nFlags & f_externC) != 0; } - bool IsMutable() const { return (nFlags & f_mutable) != 0; } - bool IsInline() const { return (nFlags & f_inline) != 0; } - bool IsRegister() const { return (nFlags & f_register) != 0; } + void SetStaticLocal() { nFlags |= f_static_local; } + void SetStaticMember() { nFlags |= f_static_member; } + void SetExtern() { nFlags |= f_extern; } + void SetExternC() { nFlags |= f_externC; } + void SetMutable() { nFlags |= f_mutable; } + void SetInline() { nFlags |= f_inline; } + void SetRegister() { nFlags |= f_register; } + void SetExplicit() { nFlags |= f_explicit; } + + bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } + bool IsStaticMember() const { return (nFlags & f_static_member) != 0; } + bool IsExtern() const { return (nFlags & f_extern) != 0; } + bool IsExternC() const { return (nFlags & f_externC) != 0; } + bool IsMutable() const { return (nFlags & f_mutable) != 0; } + bool IsInline() const { return (nFlags & f_inline) != 0; } + bool IsRegister() const { return (nFlags & f_register) != 0; } bool IsExplicit() const { return (nFlags & f_explicit) != 0; } private: diff --git a/autodoc/inc/ary/cpp/cp_ce.hxx b/autodoc/inc/ary/cpp/cp_ce.hxx index cb86e44b17d4..ce612f0cfa4e 100644 --- a/autodoc/inc/ary/cpp/cp_ce.hxx +++ b/autodoc/inc/ary/cpp/cp_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -131,10 +131,10 @@ class CePilot GlobalNamespace() const = 0; virtual const CodeEntity & Find_Ce( - Ce_id i_id ) const = 0; + Ce_id i_id ) const = 0; virtual const CodeEntity * Search_Ce( - Ce_id i_id ) const = 0; + Ce_id i_id ) const = 0; /// It's assumed that i_rSearchedName is an absolute name. virtual const CodeEntity * diff --git a/autodoc/inc/ary/cpp/cp_def.hxx b/autodoc/inc/ary/cpp/cp_def.hxx index 8fd44074523b..64b9b245fdef 100644 --- a/autodoc/inc/ary/cpp/cp_def.hxx +++ b/autodoc/inc/ary/cpp/cp_def.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/cpp/cp_type.hxx b/autodoc/inc/ary/cpp/cp_type.hxx index edc536fcea71..c477b23ce2ba 100644 --- a/autodoc/inc/ary/cpp/cp_type.hxx +++ b/autodoc/inc/ary/cpp/cp_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -73,7 +73,7 @@ class TypePilot CheckIn_UsedType( const InputContext & i_context, - DYN UsedType & pass_type ) = 0; + DYN UsedType & pass_type ) = 0; // INQUIRY virtual const Type & Find_Type( diff --git a/autodoc/inc/ary/cpp/inpcontx.hxx b/autodoc/inc/ary/cpp/inpcontx.hxx index 9fea2e2053b7..7acc88d65df7 100644 --- a/autodoc/inc/ary/cpp/inpcontx.hxx +++ b/autodoc/inc/ary/cpp/inpcontx.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -130,7 +130,7 @@ class InputContext }; // LIFECYCLE - virtual ~InputContext() {} + virtual ~InputContext() {} // OPERATIONS diff --git a/autodoc/inc/ary/cpp/namechain.hxx b/autodoc/inc/ary/cpp/namechain.hxx index 9e85b4ee4b0d..d8894bbdd800 100644 --- a/autodoc/inc/ary/cpp/namechain.hxx +++ b/autodoc/inc/ary/cpp/namechain.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,30 +49,30 @@ class NameSegment { public: NameSegment( - const char * i_sName ); + const char * i_sName ); /** @precond MPT pTemplate. This cannot be used, except of inserting a new element in the segment list of ary::cpp::ut::NameChain. In that case, the template parameter list doe snot yet exist. */ NameSegment( - const NameSegment & i_rSeg ); + const NameSegment & i_rSeg ); ~NameSegment(); // OPERATIONS List_TplParameter & AddTemplate(); // INQUIRY - const String & Name() const; + const String & Name() const; /// @return as strcmp(). - intt Compare( - const NameSegment & i_rOther ) const; - void Get_Text_AsScope( + intt Compare( + const NameSegment & i_rOther ) const; + void Get_Text_AsScope( StreamStr & o_rOut, const ary::cpp::Gate & i_rGate ) const; - void Get_Text_AsMainType( + void Get_Text_AsMainType( StreamStr & o_rName, StreamStr & o_rPostName, const ary::cpp::Gate & @@ -80,7 +80,7 @@ class NameSegment NameSegment& operator=(const NameSegment&); private: - String sName; + String sName; Dyn<List_TplParameter> pTemplate; }; @@ -96,7 +96,7 @@ class NameChain // OPERATIONS void Add_Segment( - const char * i_sSeg ); + const char * i_sSeg ); /** @precond aSegments.size() > 0. Which means: Add_Segment() has to be called at least once before. */ @@ -106,13 +106,13 @@ class NameChain const_iterator begin() const { return aSegments.begin(); } const_iterator end() const { return aSegments.end(); } - /// @return like strcmp. - intt Compare( - const NameChain & i_rChain ) const; + /// @return like strcmp. + intt Compare( + const NameChain & i_rChain ) const; /// @ATTENTION Return value is volatile. Not reentrance enabled. - const String & LastSegment() const; + const String & LastSegment() const; - void Get_Text( + void Get_Text( StreamStr & o_rPreName, StreamStr & o_rName, StreamStr & o_rPostName, diff --git a/autodoc/inc/ary/cpp/usedtype.hxx b/autodoc/inc/ary/cpp/usedtype.hxx index b7f6d68ac4cc..68b1297b9d9d 100644 --- a/autodoc/inc/ary/cpp/usedtype.hxx +++ b/autodoc/inc/ary/cpp/usedtype.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -65,7 +65,7 @@ class UsedType : public Type public: enum E_ClassId { class_id = 1203 }; - explicit UsedType( + explicit UsedType( Ce_id i_scope ); ~UsedType(); // OPERATORS @@ -138,7 +138,7 @@ class UsedType : public Type const ary::cpp::Gate & i_rGate ) const; // Local - typedef std::vector< ary::cpp::E_ConVol > PtrLevelVector; + typedef std::vector< ary::cpp::E_ConVol > PtrLevelVector; uintt PtrLevel() const { return uintt(aPtrLevels.size()); } Ce_id RecursiveSearchCe_InBaseClassesOf( @@ -159,14 +159,14 @@ class UsedType : public Type // DATA ut::NameChain aPath; - PtrLevelVector aPtrLevels; + PtrLevelVector aPtrLevels; ary::cpp::E_ConVol eConVol_Type; bool bIsReference; bool bIsAbsolute; - bool bRefers2BuiltInType; + bool bRefers2BuiltInType; E_TypeSpecialisation eTypeSpecialisation; - Ce_id nRelatedCe; + Ce_id nRelatedCe; /// Namespace or class scope where the type occurred. Ce_id nScope; @@ -193,12 +193,12 @@ class List_TplParameter const ary::cpp::Gate & i_rGate ) const; /// @return as strcmp(). - intt Compare( + intt Compare( const List_TplParameter & i_rOther ) const; private: - typedef std::vector< DYN TemplateParameter * > Vector_TplArgument; + typedef std::vector< DYN TemplateParameter * > Vector_TplArgument; Vector_TplArgument aTplParameters; }; diff --git a/autodoc/inc/ary/doc/d_boolean.hxx b/autodoc/inc/ary/doc/d_boolean.hxx index 1bf7bc3e307e..00bab2a1b978 100644 --- a/autodoc/inc/ary/doc/d_boolean.hxx +++ b/autodoc/inc/ary/doc/d_boolean.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,9 +49,9 @@ class Boolean : public Node { public: // LIFECYCLE - explicit Boolean( + explicit Boolean( nodetype::id i_type ); - virtual ~Boolean(); + virtual ~Boolean(); // OPERATIONS void Set( @@ -64,7 +64,7 @@ class Boolean : public Node virtual void do_Accept( csv::ProcessorIfc & io_processor ) const; // DATA - bool b; + bool b; }; diff --git a/autodoc/inc/ary/doc/d_docu.hxx b/autodoc/inc/ary/doc/d_docu.hxx index 8469d9646220..a5de97b78e36 100644 --- a/autodoc/inc/ary/doc/d_docu.hxx +++ b/autodoc/inc/ary/doc/d_docu.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/doc/d_node.hxx b/autodoc/inc/ary/doc/d_node.hxx index 8dd96b8f657b..a1d2a28ff30c 100644 --- a/autodoc/inc/ary/doc/d_node.hxx +++ b/autodoc/inc/ary/doc/d_node.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -54,7 +54,7 @@ class Node : public csv::ConstProcessorClient { public: // LIFECYCLE - virtual ~Node(); + virtual ~Node(); // OPERATIONS void Add_toChain( diff --git a/autodoc/inc/ary/doc/d_oldcppdocu.hxx b/autodoc/inc/ary/doc/d_oldcppdocu.hxx index 0429ab312d66..f3971ede6626 100644 --- a/autodoc/inc/ary/doc/d_oldcppdocu.hxx +++ b/autodoc/inc/ary/doc/d_oldcppdocu.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -63,38 +63,38 @@ namespace doc class OldCppDocu : public Node { public: - typedef std::vector< DYN AtTag * > TagList; + typedef std::vector< DYN AtTag * > TagList; // LIFECYCLE OldCppDocu(); - virtual ~OldCppDocu(); + virtual ~OldCppDocu(); - void Store2( + void Store2( info::DocuStore & o_rDocuStore ); - virtual AtTag * Create_StdTag( - E_AtTagId i_eId ); - virtual AtTag * CheckIn_BaseTag(); - virtual AtTag * CheckIn_ExceptionTag(); - virtual AtTag * Create_ImplementsTag(); - virtual AtTag * Create_KeywordTag(); - virtual AtTag * CheckIn_ParameterTag(); - virtual AtTag * CheckIn_SeeTag(); - virtual AtTag * CheckIn_TemplateTag(); - virtual AtTag * Create_LabelTag(); - virtual AtTag * Create_DefaultTag(); - virtual AtTag * Create_SinceTag(); /// @return always the first one created. + virtual AtTag * Create_StdTag( + E_AtTagId i_eId ); + virtual AtTag * CheckIn_BaseTag(); + virtual AtTag * CheckIn_ExceptionTag(); + virtual AtTag * Create_ImplementsTag(); + virtual AtTag * Create_KeywordTag(); + virtual AtTag * CheckIn_ParameterTag(); + virtual AtTag * CheckIn_SeeTag(); + virtual AtTag * CheckIn_TemplateTag(); + virtual AtTag * Create_LabelTag(); + virtual AtTag * Create_DefaultTag(); + virtual AtTag * Create_SinceTag(); /// @return always the first one created. virtual void Replace_AtShort_By_AtDescr(); - virtual void Set_Obsolete(); - virtual void Set_Internal(); - virtual void Set_Interface() { bIsInterface = true; } + virtual void Set_Obsolete(); + virtual void Set_Internal(); + virtual void Set_Interface() { bIsInterface = true; } // INQUIRY - const TagList & Tags() const { return aTags; } + const TagList & Tags() const { return aTags; } const AtTag & Short() const; - bool IsObsolete() const { return bIsObsolete; } + bool IsObsolete() const { return bIsObsolete; } virtual bool IsInternal() const; virtual bool IsInterface() const; @@ -109,18 +109,18 @@ class OldCppDocu : public Node The index of this new AtTag is inserted in nTags at position i_nIndex. */ - AtTag * & NewTag( - UINT8 i_nIndex ); + AtTag * & NewTag( + UINT8 i_nIndex ); /** Returns the Tag with the position nTags[i_nIndex] in aTags. */ AtTag & GetTag( - UINT8 i_nIndex ); + UINT8 i_nIndex ); - TagList aTags; - bool bIsObsolete; - bool bIsInternal; - bool bIsInterface; + TagList aTags; + bool bIsObsolete; + bool bIsInternal; + bool bIsInterface; }; diff --git a/autodoc/inc/ary/doc/d_oldidldocu.hxx b/autodoc/inc/ary/doc/d_oldidldocu.hxx index 542711784973..d99b761223c2 100644 --- a/autodoc/inc/ary/doc/d_oldidldocu.hxx +++ b/autodoc/inc/ary/doc/d_oldidldocu.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/doc/d_parametrized.hxx b/autodoc/inc/ary/doc/d_parametrized.hxx index 78659e701441..edb9e0047433 100644 --- a/autodoc/inc/ary/doc/d_parametrized.hxx +++ b/autodoc/inc/ary/doc/d_parametrized.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -46,10 +46,10 @@ class Parametrized : public Node { public: // LIFECYCLE - explicit Parametrized( + explicit Parametrized( nodetype::id i_id, T i_Parameter ); - virtual ~Parametrized(); + virtual ~Parametrized(); // INQUIRY const HyperText & Doc() const; diff --git a/autodoc/inc/ary/doc/d_types4doc.hxx b/autodoc/inc/ary/doc/d_types4doc.hxx index dbf614af6c56..828197171198 100644 --- a/autodoc/inc/ary/doc/d_types4doc.hxx +++ b/autodoc/inc/ary/doc/d_types4doc.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/doc/ht/dht_interpreter.hxx b/autodoc/inc/ary/doc/ht/dht_interpreter.hxx index 874f3425bf48..bef258889b08 100644 --- a/autodoc/inc/ary/doc/ht/dht_interpreter.hxx +++ b/autodoc/inc/ary/doc/ht/dht_interpreter.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -46,13 +46,13 @@ namespace ht class Interpreter { public: - virtual ~Interpreter() {} + virtual ~Interpreter() {} void Accept( Processor & io_processor, const String & i_data ) const; private: - virtual void do_Accept( + virtual void do_Accept( Processor & io_processor, const String & i_data ) const = 0; }; diff --git a/autodoc/inc/ary/entity.hxx b/autodoc/inc/ary/entity.hxx index 85ecc26a49a0..305704a6545b 100644 --- a/autodoc/inc/ary/entity.hxx +++ b/autodoc/inc/ary/entity.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/getncast.hxx b/autodoc/inc/ary/getncast.hxx index cc5a0afbfd65..bff694694204 100644 --- a/autodoc/inc/ary/getncast.hxx +++ b/autodoc/inc/ary/getncast.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_attribute.hxx b/autodoc/inc/ary/idl/i_attribute.hxx index 42686e22e330..2dd964dcb7ef 100644 --- a/autodoc/inc/ary/idl/i_attribute.hxx +++ b/autodoc/inc/ary/idl/i_attribute.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_ce.hxx b/autodoc/inc/ary/idl/i_ce.hxx index e2d0dce21007..51d0c02f0773 100644 --- a/autodoc/inc/ary/idl/i_ce.hxx +++ b/autodoc/inc/ary/idl/i_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_ce2s.hxx b/autodoc/inc/ary/idl/i_ce2s.hxx index fa662a48c223..c490980e6a03 100644 --- a/autodoc/inc/ary/idl/i_ce2s.hxx +++ b/autodoc/inc/ary/idl/i_ce2s.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_comrela.hxx b/autodoc/inc/ary/idl/i_comrela.hxx index 424431fed783..47afcc177235 100644 --- a/autodoc/inc/ary/idl/i_comrela.hxx +++ b/autodoc/inc/ary/idl/i_comrela.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_constant.hxx b/autodoc/inc/ary/idl/i_constant.hxx index 3e850680427a..7622dbf50a0a 100644 --- a/autodoc/inc/ary/idl/i_constant.hxx +++ b/autodoc/inc/ary/idl/i_constant.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_constgroup.hxx b/autodoc/inc/ary/idl/i_constgroup.hxx index 7b9d90b35116..29c8c8219e4b 100644 --- a/autodoc/inc/ary/idl/i_constgroup.hxx +++ b/autodoc/inc/ary/idl/i_constgroup.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_enum.hxx b/autodoc/inc/ary/idl/i_enum.hxx index b53147e459ae..ce2e55105735 100644 --- a/autodoc/inc/ary/idl/i_enum.hxx +++ b/autodoc/inc/ary/idl/i_enum.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_enumvalue.hxx b/autodoc/inc/ary/idl/i_enumvalue.hxx index 56dc39b86ebd..5dbdedf4d860 100644 --- a/autodoc/inc/ary/idl/i_enumvalue.hxx +++ b/autodoc/inc/ary/idl/i_enumvalue.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_exception.hxx b/autodoc/inc/ary/idl/i_exception.hxx index 0c2658dbbc33..300d7addbacc 100644 --- a/autodoc/inc/ary/idl/i_exception.hxx +++ b/autodoc/inc/ary/idl/i_exception.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_function.hxx b/autodoc/inc/ary/idl/i_function.hxx index 43fd91dfa501..ad5a7474ceb7 100644 --- a/autodoc/inc/ary/idl/i_function.hxx +++ b/autodoc/inc/ary/idl/i_function.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_gate.hxx b/autodoc/inc/ary/idl/i_gate.hxx index 59595743aa91..2166de1df48f 100644 --- a/autodoc/inc/ary/idl/i_gate.hxx +++ b/autodoc/inc/ary/idl/i_gate.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_interface.hxx b/autodoc/inc/ary/idl/i_interface.hxx index bcf92b287bb4..f6f9f0648083 100644 --- a/autodoc/inc/ary/idl/i_interface.hxx +++ b/autodoc/inc/ary/idl/i_interface.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_module.hxx b/autodoc/inc/ary/idl/i_module.hxx index 0e7c0300a872..47a1d194a8c1 100644 --- a/autodoc/inc/ary/idl/i_module.hxx +++ b/autodoc/inc/ary/idl/i_module.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_namelookup.hxx b/autodoc/inc/ary/idl/i_namelookup.hxx index b4066a64ab4f..e52b2ba33100 100644 --- a/autodoc/inc/ary/idl/i_namelookup.hxx +++ b/autodoc/inc/ary/idl/i_namelookup.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_param.hxx b/autodoc/inc/ary/idl/i_param.hxx index f504713a6828..3ce69a9c80c6 100644 --- a/autodoc/inc/ary/idl/i_param.hxx +++ b/autodoc/inc/ary/idl/i_param.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_property.hxx b/autodoc/inc/ary/idl/i_property.hxx index 7a8bf026034f..5767249a500d 100644 --- a/autodoc/inc/ary/idl/i_property.hxx +++ b/autodoc/inc/ary/idl/i_property.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_service.hxx b/autodoc/inc/ary/idl/i_service.hxx index 50d13583f380..0e1574e59e45 100644 --- a/autodoc/inc/ary/idl/i_service.hxx +++ b/autodoc/inc/ary/idl/i_service.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_singleton.hxx b/autodoc/inc/ary/idl/i_singleton.hxx index c264b3efa2f2..617fb1e7f89a 100644 --- a/autodoc/inc/ary/idl/i_singleton.hxx +++ b/autodoc/inc/ary/idl/i_singleton.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_siservice.hxx b/autodoc/inc/ary/idl/i_siservice.hxx index bdfe987d6827..2729e87ab052 100644 --- a/autodoc/inc/ary/idl/i_siservice.hxx +++ b/autodoc/inc/ary/idl/i_siservice.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_sisingleton.hxx b/autodoc/inc/ary/idl/i_sisingleton.hxx index 3ddcbede3332..5e1d7cedf8ee 100644 --- a/autodoc/inc/ary/idl/i_sisingleton.hxx +++ b/autodoc/inc/ary/idl/i_sisingleton.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_struct.hxx b/autodoc/inc/ary/idl/i_struct.hxx index d118d18ba4f1..d713a3c5d636 100644 --- a/autodoc/inc/ary/idl/i_struct.hxx +++ b/autodoc/inc/ary/idl/i_struct.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_structelem.hxx b/autodoc/inc/ary/idl/i_structelem.hxx index 98e8a1018093..d992f6b7e903 100644 --- a/autodoc/inc/ary/idl/i_structelem.hxx +++ b/autodoc/inc/ary/idl/i_structelem.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_traits.hxx b/autodoc/inc/ary/idl/i_traits.hxx index b8077ce5194e..285fe711e9bf 100644 --- a/autodoc/inc/ary/idl/i_traits.hxx +++ b/autodoc/inc/ary/idl/i_traits.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_type.hxx b/autodoc/inc/ary/idl/i_type.hxx index 436ee1fab330..086ac3fbc835 100644 --- a/autodoc/inc/ary/idl/i_type.hxx +++ b/autodoc/inc/ary/idl/i_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_typedef.hxx b/autodoc/inc/ary/idl/i_typedef.hxx index 228e097ca136..1ebf900ecc0f 100644 --- a/autodoc/inc/ary/idl/i_typedef.hxx +++ b/autodoc/inc/ary/idl/i_typedef.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/i_types4idl.hxx b/autodoc/inc/ary/idl/i_types4idl.hxx index f4b3d5224902..b77b31546196 100644 --- a/autodoc/inc/ary/idl/i_types4idl.hxx +++ b/autodoc/inc/ary/idl/i_types4idl.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_attribute.hxx b/autodoc/inc/ary/idl/ik_attribute.hxx index d0e96c9131d5..491217a0d2b3 100644 --- a/autodoc/inc/ary/idl/ik_attribute.hxx +++ b/autodoc/inc/ary/idl/ik_attribute.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_ce.hxx b/autodoc/inc/ary/idl/ik_ce.hxx index 7a82402fc9f0..b89be43a5c43 100644 --- a/autodoc/inc/ary/idl/ik_ce.hxx +++ b/autodoc/inc/ary/idl/ik_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_constant.hxx b/autodoc/inc/ary/idl/ik_constant.hxx index a19bfc0af2d5..c2c101ad7861 100644 --- a/autodoc/inc/ary/idl/ik_constant.hxx +++ b/autodoc/inc/ary/idl/ik_constant.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -59,14 +59,14 @@ struct attr: public ifc_ce::attr }; struct xref : public ifc_ce::xref -{ +{ }; struct doc : public ifc_ce::doc { }; - - + + } // namespace ifc_constant } // namespace idl diff --git a/autodoc/inc/ary/idl/ik_constgroup.hxx b/autodoc/inc/ary/idl/ik_constgroup.hxx index 460386d5734c..e8b793daa9d5 100644 --- a/autodoc/inc/ary/idl/ik_constgroup.hxx +++ b/autodoc/inc/ary/idl/ik_constgroup.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_enum.hxx b/autodoc/inc/ary/idl/ik_enum.hxx index 2523b9a8a805..9396d2a43d4a 100644 --- a/autodoc/inc/ary/idl/ik_enum.hxx +++ b/autodoc/inc/ary/idl/ik_enum.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -58,7 +58,7 @@ struct attr: public ifc_ce::attr struct xref : public ifc_ce::xref { - static void Get_SynonymTypedefs( + static void Get_SynonymTypedefs( Dyn_CeIterator & o_result, const CodeEntity & i_ce ); static void Get_AsReturns( diff --git a/autodoc/inc/ary/idl/ik_enumvalue.hxx b/autodoc/inc/ary/idl/ik_enumvalue.hxx index 26f7557a92f8..a40f4f62e072 100644 --- a/autodoc/inc/ary/idl/ik_enumvalue.hxx +++ b/autodoc/inc/ary/idl/ik_enumvalue.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -57,14 +57,14 @@ struct attr: public ifc_ce::attr }; struct xref : public ifc_ce::xref -{ +{ }; struct doc : public ifc_ce::doc { }; - - + + } // namespace ifc_enumvalue } // namespace idl diff --git a/autodoc/inc/ary/idl/ik_exception.hxx b/autodoc/inc/ary/idl/ik_exception.hxx index ab1f19540898..b4402f4dca0e 100644 --- a/autodoc/inc/ary/idl/ik_exception.hxx +++ b/autodoc/inc/ary/idl/ik_exception.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_function.hxx b/autodoc/inc/ary/idl/ik_function.hxx index fb57bd036ed0..00ab8bd7c64a 100644 --- a/autodoc/inc/ary/idl/ik_function.hxx +++ b/autodoc/inc/ary/idl/ik_function.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -77,11 +77,11 @@ struct xref : public ifc_ce::xref struct doc : public ifc_ce::doc { -// aStateMachine.AddToken( "@param", nTok_at_param, A_nAtTagDefStatus, finAtTag ); -// aStateMachine.AddToken( "@throws", nTok_at_throws, A_nAtTagDefStatus, finAtTag ); -// aStateMachine.AddToken( "@exception", -// aStateMachine.AddToken( "@return", nTok_at_return, A_nAtTagDefStatus, finAtTag ); -// aStateMachine.AddToken( "@returns", nTok_at_return, A_nAtTagDefStatus, finAtTag ); +// aStateMachine.AddToken( "@param", nTok_at_param, A_nAtTagDefStatus, finAtTag ); +// aStateMachine.AddToken( "@throws", nTok_at_throws, A_nAtTagDefStatus, finAtTag ); +// aStateMachine.AddToken( "@exception", +// aStateMachine.AddToken( "@return", nTok_at_return, A_nAtTagDefStatus, finAtTag ); +// aStateMachine.AddToken( "@returns", nTok_at_return, A_nAtTagDefStatus, finAtTag ); }; diff --git a/autodoc/inc/ary/idl/ik_interface.hxx b/autodoc/inc/ary/idl/ik_interface.hxx index 9ef89066dea6..d1bbab9795d4 100644 --- a/autodoc/inc/ary/idl/ik_interface.hxx +++ b/autodoc/inc/ary/idl/ik_interface.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_module.hxx b/autodoc/inc/ary/idl/ik_module.hxx index 6b64582fbf01..172a4e7c95a3 100644 --- a/autodoc/inc/ary/idl/ik_module.hxx +++ b/autodoc/inc/ary/idl/ik_module.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -41,22 +41,22 @@ namespace ary { namespace idl -{ +{ class CePilot; - + namespace ifc_module -{ +{ using ifc_ce::Dyn_CeIterator; using ifc_ce::DocText; - + struct attr : public ifc_ce::attr -{ - // KORR_FUTURE +{ + // KORR_FUTURE // This has to be changed that way, that the differencing takes place - // within hfi_module.cxx and not here. + // within hfi_module.cxx and not here. // So the class CePilot is not needed here, etc. // Too much scope pollution. static void Get_AllChildrenSeparated( @@ -67,7 +67,7 @@ struct attr : public ifc_ce::attr std::vector< const CodeEntity* > & o_exceptions, std::vector< const CodeEntity* > & o_enums, std::vector< const CodeEntity* > & o_typedefs, - std::vector< const CodeEntity* > & o_constantGroups, + std::vector< const CodeEntity* > & o_constantGroups, std::vector< const CodeEntity* > & o_singletons, const CePilot & i_pilot, const CodeEntity & i_ce ); diff --git a/autodoc/inc/ary/idl/ik_property.hxx b/autodoc/inc/ary/idl/ik_property.hxx index ece8489454e1..d8e7a5a8be04 100644 --- a/autodoc/inc/ary/idl/ik_property.hxx +++ b/autodoc/inc/ary/idl/ik_property.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -73,14 +73,14 @@ struct attr: public ifc_ce::attr }; struct xref : public ifc_ce::xref -{ +{ }; struct doc : public ifc_ce::doc { }; - - + + } // namespace ifc_property } // namespace idl diff --git a/autodoc/inc/ary/idl/ik_service.hxx b/autodoc/inc/ary/idl/ik_service.hxx index 552f32bd3bcf..f5e5264ac436 100644 --- a/autodoc/inc/ary/idl/ik_service.hxx +++ b/autodoc/inc/ary/idl/ik_service.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -66,7 +66,7 @@ struct attr: public ifc_ce::attr }; struct xref : public ifc_ce::xref -{ +{ static void Get_IncludingServices( Dyn_CeIterator & o_result, const CodeEntity & i_ce ); @@ -78,10 +78,10 @@ struct xref : public ifc_ce::xref struct doc : public ifc_ce::doc { }; - - -} // namespace ifc_service - + + +} // namespace ifc_service + } // namespace idl } // namespace ary diff --git a/autodoc/inc/ary/idl/ik_singleton.hxx b/autodoc/inc/ary/idl/ik_singleton.hxx index 9c8186a97e70..a0c52008791d 100644 --- a/autodoc/inc/ary/idl/ik_singleton.hxx +++ b/autodoc/inc/ary/idl/ik_singleton.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -57,16 +57,16 @@ struct attr: public ifc_ce::attr }; struct xref : public ifc_ce::xref -{ +{ }; struct doc : public ifc_ce::doc { }; - - -} // namespace ifc_singleton - + + +} // namespace ifc_singleton + } // namespace idl } // namespace ary diff --git a/autodoc/inc/ary/idl/ik_siservice.hxx b/autodoc/inc/ary/idl/ik_siservice.hxx index 3534fef5d9ea..01412044497e 100644 --- a/autodoc/inc/ary/idl/ik_siservice.hxx +++ b/autodoc/inc/ary/idl/ik_siservice.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_sisingleton.hxx b/autodoc/inc/ary/idl/ik_sisingleton.hxx index 46f033351120..dbde2eea7b46 100644 --- a/autodoc/inc/ary/idl/ik_sisingleton.hxx +++ b/autodoc/inc/ary/idl/ik_sisingleton.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ik_struct.hxx b/autodoc/inc/ary/idl/ik_struct.hxx index 79d7c1f39dd2..2e42d1f7851b 100644 --- a/autodoc/inc/ary/idl/ik_struct.hxx +++ b/autodoc/inc/ary/idl/ik_struct.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -64,7 +64,7 @@ struct xref : public ifc_ce::xref static void Get_Derivations( Dyn_CeIterator & o_result, const CodeEntity & i_ce ); - static void Get_SynonymTypedefs( + static void Get_SynonymTypedefs( Dyn_CeIterator & o_result, const CodeEntity & i_ce ); static void Get_AsReturns( diff --git a/autodoc/inc/ary/idl/ik_structelem.hxx b/autodoc/inc/ary/idl/ik_structelem.hxx index 235008fc7446..631d5c6e8363 100644 --- a/autodoc/inc/ary/idl/ik_structelem.hxx +++ b/autodoc/inc/ary/idl/ik_structelem.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -56,14 +56,14 @@ struct attr: public ifc_ce::attr }; struct xref : public ifc_ce::xref -{ +{ }; struct doc : public ifc_ce::doc { }; - - + + } // namespace ifc_structelement } // namespace idl diff --git a/autodoc/inc/ary/idl/ik_typedef.hxx b/autodoc/inc/ary/idl/ik_typedef.hxx index 856928223034..ddccd46dd0d3 100644 --- a/autodoc/inc/ary/idl/ik_typedef.hxx +++ b/autodoc/inc/ary/idl/ik_typedef.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -57,7 +57,7 @@ struct attr: public ifc_ce::attr struct xref : public ifc_ce::xref { - static void Get_SynonymTypedefs( + static void Get_SynonymTypedefs( Dyn_CeIterator & o_result, const CodeEntity & i_ce ); static void Get_AsReturns( diff --git a/autodoc/inc/ary/idl/ip_ce.hxx b/autodoc/inc/ary/idl/ip_ce.hxx index a1d4990c4cb5..20698ec40ac3 100644 --- a/autodoc/inc/ary/idl/ip_ce.hxx +++ b/autodoc/inc/ary/idl/ip_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/idl/ip_type.hxx b/autodoc/inc/ary/idl/ip_type.hxx index a4f070b78c81..b3839b3a929b 100644 --- a/autodoc/inc/ary/idl/ip_type.hxx +++ b/autodoc/inc/ary/idl/ip_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/info/all_dts.hxx b/autodoc/inc/ary/info/all_dts.hxx index 2508248f860f..b92e4951a67e 100644 --- a/autodoc/inc/ary/info/all_dts.hxx +++ b/autodoc/inc/ary/info/all_dts.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ class DocuDisplay; class DocuToken { public: - virtual ~DocuToken() {} + virtual ~DocuToken() {} void StoreAt( DocuDisplay & o_rDisplay ) const; @@ -63,8 +63,8 @@ class DT_Text : public DocuToken { public: DT_Text( - const char * i_sText ) - : sText( i_sText ) {} + const char * i_sText ) + : sText( i_sText ) {} const String & Text() const { return sText; } @@ -73,17 +73,17 @@ class DT_Text : public DocuToken DocuDisplay & o_rDisplay ) const; virtual bool inq_IsWhite() const; - String sText; + String sText; }; class DT_MaybeLink : public DocuToken { public: DT_MaybeLink( - const char * i_sText, + const char * i_sText, bool i_bIsGlobal, bool i_bIsFunction ) - : sText( i_sText ), + : sText( i_sText ), bIsGlobal(i_bIsGlobal), bIsFunction(i_bIsFunction) { } @@ -96,7 +96,7 @@ class DT_MaybeLink : public DocuToken DocuDisplay & o_rDisplay ) const; virtual bool inq_IsWhite() const; - String sText; + String sText; bool bIsGlobal; bool bIsFunction; }; @@ -105,8 +105,8 @@ class DT_Whitespace : public DocuToken { public: DT_Whitespace( - UINT8 i_nLength ) - : nLength( i_nLength ) {} + UINT8 i_nLength ) + : nLength( i_nLength ) {} UINT8 Length() const { return nLength; } private: @@ -114,7 +114,7 @@ class DT_Whitespace : public DocuToken DocuDisplay & o_rDisplay ) const; virtual bool inq_IsWhite() const; - UINT8 nLength; + UINT8 nLength; }; @@ -129,8 +129,8 @@ class DT_Xml : public DocuToken { public: DT_Xml( - const char * i_sText ) - : sText( i_sText ) {} + const char * i_sText ) + : sText( i_sText ) {} const String & Text() const { return sText; } @@ -139,7 +139,7 @@ class DT_Xml : public DocuToken DocuDisplay & o_rDisplay ) const; virtual bool inq_IsWhite() const; - String sText; + String sText; }; diff --git a/autodoc/inc/ary/info/all_tags.hxx b/autodoc/inc/ary/info/all_tags.hxx index 79bb4de3bc1e..5dfd69d98f57 100644 --- a/autodoc/inc/ary/info/all_tags.hxx +++ b/autodoc/inc/ary/info/all_tags.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -52,28 +52,28 @@ class StdTag : public AtTag { public: StdTag( - E_AtTagId i_eId ); + E_AtTagId i_eId ); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); void ChangeId2( - E_AtTagId i_eId ) + E_AtTagId i_eId ) { eId = i_eId; } - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); E_AtTagId Std_Id() const { return eId; } private: virtual void do_StoreAt( DocuDisplay & o_rDisplay ) const; - virtual DocuText * Text(); + virtual DocuText * Text(); - E_AtTagId eId; - DocuText aText; - StdTag * pNext; + E_AtTagId eId; + DocuText aText; + StdTag * pNext; }; class BaseTag : public AtTag @@ -81,20 +81,20 @@ class BaseTag : public AtTag public: BaseTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); virtual const char * Title() const; - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); private: - virtual DocuText * Text(); + virtual DocuText * Text(); - QualifiedName sBase; - DocuText aText; - AtTag * pNext; + QualifiedName sBase; + DocuText aText; + AtTag * pNext; }; class ExceptionTag : public AtTag @@ -102,20 +102,20 @@ class ExceptionTag : public AtTag public: ExceptionTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); virtual const char * Title() const; - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); private: - virtual DocuText * Text(); + virtual DocuText * Text(); - QualifiedName sException; - DocuText aText; - AtTag * pNext; + QualifiedName sException; + DocuText aText; + AtTag * pNext; }; class ImplementsTag : public AtTag @@ -123,19 +123,19 @@ class ImplementsTag : public AtTag public: ImplementsTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); virtual const char * Title() const; - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); private: - virtual DocuText * Text(); + virtual DocuText * Text(); - QualifiedName sName; - AtTag * pNext; + QualifiedName sName; + AtTag * pNext; }; class KeywordTag : public AtTag @@ -143,18 +143,18 @@ class KeywordTag : public AtTag public: KeywordTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); virtual const char * Title() const; - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); private: - virtual DocuText * Text(); + virtual DocuText * Text(); - StringVector sKeys; + StringVector sKeys; }; class ParameterTag : public AtTag @@ -162,26 +162,26 @@ class ParameterTag : public AtTag public: ParameterTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); const String & ParamName() const { return sName; } - const DocuText & CText() const { return aText; } - virtual UINT8 NrOfSpecialMeaningTokens() const; + const DocuText & CText() const { return aText; } + virtual UINT8 NrOfSpecialMeaningTokens() const; virtual const ParameterTag * GetNext() const { return dynamic_cast< ParameterTag* >(pNext); } - virtual AtTag * GetFollower(); + virtual AtTag * GetFollower(); private: virtual void do_StoreAt( DocuDisplay & o_rDisplay ) const; - virtual DocuText * Text(); + virtual DocuText * Text(); - String sName; + String sName; String sValidRange; - DocuText aText; - AtTag * pNext; + DocuText aText; + AtTag * pNext; }; class SeeTag : public AtTag @@ -189,20 +189,20 @@ class SeeTag : public AtTag public: SeeTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); virtual const char * Title() const; - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); const std::vector< QualifiedName > & References() const { return sReferences; } private: virtual void do_StoreAt( DocuDisplay & o_rDisplay ) const; - virtual DocuText * Text(); + virtual DocuText * Text(); std::vector< QualifiedName > sReferences; @@ -213,26 +213,26 @@ class TemplateTag : public AtTag public: TemplateTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); - const DocuText & CText() const { return aText; } + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); + const DocuText & CText() const { return aText; } virtual const char * Title() const; const String & TplParamName() const { return sName; } - virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual UINT8 NrOfSpecialMeaningTokens() const; virtual const TemplateTag * GetNext() const { return dynamic_cast< TemplateTag* >(pNext); } - virtual AtTag * GetFollower(); + virtual AtTag * GetFollower(); private: virtual void do_StoreAt( DocuDisplay & o_rDisplay ) const; - virtual DocuText * Text(); + virtual DocuText * Text(); - String sName; - DocuText aText; - AtTag * pNext; + String sName; + DocuText aText; + AtTag * pNext; }; class LabelTag : public AtTag @@ -240,16 +240,16 @@ class LabelTag : public AtTag public: LabelTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); virtual const char * Title() const; - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); private: - virtual DocuText * Text(); + virtual DocuText * Text(); String sLabel; }; @@ -259,20 +259,20 @@ class SinceTag : public AtTag public: SinceTag(); - virtual bool Add_SpecialMeaningToken( - const char * i_sText, - intt i_nNr ); + virtual bool Add_SpecialMeaningToken( + const char * i_sText, + intt i_nNr ); virtual const char * Title() const; - virtual UINT8 NrOfSpecialMeaningTokens() const; - virtual AtTag * GetFollower(); + virtual UINT8 NrOfSpecialMeaningTokens() const; + virtual AtTag * GetFollower(); const String & Version() const { return sVersion; } private: virtual void do_StoreAt( DocuDisplay & o_rDisplay ) const; - virtual DocuText * Text(); + virtual DocuText * Text(); // Data String sVersion; diff --git a/autodoc/inc/ary/info/ci_attag.hxx b/autodoc/inc/ary/info/ci_attag.hxx index 720e6014bce5..39d037c2bbbe 100644 --- a/autodoc/inc/ary/info/ci_attag.hxx +++ b/autodoc/inc/ary/info/ci_attag.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,25 +49,25 @@ class DocuDisplay; class AtTag { public: - virtual ~AtTag() {} + virtual ~AtTag() {} void Set_HtmlUseInDocuText( bool i_bUseIt ); - virtual bool Add_SpecialMeaningToken( /// @return false, if token was not spüecial. - const char * i_sText, - intt i_nNr ) = 0; - virtual void Add_Token( - const char * i_sText ); - virtual void Add_PotentialLink( - const char * i_sText, + virtual bool Add_SpecialMeaningToken( /// @return false, if token was not spüecial. + const char * i_sText, + intt i_nNr ) = 0; + virtual void Add_Token( + const char * i_sText ); + virtual void Add_PotentialLink( + const char * i_sText, bool i_bIsGlobal, bool i_bIsFunction ); - virtual void Add_Whitespace( + virtual void Add_Whitespace( UINT8 i_nLength ); - virtual void Add_Eol(); + virtual void Add_Eol(); - virtual UINT8 NrOfSpecialMeaningTokens() const = 0; - virtual AtTag * GetFollower() = 0; + virtual UINT8 NrOfSpecialMeaningTokens() const = 0; + virtual AtTag * GetFollower() = 0; void StoreAt( DocuDisplay & o_rDisplay ) const; diff --git a/autodoc/inc/ary/info/ci_text.hxx b/autodoc/inc/ary/info/ci_text.hxx index 9c4331c6b7bb..8aae466ed9c7 100644 --- a/autodoc/inc/ary/info/ci_text.hxx +++ b/autodoc/inc/ary/info/ci_text.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,7 +49,7 @@ class DocuDisplay; class DocuText { public: - typedef std::vector< DocuToken * > TokenList; + typedef std::vector< DocuToken * > TokenList; DocuText(); ~DocuText(); @@ -57,17 +57,17 @@ class DocuText void Set_HtmlUse( bool i_bUseIt ) { bUsesHtml = i_bUseIt; } - void Add_Token( - DYN DocuToken & let_drToken ) + void Add_Token( + DYN DocuToken & let_drToken ) { aTokens.push_back(&let_drToken); } - const TokenList & Tokens() const { return aTokens; } + const TokenList & Tokens() const { return aTokens; } void StoreAt( DocuDisplay & o_rDisplay ) const; bool IsNoHtml() const { return NOT bUsesHtml; } bool IsEmpty() const { return aTokens.size() == 0; } private: - TokenList aTokens; + TokenList aTokens; bool bUsesHtml; }; diff --git a/autodoc/inc/ary/info/docstore.hxx b/autodoc/inc/ary/info/docstore.hxx index 4c95d2e32824..92c4c85ce3ba 100644 --- a/autodoc/inc/ary/info/docstore.hxx +++ b/autodoc/inc/ary/info/docstore.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -52,37 +52,37 @@ namespace info class DocuStore { public: - virtual ~DocuStore() {} + virtual ~DocuStore() {} - void Store2CurFile( - DYN doc::Node & let_drDocu ); - void Store2CurNamespace( - DYN doc::Node & let_drDocu ); + void Store2CurFile( + DYN doc::Node & let_drDocu ); + void Store2CurNamespace( + DYN doc::Node & let_drDocu ); - void Store2ConnectedDeclaration( - DYN doc::Node & let_drDocu ); + void Store2ConnectedDeclaration( + DYN doc::Node & let_drDocu ); - void Store2Glossary( - DYN doc::Node & let_drDocu, - const String & i_sExplainedTerm ); - void Store2GlobalTexts( - DYN doc::Node & let_drDocu, + void Store2Glossary( + DYN doc::Node & let_drDocu, + const String & i_sExplainedTerm ); + void Store2GlobalTexts( + DYN doc::Node & let_drDocu, ary::info::GlobalTextId i_nId ); private: - virtual void do_Store2CurFile( - DYN doc::Node & let_drDocu ) = 0; - virtual void do_Store2CurNamespace( - DYN doc::Node & let_drDocu ) = 0; - - virtual void do_Store2ConnectedDeclaration( - DYN doc::Node & let_drDocu ) = 0; - - virtual void do_Store2Glossary( - DYN doc::Node & let_drDocu, - const String & i_sExplainedTerm ) = 0; - virtual void do_Store2GlobalTexts( - DYN doc::Node & let_drDocu, + virtual void do_Store2CurFile( + DYN doc::Node & let_drDocu ) = 0; + virtual void do_Store2CurNamespace( + DYN doc::Node & let_drDocu ) = 0; + + virtual void do_Store2ConnectedDeclaration( + DYN doc::Node & let_drDocu ) = 0; + + virtual void do_Store2Glossary( + DYN doc::Node & let_drDocu, + const String & i_sExplainedTerm ) = 0; + virtual void do_Store2GlobalTexts( + DYN doc::Node & let_drDocu, ary::info::GlobalTextId i_nId ) = 0; }; @@ -101,11 +101,11 @@ inline void DocuStore::Store2ConnectedDeclaration( DYN doc::Node & let_drDocu ) { do_Store2ConnectedDeclaration(let_drDocu); } inline void -DocuStore::Store2Glossary( DYN doc::Node & let_drDocu, - const String & i_sExplainedTerm ) +DocuStore::Store2Glossary( DYN doc::Node & let_drDocu, + const String & i_sExplainedTerm ) { do_Store2Glossary(let_drDocu, i_sExplainedTerm); } inline void -DocuStore::Store2GlobalTexts( DYN doc::Node & let_drDocu, +DocuStore::Store2GlobalTexts( DYN doc::Node & let_drDocu, ary::info::GlobalTextId i_nId ) { do_Store2GlobalTexts(let_drDocu, i_nId); } diff --git a/autodoc/inc/ary/info/infodisp.hxx b/autodoc/inc/ary/info/infodisp.hxx index 38aae93b0feb..1716928ab5e6 100644 --- a/autodoc/inc/ary/info/infodisp.hxx +++ b/autodoc/inc/ary/info/infodisp.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -67,7 +67,7 @@ namespace info class DocuDisplay { public: - virtual ~DocuDisplay() {} + virtual ~DocuDisplay() {} virtual void Display_StdTag( const StdTag & i_rData ) = 0; diff --git a/autodoc/inc/ary/info/inftypes.hxx b/autodoc/inc/ary/info/inftypes.hxx index 1539346fb7d5..ecbcbc046aa9 100644 --- a/autodoc/inc/ary/info/inftypes.hxx +++ b/autodoc/inc/ary/info/inftypes.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/itrange.hxx b/autodoc/inc/ary/itrange.hxx index fb2fb3cb0d7a..a213f93ea5a2 100644 --- a/autodoc/inc/ary/itrange.hxx +++ b/autodoc/inc/ary/itrange.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/loc/loc_dir.hxx b/autodoc/inc/ary/loc/loc_dir.hxx index f8abf70cf062..e2446672b839 100644 --- a/autodoc/inc/ary/loc/loc_dir.hxx +++ b/autodoc/inc/ary/loc/loc_dir.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -63,14 +63,14 @@ class Directory : public LocationEntity typedef ::ary::symtree::Node<LeNode_Traits> node_t; /// Used for root directories. - explicit Directory( + explicit Directory( Le_id i_assignedRoot ); /// Used for subdirectories which have a parent directory. Directory( const String & i_localName, Le_id i_parentDirectory ); - virtual ~Directory(); + virtual ~Directory(); void Add_Dir( const Directory & i_dir ); diff --git a/autodoc/inc/ary/loc/loc_file.hxx b/autodoc/inc/ary/loc/loc_file.hxx index 1afdd650a7c1..99f2f11d4440 100644 --- a/autodoc/inc/ary/loc/loc_file.hxx +++ b/autodoc/inc/ary/loc/loc_file.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -51,7 +51,7 @@ class File : public FileBase File( const String & i_sLocalName, Le_id i_nParentDirectory ); - virtual ~File(); + virtual ~File(); private: // Interface csv::ConstProcessorClient: diff --git a/autodoc/inc/ary/loc/loc_filebase.hxx b/autodoc/inc/ary/loc/loc_filebase.hxx index 04550d4c8da4..fabdc33eaf3a 100644 --- a/autodoc/inc/ary/loc/loc_filebase.hxx +++ b/autodoc/inc/ary/loc/loc_filebase.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -48,7 +48,7 @@ namespace loc class FileBase : public LocationEntity { public: - virtual ~FileBase() {} + virtual ~FileBase() {} protected: FileBase( diff --git a/autodoc/inc/ary/loc/loc_le.hxx b/autodoc/inc/ary/loc/loc_le.hxx index b2c0e602083e..b8c7041cf294 100644 --- a/autodoc/inc/ary/loc/loc_le.hxx +++ b/autodoc/inc/ary/loc/loc_le.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/loc/loc_root.hxx b/autodoc/inc/ary/loc/loc_root.hxx index e8b3a66b6209..9dbbb8ec53fd 100644 --- a/autodoc/inc/ary/loc/loc_root.hxx +++ b/autodoc/inc/ary/loc/loc_root.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/loc/loc_traits.hxx b/autodoc/inc/ary/loc/loc_traits.hxx index d07fdeebf334..2409209a83b9 100644 --- a/autodoc/inc/ary/loc/loc_traits.hxx +++ b/autodoc/inc/ary/loc/loc_traits.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/loc/loc_types4loc.hxx b/autodoc/inc/ary/loc/loc_types4loc.hxx index 64b2a0b76261..5717049a5500 100644 --- a/autodoc/inc/ary/loc/loc_types4loc.hxx +++ b/autodoc/inc/ary/loc/loc_types4loc.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/loc/locp_le.hxx b/autodoc/inc/ary/loc/locp_le.hxx index 1d6f201cdf6b..cfdb4f88d922 100644 --- a/autodoc/inc/ary/loc/locp_le.hxx +++ b/autodoc/inc/ary/loc/locp_le.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/namesort.hxx b/autodoc/inc/ary/namesort.hxx index a44eb256d439..06f026930fe8 100644 --- a/autodoc/inc/ary/namesort.hxx +++ b/autodoc/inc/ary/namesort.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/object.hxx b/autodoc/inc/ary/object.hxx index 272c4354dca8..0e20d63ea687 100644 --- a/autodoc/inc/ary/object.hxx +++ b/autodoc/inc/ary/object.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/qualiname.hxx b/autodoc/inc/ary/qualiname.hxx index eb669433a99f..9001984cf924 100644 --- a/autodoc/inc/ary/qualiname.hxx +++ b/autodoc/inc/ary/qualiname.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/sequentialids.hxx b/autodoc/inc/ary/sequentialids.hxx index 828ad1f310e1..26dbae47fcea 100644 --- a/autodoc/inc/ary/sequentialids.hxx +++ b/autodoc/inc/ary/sequentialids.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/stdconstiter.hxx b/autodoc/inc/ary/stdconstiter.hxx index 40408bab8f42..a3883021997c 100644 --- a/autodoc/inc/ary/stdconstiter.hxx +++ b/autodoc/inc/ary/stdconstiter.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/symtreenode.hxx b/autodoc/inc/ary/symtreenode.hxx index 6eccef6c81ca..8966a8d18132 100644 --- a/autodoc/inc/ary/symtreenode.hxx +++ b/autodoc/inc/ary/symtreenode.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary/types.hxx b/autodoc/inc/ary/types.hxx index aec5198976cc..d7a6a2d73688 100644 --- a/autodoc/inc/ary/types.hxx +++ b/autodoc/inc/ary/types.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ typedef uintt ClassId; typedef Rid Gid; /// Group Id. Id of a group. typedef UINT8 SlotAccessId; /// Access to a Slot typedef std::set< Rid, std::less< Rid > > Set_Rid; -typedef std::vector<Rid> List_Rid; +typedef std::vector<Rid> List_Rid; diff --git a/autodoc/inc/ary/udmhost.hxx b/autodoc/inc/ary/udmhost.hxx index 13d8c2377d82..9e1791722172 100644 --- a/autodoc/inc/ary/udmhost.hxx +++ b/autodoc/inc/ary/udmhost.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/ary_i/ci_atag2.hxx b/autodoc/inc/ary_i/ci_atag2.hxx index ec02190002c0..d1e914187404 100644 --- a/autodoc/inc/ary_i/ci_atag2.hxx +++ b/autodoc/inc/ary_i/ci_atag2.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -50,22 +50,22 @@ class DocumentationDisplay; class AtTag2 { public: - virtual ~AtTag2() {} + virtual ~AtTag2() {} - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const = 0; - const char * Title() const { return sTitle; } - const DocuTex2 & Text() const { return aText; } - DocuTex2 & Access_Text() { return aText; } + const char * Title() const { return sTitle; } + const DocuTex2 & Text() const { return aText; } + DocuTex2 & Access_Text() { return aText; } protected: AtTag2( - const char * i_sTitle) - : sTitle(i_sTitle) {} - String sTitle; - DocuTex2 aText; + const char * i_sTitle) + : sTitle(i_sTitle) {} + String sTitle; + DocuTex2 aText; }; diff --git a/autodoc/inc/ary_i/ci_text2.hxx b/autodoc/inc/ary_i/ci_text2.hxx index 8e1c202a5636..912ce9aa69cb 100644 --- a/autodoc/inc/ary_i/ci_text2.hxx +++ b/autodoc/inc/ary_i/ci_text2.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,36 +49,36 @@ class DocumentationDisplay; class DocuToken { public: - virtual ~DocuToken() {} - virtual void DisplayAt( + virtual ~DocuToken() {} + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const = 0; - virtual bool IsWhiteOnly() const = 0; + virtual bool IsWhiteOnly() const = 0; }; class DocuTex2 { public: - typedef std::vector< DocuToken * > TokenList; + typedef std::vector< DocuToken * > TokenList; DocuTex2(); - virtual ~DocuTex2(); + virtual ~DocuTex2(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - void AddToken( - DYN DocuToken & let_drToken ); + void AddToken( + DYN DocuToken & let_drToken ); - const TokenList & Tokens() const { return aTokens; } + const TokenList & Tokens() const { return aTokens; } bool IsEmpty() const; const String & TextOfFirstToken() const; String & Access_TextOfFirstToken(); private: - TokenList aTokens; + TokenList aTokens; }; diff --git a/autodoc/inc/ary_i/d_token.hxx b/autodoc/inc/ary_i/d_token.hxx index 7fed7d16104f..aa0d3fef55f4 100644 --- a/autodoc/inc/ary_i/d_token.hxx +++ b/autodoc/inc/ary_i/d_token.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -55,10 +55,10 @@ using ary::inf::DocumentationDisplay; class DT_Dsapi : public ary::inf::DocuToken { public: - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const = 0; - virtual bool IsWhiteOnly() const; + virtual bool IsWhiteOnly() const; }; @@ -66,26 +66,26 @@ class DT_Dsapi : public ary::inf::DocuToken class DT_TextToken : public DT_Dsapi { public: - explicit DT_TextToken( - const char * i_sText ) - : sText(i_sText) {} - explicit DT_TextToken( - const String & i_sText ) - : sText(i_sText) {} + explicit DT_TextToken( + const char * i_sText ) + : sText(i_sText) {} + explicit DT_TextToken( + const String & i_sText ) + : sText(i_sText) {} virtual ~DT_TextToken(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - const char * GetText() const { return sText; } - const String & GetTextStr() const { return sText; } + const char * GetText() const { return sText; } + const String & GetTextStr() const { return sText; } - String & Access_Text() { return sText; } + String & Access_Text() { return sText; } - virtual bool IsWhiteOnly() const; + virtual bool IsWhiteOnly() const; private: - String sText; + String sText; }; class DT_White : public DT_Dsapi @@ -94,10 +94,10 @@ class DT_White : public DT_Dsapi DT_White() {} virtual ~DT_White(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - virtual bool IsWhiteOnly() const; + virtual bool IsWhiteOnly() const; }; @@ -116,62 +116,62 @@ class DT_MLTag : public DT_Dsapi class DT_MupType : public DT_MLTag { public: - explicit DT_MupType( /// Constructor for End-Tag - bool ) /// Must be there, but is not evaluated. - : bIsBegin(false) {} - explicit DT_MupType( /// Constructor for Begin-Tag - const String & i_sScope ) - : sScope(i_sScope), bIsBegin(true) {} + explicit DT_MupType( /// Constructor for End-Tag + bool ) /// Must be there, but is not evaluated. + : bIsBegin(false) {} + explicit DT_MupType( /// Constructor for Begin-Tag + const String & i_sScope ) + : sScope(i_sScope), bIsBegin(true) {} virtual ~DT_MupType(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - const String & Scope() const { return sScope; } - bool IsBegin() const { return bIsBegin; } + const String & Scope() const { return sScope; } + bool IsBegin() const { return bIsBegin; } private: - String sScope; - bool bIsBegin; + String sScope; + bool bIsBegin; }; class DT_MupMember : public DT_MLTag { public: - explicit DT_MupMember( /// Constructor for End-Tag - bool ) /// Must be there, but is not evaluated. - : bIsBegin(false) {} + explicit DT_MupMember( /// Constructor for End-Tag + bool ) /// Must be there, but is not evaluated. + : bIsBegin(false) {} DT_MupMember( /// Constructor for Begin-Tag const String & i_sScope ) - : sScope(i_sScope), bIsBegin(true) {} + : sScope(i_sScope), bIsBegin(true) {} virtual ~DT_MupMember(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - const String & Scope() const { return sScope; } - bool IsBegin() const { return bIsBegin; } + const String & Scope() const { return sScope; } + bool IsBegin() const { return bIsBegin; } private: - String sScope; - bool bIsBegin; + String sScope; + bool bIsBegin; }; class DT_MupConst : public DT_Dsapi { public: DT_MupConst( - const char * i_sConstText ) - : sConstText(i_sConstText) {} + const char * i_sConstText ) + : sConstText(i_sConstText) {} virtual ~DT_MupConst(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - const char * GetText() const { return sConstText; } + const char * GetText() const { return sConstText; } private: - String sConstText; /// Without HTML. + String sConstText; /// Without HTML. }; @@ -179,21 +179,21 @@ class DT_Style : public DT_MLTag { public: DT_Style( - const char * i_sPlainHtmlTag, + const char * i_sPlainHtmlTag, bool i_bNewLine ) : sText(i_sPlainHtmlTag), bNewLine(i_bNewLine) {} virtual ~DT_Style(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - const char * GetText() const { return sText; } - bool IsStartOfNewLine() const + const char * GetText() const { return sText; } + bool IsStartOfNewLine() const { return bNewLine; } private: - String sText; /// With HTML. + String sText; /// With HTML. E_Kind eKind; - bool bNewLine; + bool bNewLine; }; class DT_EOL : public DT_Dsapi @@ -202,39 +202,39 @@ class DT_EOL : public DT_Dsapi DT_EOL() {} virtual ~DT_EOL(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - virtual bool IsWhiteOnly() const; + virtual bool IsWhiteOnly() const; }; class DT_AtTag : public ary::inf::AtTag2 { public: - void AddToken( + void AddToken( DYN ary::inf::DocuToken & let_drToken ) - { aText.AddToken(let_drToken); } - void SetName( - const char * i_sName ) + { aText.AddToken(let_drToken); } + void SetName( + const char * i_sName ) { sTitle = i_sName; } protected: DT_AtTag( - const char * i_sTitle ) - : ary::inf::AtTag2(i_sTitle) {} + const char * i_sTitle ) + : ary::inf::AtTag2(i_sTitle) {} }; class DT_StdAtTag : public DT_AtTag { public: - explicit DT_StdAtTag( - const char * i_sTitle ) - : DT_AtTag(i_sTitle) {} + explicit DT_StdAtTag( + const char * i_sTitle ) + : DT_AtTag(i_sTitle) {} virtual ~DT_StdAtTag(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; }; @@ -242,24 +242,24 @@ class DT_StdAtTag : public DT_AtTag class DT_SeeAlsoAtTag : public DT_AtTag { public: - DT_SeeAlsoAtTag() : DT_AtTag("") {} + DT_SeeAlsoAtTag() : DT_AtTag("") {} virtual ~DT_SeeAlsoAtTag(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; - const String & LinkText() const { return sTitle; } // Missbrauch von sTitle + const String & LinkText() const { return sTitle; } // Missbrauch von sTitle }; class DT_ParameterAtTag : public DT_AtTag { public: - DT_ParameterAtTag() : DT_AtTag("") {} + DT_ParameterAtTag() : DT_AtTag("") {} virtual ~DT_ParameterAtTag(); - void SetTitle( - const char * i_sTitle ); - virtual void DisplayAt( + void SetTitle( + const char * i_sTitle ); + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; }; @@ -267,10 +267,10 @@ class DT_ParameterAtTag : public DT_AtTag class DT_SinceAtTag : public DT_AtTag { public: - DT_SinceAtTag() : DT_AtTag("Since version") {} + DT_SinceAtTag() : DT_AtTag("Since version") {} virtual ~DT_SinceAtTag(); - virtual void DisplayAt( + virtual void DisplayAt( DocumentationDisplay & o_rDisplay ) const; }; diff --git a/autodoc/inc/ary_i/disdocum.hxx b/autodoc/inc/ary_i/disdocum.hxx index fac8d1aa8cb0..f5ea962578ac 100644 --- a/autodoc/inc/ary_i/disdocum.hxx +++ b/autodoc/inc/ary_i/disdocum.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -66,33 +66,33 @@ class DocumentationDisplay { public: - virtual ~DocumentationDisplay() { } + virtual ~DocumentationDisplay() { } - virtual void Display_TextToken( + virtual void Display_TextToken( const csi::dsapi::DT_TextToken & i_rToken ) = 0; - virtual void Display_White() = 0; - virtual void Display_MupType( - const csi::dsapi::DT_MupType & i_rToken ) = 0; - virtual void Display_MupMember( + virtual void Display_White() = 0; + virtual void Display_MupType( + const csi::dsapi::DT_MupType & i_rToken ) = 0; + virtual void Display_MupMember( const csi::dsapi::DT_MupMember & i_rToken ) = 0; - virtual void Display_MupConst( + virtual void Display_MupConst( const csi::dsapi::DT_MupConst & i_rToken ) = 0; - virtual void Display_Style( - const csi::dsapi::DT_Style & i_rToken ) = 0; - virtual void Display_EOL() = 0; - virtual void Display_StdAtTag( + virtual void Display_Style( + const csi::dsapi::DT_Style & i_rToken ) = 0; + virtual void Display_EOL() = 0; + virtual void Display_StdAtTag( const csi::dsapi::DT_StdAtTag & i_rToken ) = 0; - virtual void Display_SeeAlsoAtTag( + virtual void Display_SeeAlsoAtTag( const csi::dsapi::DT_SeeAlsoAtTag & i_rToken ) = 0; - virtual void Display_ParameterAtTag( + virtual void Display_ParameterAtTag( const csi::dsapi::DT_ParameterAtTag & i_rToken ) = 0; - virtual void Display_SinceAtTag( + virtual void Display_SinceAtTag( const csi::dsapi::DT_SinceAtTag & i_rToken ) = 0; }; @@ -102,37 +102,37 @@ class DocuTag_Display : public DocumentationDisplay { public: // Dummies, implemented in source\ary_i\kernel\ci_atag2.cxx - virtual void Display_TextToken( + virtual void Display_TextToken( const csi::dsapi::DT_TextToken & i_rToken ); - virtual void Display_White(); - virtual void Display_MupType( - const csi::dsapi::DT_MupType & i_rToken ); - virtual void Display_MupMember( + virtual void Display_White(); + virtual void Display_MupType( + const csi::dsapi::DT_MupType & i_rToken ); + virtual void Display_MupMember( const csi::dsapi::DT_MupMember & i_rToken ); - virtual void Display_MupConst( + virtual void Display_MupConst( const csi::dsapi::DT_MupConst & i_rToken ); - virtual void Display_Style( - const csi::dsapi::DT_Style & i_rToken ); - virtual void Display_EOL(); + virtual void Display_Style( + const csi::dsapi::DT_Style & i_rToken ); + virtual void Display_EOL(); }; class DocuText_Display : public DocumentationDisplay { public: // Dummies, implemented in source\ary_i\kernel\ci_text2.cxx - virtual void Display_StdAtTag( + virtual void Display_StdAtTag( const csi::dsapi::DT_StdAtTag & i_rToken ); - virtual void Display_SeeAlsoAtTag( + virtual void Display_SeeAlsoAtTag( const csi::dsapi::DT_SeeAlsoAtTag & i_rToken ); - virtual void Display_ParameterAtTag( + virtual void Display_ParameterAtTag( const csi::dsapi::DT_ParameterAtTag & i_rToken ); - virtual void Display_SinceAtTag( + virtual void Display_SinceAtTag( const csi::dsapi::DT_SinceAtTag & i_rToken ); }; diff --git a/autodoc/inc/autodoc/displaying.hxx b/autodoc/inc/autodoc/displaying.hxx index 96bd66c0ad71..2e629b2927b5 100644 --- a/autodoc/inc/autodoc/displaying.hxx +++ b/autodoc/inc/autodoc/displaying.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -52,7 +52,7 @@ class HtmlDisplay_Idl_Ifc; class DisplayToolsFactory_Ifc { public: - virtual ~DisplayToolsFactory_Ifc() {} + virtual ~DisplayToolsFactory_Ifc() {} static DisplayToolsFactory_Ifc & GetIt_(); diff --git a/autodoc/inc/autodoc/dsp_html_std.hxx b/autodoc/inc/autodoc/dsp_html_std.hxx index 78d75efe7e23..76f7f89915b2 100644 --- a/autodoc/inc/autodoc/dsp_html_std.hxx +++ b/autodoc/inc/autodoc/dsp_html_std.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/inc/autodoc/dsp_txt_flist.hxx b/autodoc/inc/autodoc/dsp_txt_flist.hxx index 1b655bd939aa..6563cda9ac9c 100644 --- a/autodoc/inc/autodoc/dsp_txt_flist.hxx +++ b/autodoc/inc/autodoc/dsp_txt_flist.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ namespace autodoc class TextDisplay_FunctionList_Ifc { public: - virtual ~TextDisplay_FunctionList_Ifc() {} + virtual ~TextDisplay_FunctionList_Ifc() {} /** Displays the names of all C++ functions and methods within the given namespace (or the global namespace as default). All diff --git a/autodoc/inc/autodoc/filecoli.hxx b/autodoc/inc/autodoc/filecoli.hxx index f23d8fc060e2..d9e0f36df313 100644 --- a/autodoc/inc/autodoc/filecoli.hxx +++ b/autodoc/inc/autodoc/filecoli.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -50,11 +50,11 @@ class FileCollector_Ifc // OPERATIONS virtual uintt AddFilesFrom( - const char * i_sRootDir, - const char * i_sFilter, - E_SearchMode i_eSearchMode ) = 0; + const char * i_sRootDir, + const char * i_sFilter, + E_SearchMode i_eSearchMode ) = 0; virtual uintt AddFile( - const char * i_sFilePath ) = 0; + const char * i_sFilePath ) = 0; virtual void EraseAll() = 0; // INQUIRY diff --git a/autodoc/inc/autodoc/parsing.hxx b/autodoc/inc/autodoc/parsing.hxx index d0073af86731..ad30c93da620 100644 --- a/autodoc/inc/autodoc/parsing.hxx +++ b/autodoc/inc/autodoc/parsing.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -45,7 +45,7 @@ class FileCollector_Ifc; class ParseToolsFactory_Ifc { public: - virtual ~ParseToolsFactory_Ifc() {} + virtual ~ParseToolsFactory_Ifc() {} static ParseToolsFactory_Ifc & GetIt_(); diff --git a/autodoc/inc/autodoc/prs_code.hxx b/autodoc/inc/autodoc/prs_code.hxx index 982fa91c6f79..d02ce373f1d7 100644 --- a/autodoc/inc/autodoc/prs_code.hxx +++ b/autodoc/inc/autodoc/prs_code.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -58,14 +58,14 @@ namespace autodoc class CodeParser_Ifc { public: - virtual ~CodeParser_Ifc() {} + virtual ~CodeParser_Ifc() {} - virtual void Setup( + virtual void Setup( ary::Repository & o_rRepository, const autodoc::DocumentationParser_Ifc & i_rDocumentationInterpreter ) = 0; - virtual void Run( + virtual void Run( const autodoc::FileCollector_Ifc & i_rFiles ) = 0; }; diff --git a/autodoc/inc/autodoc/prs_docu.hxx b/autodoc/inc/autodoc/prs_docu.hxx index 93608b51b541..5e60023c9a10 100644 --- a/autodoc/inc/autodoc/prs_docu.hxx +++ b/autodoc/inc/autodoc/prs_docu.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -46,7 +46,7 @@ class TkpDocuContext; class DocumentationParser_Ifc { public: - virtual ~DocumentationParser_Ifc() {} + virtual ~DocumentationParser_Ifc() {} virtual DYN TkpDocuContext * Create_DocuContext() const = 0; diff --git a/autodoc/inc/autodoc/x_parsing.hxx b/autodoc/inc/autodoc/x_parsing.hxx index f33615576821..f797309592ae 100644 --- a/autodoc/inc/autodoc/x_parsing.hxx +++ b/autodoc/inc/autodoc/x_parsing.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -44,7 +44,7 @@ class X_Parser_Ifc // TYPES enum E_Event { - x_Any = 0, + x_Any = 0, x_InvalidChar, x_UnexpectedToken, x_UnexpectedEOF, @@ -55,8 +55,8 @@ class X_Parser_Ifc virtual ~X_Parser_Ifc() {} // INQUIRY - virtual E_Event GetEvent() const = 0; - virtual void GetInfo( + virtual E_Event GetEvent() const = 0; + virtual void GetInfo( std::ostream & o_rOutputMedium ) const = 0; }; diff --git a/autodoc/inc/display/corframe.hxx b/autodoc/inc/display/corframe.hxx index cacc41caa249..9945e2d55514 100644 --- a/autodoc/inc/display/corframe.hxx +++ b/autodoc/inc/display/corframe.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ class CorporateFrame { public: // LIFECYCLE - virtual ~CorporateFrame() {} + virtual ~CorporateFrame() {} // INQUIRY virtual DYN Html_Image * diff --git a/autodoc/inc/parser/parser.hxx b/autodoc/inc/parser/parser.hxx index e06898211b90..a10e79d69c0e 100644 --- a/autodoc/inc/parser/parser.hxx +++ b/autodoc/inc/parser/parser.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -45,9 +45,9 @@ namespace autodoc class CodeParser { public: - virtual ~CodeParser() {} + virtual ~CodeParser() {} - virtual void Run( + virtual void Run( const autodoc::FileCollector_Ifc & i_rFiles ) = 0; }; diff --git a/autodoc/inc/parser/parserinfo.hxx b/autodoc/inc/parser/parserinfo.hxx index db524145c8cd..44b5941fdf09 100644 --- a/autodoc/inc/parser/parserinfo.hxx +++ b/autodoc/inc/parser/parserinfo.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -58,7 +58,7 @@ class ParserInfo ~ParserInfo() {} private: String sCurFile; - uintt nCurLine; + uintt nCurLine; }; diff --git a/autodoc/inc/parser/unoidl.hxx b/autodoc/inc/parser/unoidl.hxx index f83809054f64..3a5d7fcbcd47 100644 --- a/autodoc/inc/parser/unoidl.hxx +++ b/autodoc/inc/parser/unoidl.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -57,15 +57,15 @@ class IdlParser : public ::CodeParser, { public: IdlParser( - ary::Repository & io_rRepository ); + ary::Repository & io_rRepository ); - virtual void Run( + virtual void Run( const autodoc::FileCollector_Ifc & i_rFiles ); private: // DATA - ary::Repository * pRepository; + ary::Repository * pRepository; }; diff --git a/autodoc/source/ary/cpp/c_builtintype.cxx b/autodoc/source/ary/cpp/c_builtintype.cxx index f6168f197856..54ed015da360 100644 --- a/autodoc/source/ary/cpp/c_builtintype.cxx +++ b/autodoc/source/ary/cpp/c_builtintype.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -52,15 +52,15 @@ Type::inq_RelatedCe() const //********************** BuiltInType **************************// -BuiltInType::BuiltInType( const String & i_sName, - E_TypeSpecialisation i_eSpecialisation ) - : sName( i_sName ), +BuiltInType::BuiltInType( const String & i_sName, + E_TypeSpecialisation i_eSpecialisation ) + : sName( i_sName ), eSpecialisation( i_eSpecialisation ) { } String -BuiltInType::SpecializedName_( const char * i_sName, +BuiltInType::SpecializedName_( const char * i_sName, E_TypeSpecialisation i_eTypeSpecialisation ) { StreamLock @@ -80,7 +80,7 @@ BuiltInType::SpecializedName_( const char * i_sName, default: ; - } // end switch + } // end switch ret << i_sName; return String(ret.c_str()); @@ -112,7 +112,7 @@ BuiltInType::inq_Get_Text( StreamStr & , // o_rPreName { switch (eSpecialisation) { - case TYSP_unsigned: o_rName << "unsigned "; break; + case TYSP_unsigned: o_rName << "unsigned "; break; case TYSP_signed: o_rName << "signed "; break; default: // Does nothing. diff --git a/autodoc/source/ary/cpp/c_class.cxx b/autodoc/source/ary/cpp/c_class.cxx index 33aa04a8c5ac..78c9cc5c60bb 100644 --- a/autodoc/source/ary/cpp/c_class.cxx +++ b/autodoc/source/ary/cpp/c_class.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_de.cxx b/autodoc/source/ary/cpp/c_de.cxx index 704bc697e239..1d9e9d7b018f 100644 --- a/autodoc/source/ary/cpp/c_de.cxx +++ b/autodoc/source/ary/cpp/c_de.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_define.cxx b/autodoc/source/ary/cpp/c_define.cxx index 6ea6b8f6a04f..33f3bdbbf257 100644 --- a/autodoc/source/ary/cpp/c_define.cxx +++ b/autodoc/source/ary/cpp/c_define.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_enum.cxx b/autodoc/source/ary/cpp/c_enum.cxx index e4f8ad15983c..5e2983fed42a 100644 --- a/autodoc/source/ary/cpp/c_enum.cxx +++ b/autodoc/source/ary/cpp/c_enum.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_enuval.cxx b/autodoc/source/ary/cpp/c_enuval.cxx index 1641689895d4..66017f231fe9 100644 --- a/autodoc/source/ary/cpp/c_enuval.cxx +++ b/autodoc/source/ary/cpp/c_enuval.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_funct.cxx b/autodoc/source/ary/cpp/c_funct.cxx index 514e294f2bef..73bb4fc2c1dc 100644 --- a/autodoc/source/ary/cpp/c_funct.cxx +++ b/autodoc/source/ary/cpp/c_funct.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_macro.cxx b/autodoc/source/ary/cpp/c_macro.cxx index 2fad2c0fe5aa..febe4bd7c45d 100644 --- a/autodoc/source/ary/cpp/c_macro.cxx +++ b/autodoc/source/ary/cpp/c_macro.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_namesp.cxx b/autodoc/source/ary/cpp/c_namesp.cxx index c2574cdbf2a3..205c4ef993ad 100644 --- a/autodoc/source/ary/cpp/c_namesp.cxx +++ b/autodoc/source/ary/cpp/c_namesp.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_osigna.cxx b/autodoc/source/ary/cpp/c_osigna.cxx index 463c84b1f5f7..ebb5d6a31075 100644 --- a/autodoc/source/ary/cpp/c_osigna.cxx +++ b/autodoc/source/ary/cpp/c_osigna.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ OperationSignature::OperationSignature( std::vector<Type_id> i_parameterTypes } int -OperationSignature::Compare( const OperationSignature & i_rSig ) const +OperationSignature::Compare( const OperationSignature & i_rSig ) const { if ( aParameterTypes.size() < i_rSig.aParameterTypes.size() ) return -1; diff --git a/autodoc/source/ary/cpp/c_reposypart.cxx b/autodoc/source/ary/cpp/c_reposypart.cxx index 05fb5947e259..f0e989d74f1d 100644 --- a/autodoc/source/ary/cpp/c_reposypart.cxx +++ b/autodoc/source/ary/cpp/c_reposypart.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -187,7 +187,7 @@ LesserGlobal::operator()( GlobalId i_1, { return i_1.Class() < i_2.Class(); } - + return Ce_GlobalCompare::Lesser_( rCes[i_1.Id()], rCes[i_2.Id()] ); diff --git a/autodoc/source/ary/cpp/c_reposypart.hxx b/autodoc/source/ary/cpp/c_reposypart.hxx index c3b200f1f71b..02d93ccc1c8b 100644 --- a/autodoc/source/ary/cpp/c_reposypart.hxx +++ b/autodoc/source/ary/cpp/c_reposypart.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -72,7 +72,7 @@ class RepositoryPartition : public InternalGate RepositoryTitle() const; virtual const CodeEntity * Search_RelatedCe( - Type_id i_type ) const; + Type_id i_type ) const; virtual const ::ary::cpp::CppEntity * Search_Entity( GlobalId i_id ) const; diff --git a/autodoc/source/ary/cpp/c_slots.cxx b/autodoc/source/ary/cpp/c_slots.cxx index e93b25c60d5c..2269a56fe757 100644 --- a/autodoc/source/ary/cpp/c_slots.cxx +++ b/autodoc/source/ary/cpp/c_slots.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -47,7 +47,7 @@ namespace cpp Slot_SubNamespaces::Slot_SubNamespaces( const Map_NamespacePtr & i_rData ) - : pData( &i_rData ) + : pData( &i_rData ) { } @@ -75,8 +75,8 @@ Slot_SubNamespaces::StoreEntries( ary::Display & o_rDestination ) const //*********************** Slot_BaseClass ********************// -Slot_BaseClass::Slot_BaseClass( const List_Bases & i_rData ) - : pData( &i_rData ) +Slot_BaseClass::Slot_BaseClass( const List_Bases & i_rData ) + : pData( &i_rData ) { } diff --git a/autodoc/source/ary/cpp/c_slots.hxx b/autodoc/source/ary/cpp/c_slots.hxx index dab4f5d4552f..5bc13639874e 100644 --- a/autodoc/source/ary/cpp/c_slots.hxx +++ b/autodoc/source/ary/cpp/c_slots.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,7 +49,7 @@ class Slot_SubNamespaces : public ary::Slot Slot_SubNamespaces( const Map_NamespacePtr & i_rData ); - virtual ~Slot_SubNamespaces(); + virtual ~Slot_SubNamespaces(); virtual uintt Size() const; @@ -66,7 +66,7 @@ class Slot_BaseClass : public ary::Slot public: Slot_BaseClass( const List_Bases & i_rData ); - virtual ~Slot_BaseClass(); + virtual ~Slot_BaseClass(); virtual uintt Size() const; diff --git a/autodoc/source/ary/cpp/c_traits.cxx b/autodoc/source/ary/cpp/c_traits.cxx index e0bd26a06685..b07a69dd34cc 100644 --- a/autodoc/source/ary/cpp/c_traits.cxx +++ b/autodoc/source/ary/cpp/c_traits.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_tydef.cxx b/autodoc/source/ary/cpp/c_tydef.cxx index 60f67e7e6c30..f49dcfa9db72 100644 --- a/autodoc/source/ary/cpp/c_tydef.cxx +++ b/autodoc/source/ary/cpp/c_tydef.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/c_vari.cxx b/autodoc/source/ary/cpp/c_vari.cxx index 5006748f65c9..736baed2eb52 100644 --- a/autodoc/source/ary/cpp/c_vari.cxx +++ b/autodoc/source/ary/cpp/c_vari.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/ca_ce.cxx b/autodoc/source/ary/cpp/ca_ce.cxx index ea49b1446c49..9fdbdd569aca 100644 --- a/autodoc/source/ary/cpp/ca_ce.cxx +++ b/autodoc/source/ary/cpp/ca_ce.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/ca_ce.hxx b/autodoc/source/ary/cpp/ca_ce.hxx index 00e722b170c4..dc8b9a08e0fb 100644 --- a/autodoc/source/ary/cpp/ca_ce.hxx +++ b/autodoc/source/ary/cpp/ca_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -67,7 +67,7 @@ class CeAdmin : public CePilot io_myReposyPartition ); void Set_Related( const TypePilot & i_types ); - virtual ~CeAdmin(); + virtual ~CeAdmin(); // INQUIRY const Ce_Storage & Storage() const; @@ -125,10 +125,10 @@ class CeAdmin : public CePilot GlobalNamespace() const; virtual const CodeEntity & Find_Ce( - Ce_id i_id ) const; + Ce_id i_id ) const; virtual const CodeEntity * Search_Ce( - Ce_id i_id ) const; + Ce_id i_id ) const; virtual const CodeEntity * Search_CeAbsolute( const CodeEntity & i_curScope, diff --git a/autodoc/source/ary/cpp/ca_def.cxx b/autodoc/source/ary/cpp/ca_def.cxx index 8a2daa8dd9ea..297a8066fdff 100644 --- a/autodoc/source/ary/cpp/ca_def.cxx +++ b/autodoc/source/ary/cpp/ca_def.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/ca_def.hxx b/autodoc/source/ary/cpp/ca_def.hxx index 254ad1797b1b..ba1a1f660d7b 100644 --- a/autodoc/source/ary/cpp/ca_def.hxx +++ b/autodoc/source/ary/cpp/ca_def.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/ca_type.cxx b/autodoc/source/ary/cpp/ca_type.cxx index 29117aea7cd0..f9efc7934156 100644 --- a/autodoc/source/ary/cpp/ca_type.cxx +++ b/autodoc/source/ary/cpp/ca_type.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -66,7 +66,7 @@ TypeAdmin::~TypeAdmin() const Type & TypeAdmin::CheckIn_UsedType( const InputContext & , - DYN UsedType & pass_type ) + DYN UsedType & pass_type ) { Dyn<UsedType> pNewType(&pass_type); // Ensure clean up of heap object. diff --git a/autodoc/source/ary/cpp/ca_type.hxx b/autodoc/source/ary/cpp/ca_type.hxx index 123912d7c389..9758248bc1be 100644 --- a/autodoc/source/ary/cpp/ca_type.hxx +++ b/autodoc/source/ary/cpp/ca_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -66,7 +66,7 @@ class TypeAdmin : public TypePilot TypeAdmin( RepositoryPartition & io_myReposyPartition ); - virtual ~TypeAdmin(); + virtual ~TypeAdmin(); // INQUIRY /// @return A list of all stored types that are not C++ or STL builtin types. @@ -82,7 +82,7 @@ class TypeAdmin : public TypePilot CheckIn_UsedType( const InputContext & i_context, - DYN UsedType & pass_type ); + DYN UsedType & pass_type ); virtual const Type & Find_Type( Type_id i_type ) const; diff --git a/autodoc/source/ary/cpp/cs_ce.cxx b/autodoc/source/ary/cpp/cs_ce.cxx index 3b4828b67230..9375df4d8377 100644 --- a/autodoc/source/ary/cpp/cs_ce.cxx +++ b/autodoc/source/ary/cpp/cs_ce.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/cs_ce.hxx b/autodoc/source/ary/cpp/cs_ce.hxx index a741f0d86c09..5b8e15a46ab9 100644 --- a/autodoc/source/ary/cpp/cs_ce.hxx +++ b/autodoc/source/ary/cpp/cs_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/cs_def.cxx b/autodoc/source/ary/cpp/cs_def.cxx index 713c2aaa63d8..4a8fa424bbef 100644 --- a/autodoc/source/ary/cpp/cs_def.cxx +++ b/autodoc/source/ary/cpp/cs_def.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/cs_def.hxx b/autodoc/source/ary/cpp/cs_def.hxx index cfd6b5c61b53..50cf9d18af6b 100644 --- a/autodoc/source/ary/cpp/cs_def.hxx +++ b/autodoc/source/ary/cpp/cs_def.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/cpp/cs_type.cxx b/autodoc/source/ary/cpp/cs_type.cxx index a5c6791a7ec2..6e903a44c2fa 100644 --- a/autodoc/source/ary/cpp/cs_type.cxx +++ b/autodoc/source/ary/cpp/cs_type.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -97,8 +97,8 @@ Type_Storage::Setup_BuiltInTypes() } void -Type_Storage::Set_BuiltInType( Rid i_id, - const char * i_sName, +Type_Storage::Set_BuiltInType( Rid i_id, + const char * i_sName, ary::cpp::E_TypeSpecialisation i_eSpecialisation ) { DYN BuiltInType & diff --git a/autodoc/source/ary/cpp/cs_type.hxx b/autodoc/source/ary/cpp/cs_type.hxx index c1f1568cb097..c903dca68a3e 100644 --- a/autodoc/source/ary/cpp/cs_type.hxx +++ b/autodoc/source/ary/cpp/cs_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -74,7 +74,7 @@ class Type_Storage : public ::ary::stg::Storage<Type> void Setup_BuiltInTypes(); void Set_BuiltInType( Rid i_nId, - const char * i_sName, + const char * i_sName, ary::cpp::E_TypeSpecialisation i_eSpecialisation = TYSP_none ); // DATA diff --git a/autodoc/source/ary/cpp/namechain.cxx b/autodoc/source/ary/cpp/namechain.cxx index 4df64afe3deb..b581be5e1e18 100644 --- a/autodoc/source/ary/cpp/namechain.cxx +++ b/autodoc/source/ary/cpp/namechain.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -45,20 +45,20 @@ namespace ut { -//********************* NameSegment ******************// +//********************* NameSegment ******************// NameSegment::NameSegment( const char * i_sName ) - : sName( i_sName ) + : sName( i_sName ) // pTemplate { } NameSegment::NameSegment( const NameSegment & i_rSeg ) - : sName(i_rSeg.sName) + : sName(i_rSeg.sName) // pTemplate { // KORR_FUTURE : Handling of copying of templates. -// csv_assert( NOT i_rSeg.pTemplate ); +// csv_assert( NOT i_rSeg.pTemplate ); } NameSegment& NameSegment::operator=(const NameSegment & i_rSeg) @@ -116,7 +116,7 @@ NameSegment::Get_Text_AsMainType( StreamStr & o_rName, } -//********************* NameChain ******************// +//********************* NameChain ******************// NameChain::NameChain() // : aSegments diff --git a/autodoc/source/ary/cpp/tplparam.cxx b/autodoc/source/ary/cpp/tplparam.cxx index c22fb78e4787..82f53b6e6214 100644 --- a/autodoc/source/ary/cpp/tplparam.cxx +++ b/autodoc/source/ary/cpp/tplparam.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -52,7 +52,7 @@ TplParameter_Type::~TplParameter_Type() } intt -TplParameter_Type::Compare( const TemplateParameter & i_rOther ) const +TplParameter_Type::Compare( const TemplateParameter & i_rOther ) const { const TplParameter_Type * pOther = dynamic_cast< const TplParameter_Type* >( &i_rOther ); @@ -65,7 +65,7 @@ TplParameter_Type::Compare( const TemplateParameter & i_rOther ) const void TplParameter_Type::Get_Text( StreamStr & o_rOut, - const ary::cpp::Gate & i_rGate ) const + const ary::cpp::Gate & i_rGate ) const { i_rGate.Types().Get_TypeText( o_rOut, nType ); } diff --git a/autodoc/source/ary/cpp/tplparam.hxx b/autodoc/source/ary/cpp/tplparam.hxx index a720eff22776..701a2ad361e3 100644 --- a/autodoc/source/ary/cpp/tplparam.hxx +++ b/autodoc/source/ary/cpp/tplparam.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -51,7 +51,7 @@ class TemplateParameter public: virtual ~TemplateParameter() {} - virtual intt Compare( + virtual intt Compare( const TemplateParameter & i_rOther ) const = 0; virtual void Get_Text( @@ -65,10 +65,10 @@ class TplParameter_Type : public TemplateParameter { public: TplParameter_Type( - Tid i_nType ); + Tid i_nType ); ~TplParameter_Type(); - virtual intt Compare( + virtual intt Compare( const TemplateParameter & i_rOther ) const; virtual void Get_Text( @@ -76,7 +76,7 @@ class TplParameter_Type : public TemplateParameter const ary::cpp::Gate & i_rGate ) const; private: - Tid nType; + Tid nType; }; } // namespace ut diff --git a/autodoc/source/ary/cpp/usedtype.cxx b/autodoc/source/ary/cpp/usedtype.cxx index bde91e5b644b..4bc0b0ed7291 100644 --- a/autodoc/source/ary/cpp/usedtype.cxx +++ b/autodoc/source/ary/cpp/usedtype.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -53,7 +53,7 @@ namespace { using namespace ::ary::cpp; -typedef std::vector< ary::cpp::E_ConVol > PtrLevelVector; +typedef std::vector< ary::cpp::E_ConVol > PtrLevelVector; inline bool @@ -61,26 +61,26 @@ result2bool( intt i_nResult ) { return i_nResult < 0; } -intt compare_PtrLevelVector( +intt compare_PtrLevelVector( const PtrLevelVector & i_r1, const PtrLevelVector & i_r2 ); inline intt -compare_ConVol( E_ConVol i_e1, +compare_ConVol( E_ConVol i_e1, E_ConVol i_e2 ) { return intt(i_e1) - intt(i_e2); } inline intt -compare_bool( bool i_b1, +compare_bool( bool i_b1, bool i_b2 ) { return i_b1 == i_b2 - ? 0 - : i_b1 - ? -1 - : +1; } + ? 0 + : i_b1 + ? -1 + : +1; } inline intt -compare_Specialisation( E_TypeSpecialisation i_e1, +compare_Specialisation( E_TypeSpecialisation i_e1, E_TypeSpecialisation i_e2 ) { return intt(i_e1) - intt(i_e2); } @@ -116,7 +116,7 @@ compare_PtrLevelVector( const PtrLevelVector & i_r1, } -} // anonymous namespace +} // anonymous namespace @@ -549,15 +549,15 @@ List_TplParameter::Get_Text( StreamStr & o_rOut, } intt -List_TplParameter::Compare( const List_TplParameter & i_rOther ) const +List_TplParameter::Compare( const List_TplParameter & i_rOther ) const { intt nResult = intt(aTplParameters.size()) - intt(i_rOther.aTplParameters.size()); if (nResult != 0) return nResult; - Vector_TplArgument::const_iterator it1 = aTplParameters.begin(); - Vector_TplArgument::const_iterator it1End = aTplParameters.end(); + Vector_TplArgument::const_iterator it1 = aTplParameters.begin(); + Vector_TplArgument::const_iterator it1End = aTplParameters.end(); Vector_TplArgument::const_iterator it2 = i_rOther.aTplParameters.begin(); for ( ; it1 != it1End; ++it1, ++it2 ) diff --git a/autodoc/source/ary/doc/d_boolean.cxx b/autodoc/source/ary/doc/d_boolean.cxx index 163f5ef0c8e6..c4ed5e32d9e5 100644 --- a/autodoc/source/ary/doc/d_boolean.cxx +++ b/autodoc/source/ary/doc/d_boolean.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/doc/d_docu.cxx b/autodoc/source/ary/doc/d_docu.cxx index bcb601e339eb..9ec031d13a0c 100644 --- a/autodoc/source/ary/doc/d_docu.cxx +++ b/autodoc/source/ary/doc/d_docu.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/doc/d_node.cxx b/autodoc/source/ary/doc/d_node.cxx index 7c2cc3d84c8b..0722ead091d0 100644 --- a/autodoc/source/ary/doc/d_node.cxx +++ b/autodoc/source/ary/doc/d_node.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/doc/d_oldcppdocu.cxx b/autodoc/source/ary/doc/d_oldcppdocu.cxx index 17d2edcb298a..bcf655dfa2ab 100644 --- a/autodoc/source/ary/doc/d_oldcppdocu.cxx +++ b/autodoc/source/ary/doc/d_oldcppdocu.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -54,7 +54,7 @@ typedef DYN StdTag * (F_CREATE)(); OldCppDocu::OldCppDocu() - : Node(docnt::nt_OldCppDocu), + : Node(docnt::nt_OldCppDocu), bIsObsolete(false), bIsInternal(false), bIsInterface(false) @@ -307,7 +307,7 @@ OldCppDocu::NewTag(UINT8 i_nIndex) } AtTag & -OldCppDocu::GetTag( UINT8 i_nIndex ) +OldCppDocu::GetTag( UINT8 i_nIndex ) { csv_assert( i_nIndex < C_eAtTag_NrOfClasses ); csv_assert( nTags[i_nIndex] != C_ucNO_INDEX ); diff --git a/autodoc/source/ary/doc/d_oldidldocu.cxx b/autodoc/source/ary/doc/d_oldidldocu.cxx index e1190d9fd364..4fd7086f4d14 100644 --- a/autodoc/source/ary/doc/d_oldidldocu.cxx +++ b/autodoc/source/ary/doc/d_oldidldocu.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i2s_calculator.cxx b/autodoc/source/ary/idl/i2s_calculator.cxx index e469ec14fd90..40abb0358667 100644 --- a/autodoc/source/ary/idl/i2s_calculator.cxx +++ b/autodoc/source/ary/idl/i2s_calculator.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i2s_calculator.hxx b/autodoc/source/ary/idl/i2s_calculator.hxx index dd85d0a05e21..04c5c21578ae 100644 --- a/autodoc/source/ary/idl/i2s_calculator.hxx +++ b/autodoc/source/ary/idl/i2s_calculator.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_attribute.cxx b/autodoc/source/ary/idl/i_attribute.cxx index 8dc1d62f8f9f..56370cbf3055 100644 --- a/autodoc/source/ary/idl/i_attribute.cxx +++ b/autodoc/source/ary/idl/i_attribute.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_ce.cxx b/autodoc/source/ary/idl/i_ce.cxx index 3d4503887124..c586d2ea27ff 100644 --- a/autodoc/source/ary/idl/i_ce.cxx +++ b/autodoc/source/ary/idl/i_ce.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_ce2s.cxx b/autodoc/source/ary/idl/i_ce2s.cxx index 9a126fd312e2..89a1bd102b83 100644 --- a/autodoc/source/ary/idl/i_ce2s.cxx +++ b/autodoc/source/ary/idl/i_ce2s.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_comrela.cxx b/autodoc/source/ary/idl/i_comrela.cxx index f76076aa3847..3e3d8beaf19f 100644 --- a/autodoc/source/ary/idl/i_comrela.cxx +++ b/autodoc/source/ary/idl/i_comrela.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_constant.cxx b/autodoc/source/ary/idl/i_constant.cxx index 3a6eb4fbf8cc..e03d829e5bb2 100644 --- a/autodoc/source/ary/idl/i_constant.cxx +++ b/autodoc/source/ary/idl/i_constant.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_constgroup.cxx b/autodoc/source/ary/idl/i_constgroup.cxx index b1955d55e186..7008f94d7dcb 100644 --- a/autodoc/source/ary/idl/i_constgroup.cxx +++ b/autodoc/source/ary/idl/i_constgroup.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_enum.cxx b/autodoc/source/ary/idl/i_enum.cxx index 9d01c2b19ce5..6f0e3920099f 100644 --- a/autodoc/source/ary/idl/i_enum.cxx +++ b/autodoc/source/ary/idl/i_enum.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_enumvalue.cxx b/autodoc/source/ary/idl/i_enumvalue.cxx index fadfe1ce6fdb..5a851271b795 100644 --- a/autodoc/source/ary/idl/i_enumvalue.cxx +++ b/autodoc/source/ary/idl/i_enumvalue.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_exception.cxx b/autodoc/source/ary/idl/i_exception.cxx index f25ae55ce66a..57b60386904c 100644 --- a/autodoc/source/ary/idl/i_exception.cxx +++ b/autodoc/source/ary/idl/i_exception.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_function.cxx b/autodoc/source/ary/idl/i_function.cxx index 4d9375d3451e..f9c00f2bb8b0 100644 --- a/autodoc/source/ary/idl/i_function.cxx +++ b/autodoc/source/ary/idl/i_function.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -142,7 +142,7 @@ attr::HasEllipse( const CodeEntity & i_ce ) void attr::Get_Parameters( Dyn_StdConstIterator<ary::idl::Parameter> & o_result, - const CodeEntity & i_ce ) + const CodeEntity & i_ce ) { o_result = new SCI_Vector<Parameter>( function_cast(i_ce).aParameters ); diff --git a/autodoc/source/ary/idl/i_interface.cxx b/autodoc/source/ary/idl/i_interface.cxx index 455261e3e5ad..08c80c5eb448 100644 --- a/autodoc/source/ary/idl/i_interface.cxx +++ b/autodoc/source/ary/idl/i_interface.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_module.cxx b/autodoc/source/ary/idl/i_module.cxx index a8459b3ebfdd..fa671f23e99b 100644 --- a/autodoc/source/ary/idl/i_module.cxx +++ b/autodoc/source/ary/idl/i_module.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_namelookup.cxx b/autodoc/source/ary/idl/i_namelookup.cxx index d9fe29b4e2f0..d71884ad3b6e 100644 --- a/autodoc/source/ary/idl/i_namelookup.cxx +++ b/autodoc/source/ary/idl/i_namelookup.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_nnfinder.hxx b/autodoc/source/ary/idl/i_nnfinder.hxx index 242372a0bf70..58ed77a46259 100644 --- a/autodoc/source/ary/idl/i_nnfinder.hxx +++ b/autodoc/source/ary/idl/i_nnfinder.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_param.cxx b/autodoc/source/ary/idl/i_param.cxx index 106a5427db7b..38a48f0277c9 100644 --- a/autodoc/source/ary/idl/i_param.cxx +++ b/autodoc/source/ary/idl/i_param.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_property.cxx b/autodoc/source/ary/idl/i_property.cxx index 9b13870e98f3..dacc596b4fe4 100644 --- a/autodoc/source/ary/idl/i_property.cxx +++ b/autodoc/source/ary/idl/i_property.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_reposypart.cxx b/autodoc/source/ary/idl/i_reposypart.cxx index 62bb4fee6cf7..d0a3b136375c 100644 --- a/autodoc/source/ary/idl/i_reposypart.cxx +++ b/autodoc/source/ary/idl/i_reposypart.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_reposypart.hxx b/autodoc/source/ary/idl/i_reposypart.hxx index 417d970814bf..65aa243f6ee8 100644 --- a/autodoc/source/ary/idl/i_reposypart.hxx +++ b/autodoc/source/ary/idl/i_reposypart.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_service.cxx b/autodoc/source/ary/idl/i_service.cxx index 0aa16b9e3280..dde1c8618c42 100644 --- a/autodoc/source/ary/idl/i_service.cxx +++ b/autodoc/source/ary/idl/i_service.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -131,14 +131,14 @@ service_cast( const CodeEntity & i_ce ) void attr::Get_IncludedServices( Dyn_StdConstIterator<CommentedRelation> & o_result, - const CodeEntity & i_ce ) + const CodeEntity & i_ce ) { o_result = new SCI_Vector<CommentedRelation>( service_cast(i_ce).aIncludedServices ); } void attr::Get_ExportedInterfaces( Dyn_StdConstIterator<CommentedRelation> & o_result, - const CodeEntity & i_ce ) + const CodeEntity & i_ce ) { o_result = new SCI_Vector<CommentedRelation>( service_cast(i_ce).aSupportedInterfaces ); } diff --git a/autodoc/source/ary/idl/i_singleton.cxx b/autodoc/source/ary/idl/i_singleton.cxx index 508572bb2713..10dfb59fffa0 100644 --- a/autodoc/source/ary/idl/i_singleton.cxx +++ b/autodoc/source/ary/idl/i_singleton.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_siservice.cxx b/autodoc/source/ary/idl/i_siservice.cxx index 238e605ce680..320d04eae6bf 100644 --- a/autodoc/source/ary/idl/i_siservice.cxx +++ b/autodoc/source/ary/idl/i_siservice.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -110,7 +110,7 @@ attr::BaseInterface( const CodeEntity & i_ce ) void attr::Get_Constructors( Dyn_CeIterator & o_result, - const CodeEntity & i_ce ) + const CodeEntity & i_ce ) { o_result = new SCI_Vector<Ce_id>( sglifcservice_cast(i_ce).aConstructors ); } diff --git a/autodoc/source/ary/idl/i_sisingleton.cxx b/autodoc/source/ary/idl/i_sisingleton.cxx index 1cc2b97cd75f..0872a641d2d3 100644 --- a/autodoc/source/ary/idl/i_sisingleton.cxx +++ b/autodoc/source/ary/idl/i_sisingleton.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_struct.cxx b/autodoc/source/ary/idl/i_struct.cxx index ff691c211a89..0f602637a4f4 100644 --- a/autodoc/source/ary/idl/i_struct.cxx +++ b/autodoc/source/ary/idl/i_struct.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_structelem.cxx b/autodoc/source/ary/idl/i_structelem.cxx index 79ffe4189ac0..1b5a89c83327 100644 --- a/autodoc/source/ary/idl/i_structelem.cxx +++ b/autodoc/source/ary/idl/i_structelem.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_traits.cxx b/autodoc/source/ary/idl/i_traits.cxx index 4dc9c2b2c750..610028e0ea8f 100644 --- a/autodoc/source/ary/idl/i_traits.cxx +++ b/autodoc/source/ary/idl/i_traits.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/i_typedef.cxx b/autodoc/source/ary/idl/i_typedef.cxx index ded4ada0bede..89d20af56333 100644 --- a/autodoc/source/ary/idl/i_typedef.cxx +++ b/autodoc/source/ary/idl/i_typedef.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/ia_ce.cxx b/autodoc/source/ary/idl/ia_ce.cxx index 5e66838f1ba5..7335df37b92e 100644 --- a/autodoc/source/ary/idl/ia_ce.cxx +++ b/autodoc/source/ary/idl/ia_ce.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/ia_ce.hxx b/autodoc/source/ary/idl/ia_ce.hxx index aad50cfe05f2..ad31188db48c 100644 --- a/autodoc/source/ary/idl/ia_ce.hxx +++ b/autodoc/source/ary/idl/ia_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/ia_type.cxx b/autodoc/source/ary/idl/ia_type.cxx index 4f4b26062bc3..2caa0d77699f 100644 --- a/autodoc/source/ary/idl/ia_type.cxx +++ b/autodoc/source/ary/idl/ia_type.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/ia_type.hxx b/autodoc/source/ary/idl/ia_type.hxx index ace6a9903815..88cd183690b9 100644 --- a/autodoc/source/ary/idl/ia_type.hxx +++ b/autodoc/source/ary/idl/ia_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/is_ce.cxx b/autodoc/source/ary/idl/is_ce.cxx index b50b0058fba4..998b4c7271e7 100644 --- a/autodoc/source/ary/idl/is_ce.cxx +++ b/autodoc/source/ary/idl/is_ce.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/is_ce.hxx b/autodoc/source/ary/idl/is_ce.hxx index 43266086b197..46c24659a85f 100644 --- a/autodoc/source/ary/idl/is_ce.hxx +++ b/autodoc/source/ary/idl/is_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/is_type.cxx b/autodoc/source/ary/idl/is_type.cxx index 6082397140de..099360c1fc95 100644 --- a/autodoc/source/ary/idl/is_type.cxx +++ b/autodoc/source/ary/idl/is_type.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/is_type.hxx b/autodoc/source/ary/idl/is_type.hxx index 14a4da1127c0..540de196b195 100644 --- a/autodoc/source/ary/idl/is_type.hxx +++ b/autodoc/source/ary/idl/is_type.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_builtin.cxx b/autodoc/source/ary/idl/it_builtin.cxx index cc287b43b389..30a0ce919bf4 100644 --- a/autodoc/source/ary/idl/it_builtin.cxx +++ b/autodoc/source/ary/idl/it_builtin.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_builtin.hxx b/autodoc/source/ary/idl/it_builtin.hxx index 7a68f0a4f1f1..a5447bf1a44c 100644 --- a/autodoc/source/ary/idl/it_builtin.hxx +++ b/autodoc/source/ary/idl/it_builtin.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_ce.cxx b/autodoc/source/ary/idl/it_ce.cxx index 6aef98066b49..5975028a18de 100644 --- a/autodoc/source/ary/idl/it_ce.cxx +++ b/autodoc/source/ary/idl/it_ce.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_ce.hxx b/autodoc/source/ary/idl/it_ce.hxx index 8693c9df9750..876ae2ca70ea 100644 --- a/autodoc/source/ary/idl/it_ce.hxx +++ b/autodoc/source/ary/idl/it_ce.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_explicit.cxx b/autodoc/source/ary/idl/it_explicit.cxx index 900556106ae9..ce65208a7e1d 100644 --- a/autodoc/source/ary/idl/it_explicit.cxx +++ b/autodoc/source/ary/idl/it_explicit.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_explicit.hxx b/autodoc/source/ary/idl/it_explicit.hxx index ddda35458173..091cfafb0e2b 100644 --- a/autodoc/source/ary/idl/it_explicit.hxx +++ b/autodoc/source/ary/idl/it_explicit.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_named.hxx b/autodoc/source/ary/idl/it_named.hxx index 473d27d1139d..cece6c1c52f8 100644 --- a/autodoc/source/ary/idl/it_named.hxx +++ b/autodoc/source/ary/idl/it_named.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -53,7 +53,7 @@ class Named_Type : public Type { public: // LIFECYCLE - virtual ~Named_Type() {} + virtual ~Named_Type() {} // INQUIRY const String & Name() const { return sName; } diff --git a/autodoc/source/ary/idl/it_sequence.cxx b/autodoc/source/ary/idl/it_sequence.cxx index daa9c043cfd3..e82087dd01de 100644 --- a/autodoc/source/ary/idl/it_sequence.cxx +++ b/autodoc/source/ary/idl/it_sequence.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_sequence.hxx b/autodoc/source/ary/idl/it_sequence.hxx index 3971861356c1..0947eb68331a 100644 --- a/autodoc/source/ary/idl/it_sequence.hxx +++ b/autodoc/source/ary/idl/it_sequence.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_tplparam.cxx b/autodoc/source/ary/idl/it_tplparam.cxx index f8a3097e44a0..1ff4c052aa9f 100644 --- a/autodoc/source/ary/idl/it_tplparam.cxx +++ b/autodoc/source/ary/idl/it_tplparam.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_tplparam.hxx b/autodoc/source/ary/idl/it_tplparam.hxx index 294712f32741..8aa116e4a9ca 100644 --- a/autodoc/source/ary/idl/it_tplparam.hxx +++ b/autodoc/source/ary/idl/it_tplparam.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/idl/it_xnameroom.cxx b/autodoc/source/ary/idl/it_xnameroom.cxx index 23fbe617ba7f..0a9b06e9a103 100644 --- a/autodoc/source/ary/idl/it_xnameroom.cxx +++ b/autodoc/source/ary/idl/it_xnameroom.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -82,7 +82,7 @@ ExplicitNameRoom::inq_Get_Text( StringVector & o_module, if ( it != NameChain_End() ? (*it).empty() : false ) - { // Don't put out the root global namespace + { // Don't put out the root global namespace ++it; } diff --git a/autodoc/source/ary/idl/it_xnameroom.hxx b/autodoc/source/ary/idl/it_xnameroom.hxx index cb70e17102ca..ec40304501c3 100644 --- a/autodoc/source/ary/idl/it_xnameroom.hxx +++ b/autodoc/source/ary/idl/it_xnameroom.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/cpp_internalgate.hxx b/autodoc/source/ary/inc/cpp_internalgate.hxx index a2d4532c71ed..a81d9f11870b 100644 --- a/autodoc/source/ary/inc/cpp_internalgate.hxx +++ b/autodoc/source/ary/inc/cpp_internalgate.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/cross_refs.hxx b/autodoc/source/ary/inc/cross_refs.hxx index ca2e893078f7..53b5c2edb3cf 100644 --- a/autodoc/source/ary/inc/cross_refs.hxx +++ b/autodoc/source/ary/inc/cross_refs.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/idl_internalgate.hxx b/autodoc/source/ary/inc/idl_internalgate.hxx index 3f6daff5fa21..41ba4da76cb8 100644 --- a/autodoc/source/ary/inc/idl_internalgate.hxx +++ b/autodoc/source/ary/inc/idl_internalgate.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/idsort.hxx b/autodoc/source/ary/inc/idsort.hxx index 72dbbf0c6292..b87572d51d83 100644 --- a/autodoc/source/ary/inc/idsort.hxx +++ b/autodoc/source/ary/inc/idsort.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/loc_internalgate.hxx b/autodoc/source/ary/inc/loc_internalgate.hxx index 8e31de688344..a2dc95106f01 100644 --- a/autodoc/source/ary/inc/loc_internalgate.hxx +++ b/autodoc/source/ary/inc/loc_internalgate.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/nametreenode.hxx b/autodoc/source/ary/inc/nametreenode.hxx index 1865e886e3f7..7cf73813fa58 100644 --- a/autodoc/source/ary/inc/nametreenode.hxx +++ b/autodoc/source/ary/inc/nametreenode.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/reposy.hxx b/autodoc/source/ary/inc/reposy.hxx index 8668d2e47ef3..0d89b50436e3 100644 --- a/autodoc/source/ary/inc/reposy.hxx +++ b/autodoc/source/ary/inc/reposy.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/sci_impl.hxx b/autodoc/source/ary/inc/sci_impl.hxx index 491e356c58f9..92aa1512f2d5 100644 --- a/autodoc/source/ary/inc/sci_impl.hxx +++ b/autodoc/source/ary/inc/sci_impl.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/slots.hxx b/autodoc/source/ary/inc/slots.hxx index bcba75defda9..94958ce4591a 100644 --- a/autodoc/source/ary/inc/slots.hxx +++ b/autodoc/source/ary/inc/slots.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -50,7 +50,7 @@ namespace ary class Slot_Null : public Slot { public: - virtual ~Slot_Null(); + virtual ~Slot_Null(); virtual void StoreAt( Display & o_rDestination ) const; @@ -66,7 +66,7 @@ class Slot_MapLocalCe : public Slot public: Slot_MapLocalCe( const cpp::Map_LocalCe & i_rData ); - virtual ~Slot_MapLocalCe(); + virtual ~Slot_MapLocalCe(); virtual uintt Size() const; private: @@ -83,7 +83,7 @@ class Slot_MapOperations : public Slot Slot_MapOperations( const std::multimap<String, cpp::Ce_id> & i_rData ); - virtual ~Slot_MapOperations(); + virtual ~Slot_MapOperations(); virtual uintt Size() const; private: @@ -100,7 +100,7 @@ class Slot_ListLocalCe : public Slot Slot_ListLocalCe( const cpp::List_LocalCe & i_rData ); - virtual ~Slot_ListLocalCe(); + virtual ~Slot_ListLocalCe(); virtual uintt Size() const; @@ -120,7 +120,7 @@ class Slot_SequentialIds : public Slot const SequentialIds<ID> & i_rData ) : pData(&i_rData) {} - virtual ~Slot_SequentialIds(); + virtual ~Slot_SequentialIds(); virtual uintt Size() const; diff --git a/autodoc/source/ary/inc/sorted_idset.hxx b/autodoc/source/ary/inc/sorted_idset.hxx index c5dff11bcaeb..9db3731fe4ef 100644 --- a/autodoc/source/ary/inc/sorted_idset.hxx +++ b/autodoc/source/ary/inc/sorted_idset.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/sortedids.hxx b/autodoc/source/ary/inc/sortedids.hxx index 508f3bc2e0cc..a830937abb81 100644 --- a/autodoc/source/ary/inc/sortedids.hxx +++ b/autodoc/source/ary/inc/sortedids.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/store/s_base.hxx b/autodoc/source/ary/inc/store/s_base.hxx index ebc2f8bafa5c..671b2b6fe548 100644 --- a/autodoc/source/ary/inc/store/s_base.hxx +++ b/autodoc/source/ary/inc/store/s_base.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/store/s_iterator.hxx b/autodoc/source/ary/inc/store/s_iterator.hxx index fb5f0d9e0f76..717c09512a1a 100644 --- a/autodoc/source/ary/inc/store/s_iterator.hxx +++ b/autodoc/source/ary/inc/store/s_iterator.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/store/s_storage.hxx b/autodoc/source/ary/inc/store/s_storage.hxx index 0b02e1a2cd53..6085089d230b 100644 --- a/autodoc/source/ary/inc/store/s_storage.hxx +++ b/autodoc/source/ary/inc/store/s_storage.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/inc/traits_impl.hxx b/autodoc/source/ary/inc/traits_impl.hxx index b7ac789e486b..d1a11941d11d 100644 --- a/autodoc/source/ary/inc/traits_impl.hxx +++ b/autodoc/source/ary/inc/traits_impl.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/info/all_dts.cxx b/autodoc/source/ary/info/all_dts.cxx index a21eddc53dff..0022e6a4bb58 100644 --- a/autodoc/source/ary/info/all_dts.cxx +++ b/autodoc/source/ary/info/all_dts.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/info/all_tags.cxx b/autodoc/source/ary/info/all_tags.cxx index 5699efc5bd0f..d6b6ee000771 100644 --- a/autodoc/source/ary/info/all_tags.cxx +++ b/autodoc/source/ary/info/all_tags.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -43,19 +43,19 @@ namespace info -//***************************** StdTag ***********************// +//***************************** StdTag ***********************// StdTag::StdTag( E_AtTagId i_eId ) - : eId(i_eId), + : eId(i_eId), // aText, pNext(0) { } bool -StdTag::Add_SpecialMeaningToken( const char * , - intt ) +StdTag::Add_SpecialMeaningToken( const char * , + intt ) { // Does nothing @@ -94,18 +94,18 @@ StdTag::Text() -//***************************** BaseTag ***********************// +//***************************** BaseTag ***********************// BaseTag::BaseTag() - : // sBase + : // sBase // aText pNext(0) { } bool -BaseTag::Add_SpecialMeaningToken( const char * i_sText, - intt i_nNr ) +BaseTag::Add_SpecialMeaningToken( const char * i_sText, + intt i_nNr ) { if ( i_nNr == 1 ) { @@ -144,18 +144,18 @@ BaseTag::Text() -//***************************** ExceptionTag ***********************// +//***************************** ExceptionTag ***********************// ExceptionTag::ExceptionTag() - : // sException, + : // sException, // aText pNext(0) { } bool -ExceptionTag::Add_SpecialMeaningToken( const char * i_sText, - intt i_nNr ) +ExceptionTag::Add_SpecialMeaningToken( const char * i_sText, + intt i_nNr ) { if ( i_nNr == 1 ) { @@ -193,18 +193,18 @@ ExceptionTag::Text() } -//***************************** ImplementsTag ***********************// +//***************************** ImplementsTag ***********************// ImplementsTag::ImplementsTag() - : // sBase + : // sBase // aText pNext(0) { } bool -ImplementsTag::Add_SpecialMeaningToken( const char * i_sText, - intt i_nNr ) +ImplementsTag::Add_SpecialMeaningToken( const char * i_sText, + intt i_nNr ) { if ( i_nNr == 1 ) { @@ -245,17 +245,17 @@ ImplementsTag::Text() } -//***************************** KeywordTag ***********************// +//***************************** KeywordTag ***********************// KeywordTag::KeywordTag() -// : sKeys +// : sKeys { } bool -KeywordTag::Add_SpecialMeaningToken( const char * i_sText, - intt ) +KeywordTag::Add_SpecialMeaningToken( const char * i_sText, + intt ) { sKeys.push_back(i_sText); return true; @@ -287,19 +287,19 @@ KeywordTag::Text() -//***************************** ParameterTag ***********************// +//***************************** ParameterTag ***********************// ParameterTag::ParameterTag() - : // sName + : // sName // aText pNext(0) { } bool -ParameterTag::Add_SpecialMeaningToken( const char * i_sText, - intt i_nNr ) +ParameterTag::Add_SpecialMeaningToken( const char * i_sText, + intt i_nNr ) { if ( i_nNr == 1 ) { @@ -346,18 +346,18 @@ ParameterTag::do_StoreAt( DocuDisplay & o_rDisplay ) const -//***************************** SeeTag ***********************// +//***************************** SeeTag ***********************// SeeTag::SeeTag() -// : sReferences +// : sReferences { } bool -SeeTag::Add_SpecialMeaningToken( const char * i_sText, - intt ) +SeeTag::Add_SpecialMeaningToken( const char * i_sText, + intt ) { static QualifiedName aNull_; sReferences.push_back(aNull_); @@ -398,19 +398,19 @@ SeeTag::Text() -//***************************** TemplateTag ***********************// +//***************************** TemplateTag ***********************// TemplateTag::TemplateTag() - : // sName + : // sName // aText pNext(0) { } bool -TemplateTag::Add_SpecialMeaningToken( const char * i_sText, - intt i_nNr ) +TemplateTag::Add_SpecialMeaningToken( const char * i_sText, + intt i_nNr ) { if ( i_nNr == 1 ) { @@ -454,18 +454,18 @@ TemplateTag::Text() } -//***************************** LabelTag ***********************// +//***************************** LabelTag ***********************// LabelTag::LabelTag() - : sLabel() + : sLabel() { } bool -LabelTag::Add_SpecialMeaningToken( const char * i_sText, - intt i_nNr ) +LabelTag::Add_SpecialMeaningToken( const char * i_sText, + intt i_nNr ) { if ( i_nNr == 1 AND sLabel.length() == 0 ) { @@ -473,7 +473,7 @@ LabelTag::Add_SpecialMeaningToken( const char * i_sText, return true; } // KORR_FUTURE -// else // Throw exception because of double label. +// else // Throw exception because of double label. return false; } @@ -502,16 +502,16 @@ LabelTag::Text() } -//***************************** SinceTag ***********************// +//***************************** SinceTag ***********************// SinceTag::SinceTag() - : sVersion() + : sVersion() { } bool -SinceTag::Add_SpecialMeaningToken( const char * i_sText, - intt ) +SinceTag::Add_SpecialMeaningToken( const char * i_sText, + intt ) { const char cCiphersend = '9' + 1; if ( sVersion.empty() diff --git a/autodoc/source/ary/info/ci_attag.cxx b/autodoc/source/ary/info/ci_attag.cxx index 73da1bebe9df..218ea5fb390c 100644 --- a/autodoc/source/ary/info/ci_attag.cxx +++ b/autodoc/source/ary/info/ci_attag.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -57,7 +57,7 @@ AtTag::Add_Token( const char * i_sText ) } void -AtTag::Add_PotentialLink( const char * i_sText, +AtTag::Add_PotentialLink( const char * i_sText, bool i_bIsGlobal, bool i_bIsFunction ) { diff --git a/autodoc/source/ary/info/ci_text.cxx b/autodoc/source/ary/info/ci_text.cxx index bf4aa5e7a362..dee50d27e908 100644 --- a/autodoc/source/ary/info/ci_text.cxx +++ b/autodoc/source/ary/info/ci_text.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/kernel/ary_disp.cxx b/autodoc/source/ary/kernel/ary_disp.cxx index b9608f2f547a..eed6d17e3f1b 100644 --- a/autodoc/source/ary/kernel/ary_disp.cxx +++ b/autodoc/source/ary/kernel/ary_disp.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -62,7 +62,7 @@ Display::DisplaySlot_Rid( ary::Rid i_nId ) void Display::DisplaySlot_LocalCe( ary::cpp::Ce_id i_nId, - const String & i_sName ) + const String & i_sName ) { const cpp::Gate * pGate = Get_ReFinder(); @@ -101,7 +101,7 @@ Display::do_DisplaySlot_Rid( ary::Rid ) void Display::do_DisplaySlot_LocalCe( ary::cpp::Ce_id , - const String & ) + const String & ) { } diff --git a/autodoc/source/ary/kernel/cessentl.cxx b/autodoc/source/ary/kernel/cessentl.cxx index 0fcf37542a6a..e8e29bf80884 100644 --- a/autodoc/source/ary/kernel/cessentl.cxx +++ b/autodoc/source/ary/kernel/cessentl.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,8 +49,8 @@ CeEssentials::CeEssentials() } CeEssentials::CeEssentials( const String & i_sLocalName, - Cid i_nOwner, - loc::Le_id i_nLocation ) + Cid i_nOwner, + loc::Le_id i_nLocation ) : sLocalName(i_sLocalName), nOwner(i_nOwner), nLocation(i_nLocation) diff --git a/autodoc/source/ary/kernel/namesort.cxx b/autodoc/source/ary/kernel/namesort.cxx index 3854ece73e7b..0a64b976aa0b 100644 --- a/autodoc/source/ary/kernel/namesort.cxx +++ b/autodoc/source/ary/kernel/namesort.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/kernel/qualiname.cxx b/autodoc/source/ary/kernel/qualiname.cxx index 8db4ea07919b..0451485c08ec 100644 --- a/autodoc/source/ary/kernel/qualiname.cxx +++ b/autodoc/source/ary/kernel/qualiname.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/kernel/reposy.cxx b/autodoc/source/ary/kernel/reposy.cxx index 5d28d46bb1be..99bfcf90a737 100644 --- a/autodoc/source/ary/kernel/reposy.cxx +++ b/autodoc/source/ary/kernel/reposy.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/kernel/slots.cxx b/autodoc/source/ary/kernel/slots.cxx index 5689432cd8e8..1e7e4b49a697 100644 --- a/autodoc/source/ary/kernel/slots.cxx +++ b/autodoc/source/ary/kernel/slots.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/loc_dir.cxx b/autodoc/source/ary/loc/loc_dir.cxx index 220f47486332..0a3fcf3e18c0 100644 --- a/autodoc/source/ary/loc/loc_dir.cxx +++ b/autodoc/source/ary/loc/loc_dir.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/loc_file.cxx b/autodoc/source/ary/loc/loc_file.cxx index 5de548219842..dc05de03b542 100644 --- a/autodoc/source/ary/loc/loc_file.cxx +++ b/autodoc/source/ary/loc/loc_file.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/loc_filebase.cxx b/autodoc/source/ary/loc/loc_filebase.cxx index f9297084c552..0daaee2cedc2 100644 --- a/autodoc/source/ary/loc/loc_filebase.cxx +++ b/autodoc/source/ary/loc/loc_filebase.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/loc_root.cxx b/autodoc/source/ary/loc/loc_root.cxx index 198b6ee7f784..dca36206c109 100644 --- a/autodoc/source/ary/loc/loc_root.cxx +++ b/autodoc/source/ary/loc/loc_root.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/loc_traits.cxx b/autodoc/source/ary/loc/loc_traits.cxx index 8e010beef263..eb314d111357 100644 --- a/autodoc/source/ary/loc/loc_traits.cxx +++ b/autodoc/source/ary/loc/loc_traits.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/loca_le.cxx b/autodoc/source/ary/loc/loca_le.cxx index 428ca5849ccb..e16d304a599f 100644 --- a/autodoc/source/ary/loc/loca_le.cxx +++ b/autodoc/source/ary/loc/loca_le.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/loca_le.hxx b/autodoc/source/ary/loc/loca_le.hxx index 8f206f7c1c98..112343b6e39e 100644 --- a/autodoc/source/ary/loc/loca_le.hxx +++ b/autodoc/source/ary/loc/loca_le.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/locs_le.cxx b/autodoc/source/ary/loc/locs_le.cxx index 1f2df4430173..76babbf10254 100644 --- a/autodoc/source/ary/loc/locs_le.cxx +++ b/autodoc/source/ary/loc/locs_le.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary/loc/locs_le.hxx b/autodoc/source/ary/loc/locs_le.hxx index 1d1494ccbc5f..88639d6cc097 100644 --- a/autodoc/source/ary/loc/locs_le.hxx +++ b/autodoc/source/ary/loc/locs_le.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/ary_i/kernel/ci_atag2.cxx b/autodoc/source/ary_i/kernel/ci_atag2.cxx index 6eabded958ed..21c01f7aa728 100644 --- a/autodoc/source/ary_i/kernel/ci_atag2.cxx +++ b/autodoc/source/ary_i/kernel/ci_atag2.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -41,7 +41,7 @@ namespace inf void DocuTag_Display::Display_TextToken( const csi::dsapi::DT_TextToken & ) {} -void DocuTag_Display::Display_White() {} +void DocuTag_Display::Display_White() {} void DocuTag_Display::Display_MupType( const csi::dsapi::DT_MupType & ) {} void DocuTag_Display::Display_MupMember( diff --git a/autodoc/source/ary_i/kernel/ci_text2.cxx b/autodoc/source/ary_i/kernel/ci_text2.cxx index d5d60c7b2399..364584891cdc 100644 --- a/autodoc/source/ary_i/kernel/ci_text2.cxx +++ b/autodoc/source/ary_i/kernel/ci_text2.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -67,7 +67,7 @@ DocuTex2::DisplayAt( DocumentationDisplay & o_rDisplay ) const } void -DocuTex2::AddToken( DYN DocuToken & let_drToken ) +DocuTex2::AddToken( DYN DocuToken & let_drToken ) { if (aTokens.empty()) { diff --git a/autodoc/source/ary_i/kernel/d_token.cxx b/autodoc/source/ary_i/kernel/d_token.cxx index 6157614ef30a..d98fc84d8b3d 100644 --- a/autodoc/source/ary_i/kernel/d_token.cxx +++ b/autodoc/source/ary_i/kernel/d_token.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/aryattrs.cxx b/autodoc/source/display/html/aryattrs.cxx index 2eef10ded2e9..106ff4b73625 100644 --- a/autodoc/source/display/html/aryattrs.cxx +++ b/autodoc/source/display/html/aryattrs.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/aryattrs.hxx b/autodoc/source/display/html/aryattrs.hxx index 16d762f750a2..92de17746529 100644 --- a/autodoc/source/display/html/aryattrs.hxx +++ b/autodoc/source/display/html/aryattrs.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 8a4a9f6bc91f..7cf1263a65c0 100644 --- a/autodoc/source/display/html/cfrstd.cxx +++ b/autodoc/source/display/html/cfrstd.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -45,7 +45,7 @@ Colors: Fonts: - page title 20, bold, Arial -- navibar main 12, bold, Arial +- navibar main 12, bold, Arial - navibar sub 8, Arial, kapitälchen - attrtable title line 8, bold, Arial, kapitälchen - attrtable value line 8, Arial kapitälchen @@ -254,10 +254,10 @@ StdFrame::LogoSrc() const // return new Html_Image( "logodot-blu.gif", // "109", -// "54", -// "RIGHT", -// "0", -// "OpenOffice" ); +// "54", +// "RIGHT", +// "0", +// "OpenOffice" ); } diff --git a/autodoc/source/display/html/chd_udk2.cxx b/autodoc/source/display/html/chd_udk2.cxx index 76380aecc6fa..5d2a3f27c296 100644 --- a/autodoc/source/display/html/chd_udk2.cxx +++ b/autodoc/source/display/html/chd_udk2.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/cre_link.cxx b/autodoc/source/display/html/cre_link.cxx index 74561b027e73..2635ece81da7 100644 --- a/autodoc/source/display/html/cre_link.cxx +++ b/autodoc/source/display/html/cre_link.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/cre_link.hxx b/autodoc/source/display/html/cre_link.hxx index c79523ff655f..ff0c5753f742 100644 --- a/autodoc/source/display/html/cre_link.hxx +++ b/autodoc/source/display/html/cre_link.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/dsply_cl.cxx b/autodoc/source/display/html/dsply_cl.cxx index f590889683c4..8a570ae33095 100644 --- a/autodoc/source/display/html/dsply_cl.cxx +++ b/autodoc/source/display/html/dsply_cl.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/dsply_cl.hxx b/autodoc/source/display/html/dsply_cl.hxx index f2be896d2564..9ba6d76ea778 100644 --- a/autodoc/source/display/html/dsply_cl.hxx +++ b/autodoc/source/display/html/dsply_cl.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -57,11 +57,11 @@ class ClassDisplayer : public ary::Display, ClassDisplayer( // TODO OuputPage_Environment & io_rEnv ); - virtual ~ClassDisplayer(); + virtual ~ClassDisplayer(); private: // Interface csv::ConstProcessor<>: - virtual void do_Process( + virtual void do_Process( const ary::cpp::Class & i_data ); // Interface ary::Display: diff --git a/autodoc/source/display/html/dsply_da.cxx b/autodoc/source/display/html/dsply_da.cxx index 4989e774f946..17614c7d865a 100644 --- a/autodoc/source/display/html/dsply_da.cxx +++ b/autodoc/source/display/html/dsply_da.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/dsply_da.hxx b/autodoc/source/display/html/dsply_da.hxx index 45f0b15f9503..a8d29fc249b1 100644 --- a/autodoc/source/display/html/dsply_da.hxx +++ b/autodoc/source/display/html/dsply_da.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -64,7 +64,7 @@ class DataDisplay : public ary::Display, DataDisplay( OuputPage_Environment & io_rInfo ); - virtual ~DataDisplay(); + virtual ~DataDisplay(); void PrepareForConstants(); void PrepareForVariables(); diff --git a/autodoc/source/display/html/dsply_op.cxx b/autodoc/source/display/html/dsply_op.cxx index e34db602ff6a..dbbd1ac728dd 100644 --- a/autodoc/source/display/html/dsply_op.cxx +++ b/autodoc/source/display/html/dsply_op.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/dsply_op.hxx b/autodoc/source/display/html/dsply_op.hxx index 27f2657a0f57..9367489fa596 100644 --- a/autodoc/source/display/html/dsply_op.hxx +++ b/autodoc/source/display/html/dsply_op.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -64,7 +64,7 @@ class OperationsDisplay : public ary::Display, OperationsDisplay( OuputPage_Environment & io_rInfo ); - virtual ~OperationsDisplay(); + virtual ~OperationsDisplay(); void PrepareForStdMembers(); void PrepareForStaticMembers(); diff --git a/autodoc/source/display/html/easywri.cxx b/autodoc/source/display/html/easywri.cxx index b68b36d011d4..79ff4273e48e 100644 --- a/autodoc/source/display/html/easywri.cxx +++ b/autodoc/source/display/html/easywri.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/easywri.hxx b/autodoc/source/display/html/easywri.hxx index 9a70a3c5b91c..53e56e3f24c4 100644 --- a/autodoc/source/display/html/easywri.hxx +++ b/autodoc/source/display/html/easywri.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/hd_chlst.cxx b/autodoc/source/display/html/hd_chlst.cxx index 8e3c3c95ced1..c537ac58fe07 100644 --- a/autodoc/source/display/html/hd_chlst.cxx +++ b/autodoc/source/display/html/hd_chlst.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/hd_chlst.hxx b/autodoc/source/display/html/hd_chlst.hxx index cbd784d4ed2c..5cb388756182 100644 --- a/autodoc/source/display/html/hd_chlst.hxx +++ b/autodoc/source/display/html/hd_chlst.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -98,7 +98,7 @@ class ChildList_Display : public ary::Display, const ary::cpp::Enum & i_rEnum ); - virtual ~ChildList_Display(); + virtual ~ChildList_Display(); void Run_Simple( Area_Result & o_rResult, @@ -134,7 +134,7 @@ class ChildList_Display : public ary::Display, i_eFilter ); private: // Interface csv::ConstProcessor<>: - virtual void do_Process( + virtual void do_Process( const ary::cpp::Namespace & i_rData ); /** i_rData is shown only, if it passes two filters: @@ -143,22 +143,22 @@ class ChildList_Display : public ary::Display, pClassFilter. A not exsting filter allows i_rData to be displayed. */ - virtual void do_Process( + virtual void do_Process( const ary::cpp::Class & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Enum & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Typedef & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Function & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Variable & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::EnumValue & i_rData ); private: diff --git a/autodoc/source/display/html/hd_docu.cxx b/autodoc/source/display/html/hd_docu.cxx index 0e0cb97dd047..7a5e73d94e97 100644 --- a/autodoc/source/display/html/hd_docu.cxx +++ b/autodoc/source/display/html/hd_docu.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/hd_docu.hxx b/autodoc/source/display/html/hd_docu.hxx index 1eb00ae1c449..3ea2c93a1ede 100644 --- a/autodoc/source/display/html/hd_docu.hxx +++ b/autodoc/source/display/html/hd_docu.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -77,7 +77,7 @@ class Docu_Display : public ary::Display, Docu_Display( OuputPage_Environment & io_rEnv ); - virtual ~Docu_Display(); + virtual ~Docu_Display(); void Assign_Out( csi::xml::Element & o_rOut ); @@ -134,25 +134,25 @@ class Docu_Display : public ary::Display, private: // Interface csv::ConstProcessor<>: - virtual void do_Process( + virtual void do_Process( const ary::cpp::Namespace & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Class & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Enum & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Typedef & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Function & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Variable & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::doc::Documentation & i_rData ); // Interface ary::Display: diff --git a/autodoc/source/display/html/hdimpl.cxx b/autodoc/source/display/html/hdimpl.cxx index f9d2b0f1636a..dd5a787d5159 100644 --- a/autodoc/source/display/html/hdimpl.cxx +++ b/autodoc/source/display/html/hdimpl.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/hdimpl.hxx b/autodoc/source/display/html/hdimpl.hxx index 6caf652d499f..b6f8390d182d 100644 --- a/autodoc/source/display/html/hdimpl.hxx +++ b/autodoc/source/display/html/hdimpl.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/html_kit.cxx b/autodoc/source/display/html/html_kit.cxx index 32ab5252a00c..f6c079070264 100644 --- a/autodoc/source/display/html/html_kit.cxx +++ b/autodoc/source/display/html/html_kit.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/html_kit.hxx b/autodoc/source/display/html/html_kit.hxx index 35aba2887cdb..5df8b0b96bc4 100644 --- a/autodoc/source/display/html/html_kit.hxx +++ b/autodoc/source/display/html/html_kit.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/nav_main.cxx b/autodoc/source/display/html/nav_main.cxx index 781636fc9844..2ebbe0e16401 100644 --- a/autodoc/source/display/html/nav_main.cxx +++ b/autodoc/source/display/html/nav_main.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/nav_main.hxx b/autodoc/source/display/html/nav_main.hxx index fe3e79c822e4..233a1748d215 100644 --- a/autodoc/source/display/html/nav_main.hxx +++ b/autodoc/source/display/html/nav_main.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/navibar.cxx b/autodoc/source/display/html/navibar.cxx index 8490e834b6d8..ede7e432538a 100644 --- a/autodoc/source/display/html/navibar.cxx +++ b/autodoc/source/display/html/navibar.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -271,7 +271,7 @@ NavigationBar::MakeSubRow( const char * i_sTitle ) } void -NavigationBar::AddItem( const char * i_sName, +NavigationBar::AddItem( const char * i_sName, const char * i_sLink, bool i_bValid ) { diff --git a/autodoc/source/display/html/navibar.hxx b/autodoc/source/display/html/navibar.hxx index ec81e6e94e5c..49f83b537a9e 100644 --- a/autodoc/source/display/html/navibar.hxx +++ b/autodoc/source/display/html/navibar.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -92,10 +92,10 @@ class NavigationBar E_CeGatheringType i_eCeGatheringType ); ~NavigationBar(); - void MakeSubRow( - const char * i_sTitle ); - void AddItem( /// Items are added to last made sub-row. - const char * i_sName, + void MakeSubRow( + const char * i_sTitle ); + void AddItem( /// Items are added to last made sub-row. + const char * i_sName, const char * i_sLink, bool i_bValid ); /** This writes the main bar and the pSubRowTable to o_rOut. diff --git a/autodoc/source/display/html/opageenv.cxx b/autodoc/source/display/html/opageenv.cxx index 87a170ff686b..d52fdc166a04 100644 --- a/autodoc/source/display/html/opageenv.cxx +++ b/autodoc/source/display/html/opageenv.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/opageenv.hxx b/autodoc/source/display/html/opageenv.hxx index c0bb48ef5962..23e4aeb9cfef 100644 --- a/autodoc/source/display/html/opageenv.hxx +++ b/autodoc/source/display/html/opageenv.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx index 82ab2eac7749..bf290e67638b 100644 --- a/autodoc/source/display/html/outfile.cxx +++ b/autodoc/source/display/html/outfile.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -227,7 +227,7 @@ const char * const HtmlDocuFile::HtmlDocuFile() - : sFilePath(), + : sFilePath(), sTitle(), sLocation(), sCopyright(), @@ -303,7 +303,7 @@ HtmlDocuFile::CreateFile() } void -HtmlDocuFile::WriteCssFile( const csv::ploc::Path & i_rFilePath ) +HtmlDocuFile::WriteCssFile( const csv::ploc::Path & i_rFilePath ) { Cout() << "\nCreate css file ..." << Endl(); diff --git a/autodoc/source/display/html/outfile.hxx b/autodoc/source/display/html/outfile.hxx index 033e92954a3d..f4d14c124d79 100644 --- a/autodoc/source/display/html/outfile.hxx +++ b/autodoc/source/display/html/outfile.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -48,7 +48,7 @@ class HtmlDocuFile // LIFECYCLE HtmlDocuFile(); - void SetLocation( + void SetLocation( const csv::ploc::Path & i_rFilePath, uintt i_depthInOutputTree ); @@ -58,26 +58,26 @@ class HtmlDocuFile const char * i_sCopyright ); void EmptyBody(); - Html::Body & Body() { return aBodyData; } - bool CreateFile(); + Html::Body & Body() { return aBodyData; } + bool CreateFile(); static void WriteCssFile( const csv::ploc::Path & i_rFilePath ); private: - void WriteHeader( - csv::File & io_aFile ); - void WriteBody( - csv::File & io_aFile ); + void WriteHeader( + csv::File & io_aFile ); + void WriteBody( + csv::File & io_aFile ); // DATA - String sFilePath; - String sTitle; - String sLocation; + String sFilePath; + String sTitle; + String sLocation; String sCopyright; uintt nDepthInOutputTree; - Html::Body aBodyData; + Html::Body aBodyData; StreamStr aBuffer; // Output buffer, should be transfered into csv::File. }; diff --git a/autodoc/source/display/html/pagemake.cxx b/autodoc/source/display/html/pagemake.cxx index 52d05fb0b19c..436ab40fb50c 100644 --- a/autodoc/source/display/html/pagemake.cxx +++ b/autodoc/source/display/html/pagemake.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pagemake.hxx b/autodoc/source/display/html/pagemake.hxx index 72cdbe56e739..62fc7d4d5181 100644 --- a/autodoc/source/display/html/pagemake.hxx +++ b/autodoc/source/display/html/pagemake.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -71,7 +71,7 @@ class PageDisplay : public ary::Display, PageDisplay( OuputPage_Environment & io_rEnv ); - virtual ~PageDisplay(); + virtual ~PageDisplay(); void Create_OverviewFile(); void Create_AllDefsFile(); @@ -108,13 +108,13 @@ class PageDisplay : public ary::Display, private: // Interface csv::ConstProcessor<>: - virtual void do_Process( + virtual void do_Process( const ary::cpp::Class & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Enum & i_rData ); - virtual void do_Process( + virtual void do_Process( const ary::cpp::Typedef & i_rData ); // Interface ary::cpp::Display: @@ -156,7 +156,7 @@ class PageDisplay : public ary::Display, int i_nLetter ); // DATA - Dyn<HtmlDocuFile> pMyFile; + Dyn<HtmlDocuFile> pMyFile; }; diff --git a/autodoc/source/display/html/pm_aldef.cxx b/autodoc/source/display/html/pm_aldef.cxx index 7669ba4ef3a7..1ca8743dc9c1 100644 --- a/autodoc/source/display/html/pm_aldef.cxx +++ b/autodoc/source/display/html/pm_aldef.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pm_aldef.hxx b/autodoc/source/display/html/pm_aldef.hxx index 8f01cbb7a28a..14700e971dbd 100644 --- a/autodoc/source/display/html/pm_aldef.hxx +++ b/autodoc/source/display/html/pm_aldef.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -56,7 +56,7 @@ class PageMaker_AllDefs : public SpecializedPageMaker PageMaker_AllDefs( PageDisplay & io_rPage ); - virtual ~PageMaker_AllDefs(); + virtual ~PageMaker_AllDefs(); virtual void MakePage(); diff --git a/autodoc/source/display/html/pm_base.cxx b/autodoc/source/display/html/pm_base.cxx index ae045bd3b1de..5e762d352803 100644 --- a/autodoc/source/display/html/pm_base.cxx +++ b/autodoc/source/display/html/pm_base.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -67,7 +67,7 @@ SpecializedPageMaker::Write_DocuArea() // const char * , // const char * ) //{ -// // Dummy +// // Dummy //} csi::xml::Element & diff --git a/autodoc/source/display/html/pm_base.hxx b/autodoc/source/display/html/pm_base.hxx index 2afa8a77cdfc..45ef09dcecab 100644 --- a/autodoc/source/display/html/pm_base.hxx +++ b/autodoc/source/display/html/pm_base.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pm_class.cxx b/autodoc/source/display/html/pm_class.cxx index 16c4fe9a9aea..8c22be5c296a 100644 --- a/autodoc/source/display/html/pm_class.cxx +++ b/autodoc/source/display/html/pm_class.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pm_class.hxx b/autodoc/source/display/html/pm_class.hxx index 71d9f604c602..b3c590053bb5 100644 --- a/autodoc/source/display/html/pm_class.hxx +++ b/autodoc/source/display/html/pm_class.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -71,7 +71,7 @@ class PageMaker_Class : public SpecializedPageMaker const ary::cpp::Class & i_rClass ); - virtual ~PageMaker_Class(); + virtual ~PageMaker_Class(); virtual void MakePage(); diff --git a/autodoc/source/display/html/pm_help.cxx b/autodoc/source/display/html/pm_help.cxx index 80a832e05510..44c5eb8fea88 100644 --- a/autodoc/source/display/html/pm_help.cxx +++ b/autodoc/source/display/html/pm_help.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pm_help.hxx b/autodoc/source/display/html/pm_help.hxx index e40f2f3f503b..fb9c1f56b1f7 100644 --- a/autodoc/source/display/html/pm_help.hxx +++ b/autodoc/source/display/html/pm_help.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -45,7 +45,7 @@ class PageMaker_Help : public SpecializedPageMaker PageMaker_Help( PageDisplay & io_rPage ); - virtual ~PageMaker_Help(); + virtual ~PageMaker_Help(); virtual void MakePage(); diff --git a/autodoc/source/display/html/pm_index.cxx b/autodoc/source/display/html/pm_index.cxx index 122329e9dcdb..e70b7f19db3e 100644 --- a/autodoc/source/display/html/pm_index.cxx +++ b/autodoc/source/display/html/pm_index.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pm_index.hxx b/autodoc/source/display/html/pm_index.hxx index e558292e3eae..8224f37259ef 100644 --- a/autodoc/source/display/html/pm_index.hxx +++ b/autodoc/source/display/html/pm_index.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -76,7 +76,7 @@ class PageMaker_Index : public SpecializedPageMaker, PageDisplay & io_rPage, char i_c ); - virtual ~PageMaker_Index(); + virtual ~PageMaker_Index(); virtual void MakePage(); diff --git a/autodoc/source/display/html/pm_namsp.cxx b/autodoc/source/display/html/pm_namsp.cxx index ea07fc77a45c..e2f88026d2bb 100644 --- a/autodoc/source/display/html/pm_namsp.cxx +++ b/autodoc/source/display/html/pm_namsp.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pm_namsp.hxx b/autodoc/source/display/html/pm_namsp.hxx index c2f0535ad7d7..5c1322c8f39e 100644 --- a/autodoc/source/display/html/pm_namsp.hxx +++ b/autodoc/source/display/html/pm_namsp.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -46,7 +46,7 @@ class PageMaker_Namespace : public SpecializedPageMaker PageMaker_Namespace( PageDisplay & io_rPage ); - virtual ~PageMaker_Namespace(); + virtual ~PageMaker_Namespace(); virtual void MakePage(); diff --git a/autodoc/source/display/html/pm_start.cxx b/autodoc/source/display/html/pm_start.cxx index 335783b1b809..9efb3595d18e 100644 --- a/autodoc/source/display/html/pm_start.cxx +++ b/autodoc/source/display/html/pm_start.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/pm_start.hxx b/autodoc/source/display/html/pm_start.hxx index 26614b33bc7d..1085e1e5d124 100644 --- a/autodoc/source/display/html/pm_start.hxx +++ b/autodoc/source/display/html/pm_start.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -45,7 +45,7 @@ class PageMaker_Overview : public SpecializedPageMaker PageMaker_Overview( PageDisplay & io_rPage ); - virtual ~PageMaker_Overview(); + virtual ~PageMaker_Overview(); virtual void MakePage(); diff --git a/autodoc/source/display/html/protarea.cxx b/autodoc/source/display/html/protarea.cxx index d581014eccac..6b50ad8d4555 100644 --- a/autodoc/source/display/html/protarea.cxx +++ b/autodoc/source/display/html/protarea.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/protarea.hxx b/autodoc/source/display/html/protarea.hxx index 348afbe5ef78..007b51613a73 100644 --- a/autodoc/source/display/html/protarea.hxx +++ b/autodoc/source/display/html/protarea.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/html/strconst.hxx b/autodoc/source/display/html/strconst.hxx index 0bddc803249d..cbc131cdfe03 100644 --- a/autodoc/source/display/html/strconst.hxx +++ b/autodoc/source/display/html/strconst.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/idl/hfi_constgroup.cxx b/autodoc/source/display/idl/hfi_constgroup.cxx index d197e55234db..d61584e54b0e 100644 --- a/autodoc/source/display/idl/hfi_constgroup.cxx +++ b/autodoc/source/display/idl/hfi_constgroup.cxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite diff --git a/autodoc/source/display/idl/hfi_constgroup.hxx b/autodoc/source/display/idl/hfi_constgroup.hxx index 044f8925ed01..4e5dd8f6b5fa 100644 --- a/autodoc/source/display/idl/hfi_constgroup.hxx +++ b/autodoc/source/display/idl/hfi_constgroup.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -44,12 +44,12 @@ class HF_IdlConstGroup : public HtmlFactory_Idl Xml::Element & o_rOut ); virtual ~HF_IdlConstGroup(); - void |