summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/cpp')
-rw-r--r--autodoc/source/ary/cpp/c_builtintype.cxx14
-rw-r--r--autodoc/source/ary/cpp/c_class.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_de.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_define.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_enum.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_enuval.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_funct.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_macro.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_namesp.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_osigna.cxx4
-rw-r--r--autodoc/source/ary/cpp/c_reposypart.cxx4
-rw-r--r--autodoc/source/ary/cpp/c_reposypart.hxx4
-rw-r--r--autodoc/source/ary/cpp/c_slots.cxx8
-rw-r--r--autodoc/source/ary/cpp/c_slots.hxx6
-rw-r--r--autodoc/source/ary/cpp/c_traits.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_tydef.cxx2
-rw-r--r--autodoc/source/ary/cpp/c_vari.cxx2
-rw-r--r--autodoc/source/ary/cpp/ca_ce.cxx2
-rw-r--r--autodoc/source/ary/cpp/ca_ce.hxx8
-rw-r--r--autodoc/source/ary/cpp/ca_def.cxx2
-rw-r--r--autodoc/source/ary/cpp/ca_def.hxx2
-rw-r--r--autodoc/source/ary/cpp/ca_type.cxx4
-rw-r--r--autodoc/source/ary/cpp/ca_type.hxx6
-rw-r--r--autodoc/source/ary/cpp/cs_ce.cxx2
-rw-r--r--autodoc/source/ary/cpp/cs_ce.hxx2
-rw-r--r--autodoc/source/ary/cpp/cs_def.cxx2
-rw-r--r--autodoc/source/ary/cpp/cs_def.hxx2
-rw-r--r--autodoc/source/ary/cpp/cs_type.cxx6
-rw-r--r--autodoc/source/ary/cpp/cs_type.hxx4
-rw-r--r--autodoc/source/ary/cpp/namechain.cxx12
-rw-r--r--autodoc/source/ary/cpp/tplparam.cxx6
-rw-r--r--autodoc/source/ary/cpp/tplparam.hxx10
-rw-r--r--autodoc/source/ary/cpp/usedtype.cxx28
33 files changed, 80 insertions, 80 deletions
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 )