summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/idl')
-rw-r--r--autodoc/source/parser_i/idl/cx_idlco.cxx84
-rw-r--r--autodoc/source/parser_i/idl/cx_sub.cxx12
-rw-r--r--autodoc/source/parser_i/idl/distrib.cxx20
-rw-r--r--autodoc/source/parser_i/idl/parsenv2.cxx22
-rw-r--r--autodoc/source/parser_i/idl/pe_attri.cxx6
-rw-r--r--autodoc/source/parser_i/idl/pe_const.cxx22
-rw-r--r--autodoc/source/parser_i/idl/pe_enum2.cxx22
-rw-r--r--autodoc/source/parser_i/idl/pe_evalu.cxx24
-rw-r--r--autodoc/source/parser_i/idl/pe_excp.cxx18
-rw-r--r--autodoc/source/parser_i/idl/pe_file2.cxx16
-rw-r--r--autodoc/source/parser_i/idl/pe_func2.cxx28
-rw-r--r--autodoc/source/parser_i/idl/pe_iface.cxx30
-rw-r--r--autodoc/source/parser_i/idl/pe_property.cxx6
-rw-r--r--autodoc/source/parser_i/idl/pe_selem.cxx20
-rw-r--r--autodoc/source/parser_i/idl/pe_servi.cxx20
-rw-r--r--autodoc/source/parser_i/idl/pe_singl.cxx20
-rw-r--r--autodoc/source/parser_i/idl/pe_struc.cxx6
-rw-r--r--autodoc/source/parser_i/idl/pe_tydf2.cxx16
-rw-r--r--autodoc/source/parser_i/idl/pe_type2.cxx4
-rw-r--r--autodoc/source/parser_i/idl/pe_vari2.cxx16
-rw-r--r--autodoc/source/parser_i/idl/pestate.cxx6
-rw-r--r--autodoc/source/parser_i/idl/semnode.cxx24
-rw-r--r--autodoc/source/parser_i/idl/tk_const.cxx4
-rw-r--r--autodoc/source/parser_i/idl/tk_ident.cxx6
-rw-r--r--autodoc/source/parser_i/idl/tk_keyw.cxx74
-rw-r--r--autodoc/source/parser_i/idl/tk_punct.cxx12
-rw-r--r--autodoc/source/parser_i/idl/tkp_uidl.cxx8
-rw-r--r--autodoc/source/parser_i/idl/unoidl.cxx14
28 files changed, 280 insertions, 280 deletions
diff --git a/autodoc/source/parser_i/idl/cx_idlco.cxx b/autodoc/source/parser_i/idl/cx_idlco.cxx
index 42ace9448462..877b7fe45eea 100644
--- a/autodoc/source/parser_i/idl/cx_idlco.cxx
+++ b/autodoc/source/parser_i/idl/cx_idlco.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
@@ -151,9 +151,9 @@ const UINT16 nTok_EOF = 802;
-Context_UidlCode::Context_UidlCode( Token_Receiver & o_rReceiver,
+Context_UidlCode::Context_UidlCode( Token_Receiver & o_rReceiver,
DYN TkpDocuContext & let_drContext_Docu )
- : aStateMachine(C_nStatusSize,C_nCppInitialNrOfStati),
+ : aStateMachine(C_nStatusSize,C_nCppInitialNrOfStati),
pReceiver(&o_rReceiver),
pDocuContext(&let_drContext_Docu),
dpContext_MLComment(0),
@@ -185,7 +185,7 @@ Context_UidlCode::ReadCharChain( CharacterSource & io_rText )
StmBoundsStatu2 & rBound = aStateMachine.GetCharChain(nTokenId, io_rText);
// !!!
- // The order of the next two lines is essential, because
+ // The order of the next two lines is essential, because
// pFollowUpContext may be changed by PerformStatusFunction() also,
// which then MUST override the previous assignment.
pFollowUpContext = rBound.FollowUpContext();
@@ -211,9 +211,9 @@ Context_UidlCode::FollowUpContext()
}
void
-Context_UidlCode::PerformStatusFunction( uintt i_nStatusSignal,
- UINT16 i_nTokenId,
- CharacterSource & io_rText )
+Context_UidlCode::PerformStatusFunction( uintt i_nStatusSignal,
+ UINT16 i_nTokenId,
+ CharacterSource & io_rText )
{
switch (i_nStatusSignal)
{
@@ -265,7 +265,7 @@ Context_UidlCode::PerformStatusFunction( uintt i_nStatusSignal,
break;
default:
csv_assert(false);
- } // end switch ( i_nTokenId / 50 )
+ } // end switch ( i_nTokenId / 50 )
break;
case nF_fin_Punctuation:
io_rText.CutToken();
@@ -302,19 +302,19 @@ Context_UidlCode::PerformStatusFunction( uintt i_nStatusSignal,
break;
default:
csv_assert(false);
- } // end switch (i_nStatusSignal)
+ } // end switch (i_nStatusSignal)
}
void
Context_UidlCode::SetupStateMachine()
{
// Besondere Array-Stati (kein Tokenabschluss oder Kontextwechsel):
-// const INT16 top = 0; // Top-Status
- const INT16 wht = 1; // Whitespace-berlese-Status
- const INT16 bez = 2; // Bezeichner-lese-Status
+// const INT16 top = 0; // Top-Status
+ const INT16 wht = 1; // Whitespace-berlese-Status
+ const INT16 bez = 2; // Bezeichner-lese-Status
// Tokenfinish-Stati:
- const INT16 finErr = 3;
+ const INT16 finErr = 3;
const INT16 finIgn = 4;
const INT16 finBez = 5;
const INT16 finKeyw = 6;
@@ -323,25 +323,25 @@ Context_UidlCode::SetupStateMachine()
const INT16 finEOF = 9;
// Kontextwechsel-Stati:
- const INT16 gotoMld = 10;
- const INT16 gotoSld = 11;
- const INT16 gotoMlc = 12;
- const INT16 gotoSlc = 13;
+ const INT16 gotoMld = 10;
+ const INT16 gotoSld = 11;
+ const INT16 gotoMlc = 12;
+ const INT16 gotoSlc = 13;
const INT16 gotoPrp = 14;
- const INT16 gotoAsg = 15;
+ const INT16 gotoAsg = 15;
// Konstanten zur Benutzung in der Tabelle:
const INT16 err = finErr;
const INT16 fbz = finBez;
const INT16 fig = finIgn;
const INT16 fof = finEOF;
-// const INT16 fkw = finKeyw;
-// const INT16 fpc = finPunct;
+// const INT16 fkw = finKeyw;
+// const INT16 fpc = finPunct;
/// Die '0'en werden spaeter durch AddToken() ersetzt.
const INT16 A_nTopStatus[C_nStatusSize] =
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{fof,err,err,err,err,err,err,err,err,wht, 0,wht,wht, 0,err,err,
err,err,err,err,err,err,err,err,err,err,fof,err,err,err,err,err, // 16 ...
wht,err,wht, 0,err,err,err,err, 0, 0,err,err, 0, 0, 0,err,
@@ -353,7 +353,7 @@ Context_UidlCode::SetupStateMachine()
};
const INT16 A_nWhitespaceStatus[C_nStatusSize] =
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{fof,err,err,err,err,err,err,err,err,wht,fig,wht,wht,fig,err,err,
err,err,err,err,err,err,err,err,err,err,fof,err,err,err,err,err, // 16 ...
wht,fig,wht,fig,fig,fig,fig,fig,fig,fig,fig,fig,fig,fig,fig,fig,
@@ -365,7 +365,7 @@ Context_UidlCode::SetupStateMachine()
};
const INT16 A_nBezeichnerStatus[C_nStatusSize] =
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{fbz,err,err,err,err,err,err,err,err,fbz,fbz,fbz,fbz,fbz,err,err,
err,err,err,err,err,err,err,err,err,err,fbz,err,err,err,err,err, // 16 ...
fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,
@@ -377,7 +377,7 @@ Context_UidlCode::SetupStateMachine()
};
const INT16 A_nPunctDefStatus[C_nStatusSize] =
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{err,err,err,err,err,err,err,err,err,err,err,err,err,err,err,err,
err,err,err,err,err,err,err,err,err,err,err,err,err,err,err,err, // 16 ...
err,err,err,err,err,err,err,err,err,err,err,err,err,err,err,err,
@@ -389,7 +389,7 @@ Context_UidlCode::SetupStateMachine()
};
const INT16 A_nKeywordDefStatus[C_nStatusSize] =
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{fbz,err,err,err,err,err,err,err,err,fbz,fbz,fbz,fbz,fbz,err,err,
err,err,err,err,err,err,err,err,err,err,fbz,err,err,err,err,err, // 16 ...
fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,fbz,
@@ -407,32 +407,32 @@ Context_UidlCode::SetupStateMachine()
DYN StmArrayStatu2 * dpStatusBez
= new StmArrayStatu2( C_nStatusSize, A_nBezeichnerStatus, 0, true);
- DYN StmBoundsStatu2 * dpBst_finErr
+ DYN StmBoundsStatu2 * dpBst_finErr
= new StmBoundsStatu2( *this, TkpContext_Null2_(), nF_fin_Error, true );
- DYN StmBoundsStatu2 * dpBst_finIgn
+ DYN StmBoundsStatu2 * dpBst_finIgn
= new StmBoundsStatu2( *this, *this, nF_fin_Ignore, true );
- DYN StmBoundsStatu2 * dpBst_finBez
+ DYN StmBoundsStatu2 * dpBst_finBez
= new StmBoundsStatu2( *this, *this, nF_fin_Identifier, true );
- DYN StmBoundsStatu2 * dpBst_finKeyw
+ DYN StmBoundsStatu2 * dpBst_finKeyw
= new StmBoundsStatu2( *this, *this, nF_fin_Keyword, false );
- DYN StmBoundsStatu2 * dpBst_finPunct
+ DYN StmBoundsStatu2 * dpBst_finPunct
= new StmBoundsStatu2( *this, *this, nF_fin_Punctuation, false );
- DYN StmBoundsStatu2 * dpBst_finEOL
+ DYN StmBoundsStatu2 * dpBst_finEOL
= new StmBoundsStatu2( *this, *this, nF_fin_EOL, false );
- DYN StmBoundsStatu2 * dpBst_finEOF
+ DYN StmBoundsStatu2 * dpBst_finEOF
= new StmBoundsStatu2( *this, TkpContext_Null2_(), nF_fin_EOF, false );
- DYN StmBoundsStatu2 * dpBst_gotoMld
+ DYN StmBoundsStatu2 * dpBst_gotoMld
= new StmBoundsStatu2( *this, *pDocuContext, nF_goto_MLDocu, false );
- DYN StmBoundsStatu2 * dpBst_gotoSld
+ DYN StmBoundsStatu2 * dpBst_gotoSld
= new StmBoundsStatu2( *this, *pDocuContext, nF_goto_SLDocu, false );
- DYN StmBoundsStatu2 * dpBst_gotoMlc
+ DYN StmBoundsStatu2 * dpBst_gotoMlc
= new StmBoundsStatu2( *this, *dpContext_MLComment, nF_goto_MLComment, false );
- DYN StmBoundsStatu2 * dpBst_gotoSlc
+ DYN StmBoundsStatu2 * dpBst_gotoSlc
= new StmBoundsStatu2( *this, *dpContext_SLComment, nF_goto_SLComment, false );
- DYN StmBoundsStatu2 * dpBst_gotoPrp
+ DYN StmBoundsStatu2 * dpBst_gotoPrp
= new StmBoundsStatu2( *this, *dpContext_Preprocessor, nF_goto_Praeprocessor, false );
- DYN StmBoundsStatu2 * dpBst_gotoAsg
+ DYN StmBoundsStatu2 * dpBst_gotoAsg
= new StmBoundsStatu2( *this, *dpContext_Assignment, nF_goto_Assignment, false );
// dpMain aufbauen:
@@ -456,8 +456,8 @@ Context_UidlCode::SetupStateMachine()
aStateMachine.AddStatus(dpBst_gotoPrp);
aStateMachine.AddStatus(dpBst_gotoAsg);
- aStateMachine.AddToken("any", nTok_bty_any, A_nKeywordDefStatus, finKeyw);
- aStateMachine.AddToken("attribute", nTok_mt_attribute, A_nKeywordDefStatus, finKeyw);
+ aStateMachine.AddToken("any", nTok_bty_any, A_nKeywordDefStatus, finKeyw);
+ aStateMachine.AddToken("attribute", nTok_mt_attribute, A_nKeywordDefStatus, finKeyw);
aStateMachine.AddToken("boolean", nTok_bty_boolean, A_nKeywordDefStatus, finKeyw);
aStateMachine.AddToken("bound", nTok_ste_bound, A_nKeywordDefStatus, finKeyw);
aStateMachine.AddToken("byte", nTok_bty_byte, A_nKeywordDefStatus, finKeyw);
@@ -517,7 +517,7 @@ Context_UidlCode::SetupStateMachine()
A_nPunctDefStatus, finPunct);
aStateMachine.AddToken("}", nTok_punct_CurledBracketClose,
A_nPunctDefStatus, finPunct);
- aStateMachine.AddToken("<", nTok_punct_Lesser, A_nPunctDefStatus, finPunct);
+ aStateMachine.AddToken("<", nTok_punct_Lesser, A_nPunctDefStatus, finPunct);
aStateMachine.AddToken(">", nTok_punct_Greater, A_nPunctDefStatus, finPunct);
aStateMachine.AddToken(";", nTok_punct_Semicolon, A_nPunctDefStatus, finPunct);
aStateMachine.AddToken(":", nTok_punct_Colon, A_nPunctDefStatus, finPunct);
@@ -526,7 +526,7 @@ Context_UidlCode::SetupStateMachine()
aStateMachine.AddToken("-", nTok_punct_Minus, A_nPunctDefStatus, finPunct);
aStateMachine.AddToken(".", nTok_punct_Fullstop, A_nPunctDefStatus, finPunct);
aStateMachine.AddToken("/**", nTok_none_MLDocuBegin, A_nPunctDefStatus, gotoMld);
- aStateMachine.AddToken("///", nTok_none_SLDocuBegin, A_nPunctDefStatus, gotoSld);
+ aStateMachine.AddToken("///", nTok_none_SLDocuBegin, A_nPunctDefStatus, gotoSld);
aStateMachine.AddToken("/*", nTok_none_MLCommentBegin,
A_nPunctDefStatus, gotoMlc);
aStateMachine.AddToken("//", nTok_none_SLCommentBegin,
diff --git a/autodoc/source/parser_i/idl/cx_sub.cxx b/autodoc/source/parser_i/idl/cx_sub.cxx
index e098d6cc1c3c..facf23f68909 100644
--- a/autodoc/source/parser_i/idl/cx_sub.cxx
+++ b/autodoc/source/parser_i/idl/cx_sub.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
@@ -63,7 +63,7 @@ Cx_Base::FollowUpContext()
}
void
-Context_MLComment::ReadCharChain( CharacterSource & io_rText )
+Context_MLComment::ReadCharChain( CharacterSource & io_rText )
{
char cNext = NULCH;
@@ -89,7 +89,7 @@ Context_MLComment::ReadCharChain( CharacterSource & io_rText )
}
void
-Context_SLComment::ReadCharChain( CharacterSource & io_rText )
+Context_SLComment::ReadCharChain( CharacterSource & io_rText )
{
jumpToEol(io_rText);
if (io_rText.CurChar() != NULCH)
@@ -101,7 +101,7 @@ Context_SLComment::ReadCharChain( CharacterSource & io_rText )
}
void
-Context_Praeprocessor::ReadCharChain( CharacterSource & io_rText )
+Context_Praeprocessor::ReadCharChain( CharacterSource & io_rText )
{
jumpToEol(io_rText);
if (io_rText.CurChar() != NULCH)
@@ -113,7 +113,7 @@ Context_Praeprocessor::ReadCharChain( CharacterSource & io_rText )
}
void
-Context_Assignment::ReadCharChain( CharacterSource & io_rText )
+Context_Assignment::ReadCharChain( CharacterSource & io_rText )
{
// KORR_FUTURE
// How to handle new lines within this, so he y get realised by
@@ -134,7 +134,7 @@ Context_Assignment::ReadCharChain( CharacterSource & io_rText )
io_rText.MoveOn();
}
cNext = io_rText.MoveOn();
- } // endif (cNext == '"')
+ } // endif (cNext == '"')
} while (cNext != ';' AND cNext != ',' AND cNext != '}');
if (cNext == ',' OR cNext == ';')
diff --git a/autodoc/source/parser_i/idl/distrib.cxx b/autodoc/source/parser_i/idl/distrib.cxx
index 75c245bfa96e..3c8cb6a2698c 100644
--- a/autodoc/source/parser_i/idl/distrib.cxx
+++ b/autodoc/source/parser_i/idl/distrib.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
@@ -42,7 +42,7 @@
-const uintt C_nNO_TRY = uintt(-1);
+const uintt C_nNO_TRY = uintt(-1);
namespace csi
@@ -52,7 +52,7 @@ namespace uidl
TokenDistributor::TokenDistributor( ary::Repository & io_rRepository,
ParserInfo & io_rParserInfo )
- : pTokenSource(0),
+ : pTokenSource(0),
aDocumentation(io_rParserInfo),
aProcessingData( io_rRepository, aDocumentation, io_rParserInfo )
{
@@ -75,10 +75,10 @@ TokenDistributor::TradeToken()
}
TokenDistributor::ProcessingData::ProcessingData(
- ary::Repository & io_rRepository,
- Documentation & i_rDocuProcessor,
+ ary::Repository & io_rRepository,
+ Documentation & i_rDocuProcessor,
ParserInfo & io_rParserInfo )
- : // aEnvironments
+ : // aEnvironments
// aTokenQueue
// itCurToken
// aCurResult
@@ -203,10 +203,10 @@ TokenDistributor::ProcessingData::AcknowledgeResult()
DecrementTryCount();
aEnvironments.pop_back();
CurEnv().Enter(pop_failure);
- } break;
+ } break;
default:
csv_assert(false);
- } // end switch(aCurResult.eStackAction)
+ } // end switch(aCurResult.eStackAction)
}
void
@@ -222,7 +222,7 @@ TokenDistributor::ProcessingData::DecrementTryCount()
TokenDistributor::
Documentation::Documentation(ParserInfo & io_rParserInfo)
- : pDocuParseEnv(new csi::dsapi::SapiDocu_PE(io_rParserInfo)),
+ : pDocuParseEnv(new csi::dsapi::SapiDocu_PE(io_rParserInfo)),
rParserInfo(io_rParserInfo),
pMostRecentDocu(0),
bIsPassedFirstDocu(false)
@@ -246,7 +246,7 @@ Documentation::Receive( DYN csi::dsapi::Token & let_drToken )
pMostRecentDocu = pDocuParseEnv->ReleaseJustParsedDocu();
if (NOT bIsPassedFirstDocu)
{
- pMostRecentDocu = 0; // Deletes the most recent docu.
+ pMostRecentDocu = 0; // Deletes the most recent docu.
bIsPassedFirstDocu = true;
}
}
diff --git a/autodoc/source/parser_i/idl/parsenv2.cxx b/autodoc/source/parser_i/idl/parsenv2.cxx
index 4327ae1e3cbd..cd8d6d7f93d7 100644
--- a/autodoc/source/parser_i/idl/parsenv2.cxx
+++ b/autodoc/source/parser_i/idl/parsenv2.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
@@ -60,8 +60,8 @@ UnoIDL_PE::~UnoIDL_PE()
}
void
-UnoIDL_PE::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
+UnoIDL_PE::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
TokenProcessing_Result & o_rResult )
{
pRepository = &io_rRepository;
@@ -69,15 +69,15 @@ UnoIDL_PE::EstablishContacts( UnoIDL_PE * io_pParentPE,
}
//void
-//UnoIDL_PE::EstablishContacts( UnoIDL_PE * io_pParentPE,
-// ary::idl::Gate & io_rGate,
-// TokenProcessing_Result & o_rResult )
+//UnoIDL_PE::EstablishContacts( UnoIDL_PE * io_pParentPE,
+// ary::idl::Gate & io_rGate,
+// TokenProcessing_Result & o_rResult )
//{
-// aMyNode.EstablishContacts(io_pParentPE, io_rGate, o_rResult);
+// aMyNode.EstablishContacts(io_pParentPE, io_rGate, o_rResult);
//}
void
-UnoIDL_PE::Enter( E_EnvStackAction i_eWayOfEntering )
+UnoIDL_PE::Enter( E_EnvStackAction i_eWayOfEntering )
{
switch (i_eWayOfEntering)
{
@@ -95,11 +95,11 @@ UnoIDL_PE::Enter( E_EnvStackAction i_eWayOfEntering )
// no break because of throw
default:
csv_assert(false);
- } // end switch
+ } // end switch
}
void
-UnoIDL_PE::Leave( E_EnvStackAction i_eWayOfLeaving )
+UnoIDL_PE::Leave( E_EnvStackAction i_eWayOfLeaving )
{
switch (i_eWayOfLeaving)
{
@@ -116,7 +116,7 @@ UnoIDL_PE::Leave( E_EnvStackAction i_eWayOfLeaving )
// no break because of throw
default:
csv_assert(false);
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_attri.cxx b/autodoc/source/parser_i/idl/pe_attri.cxx
index 31fe8063ea6c..fe362c429915 100644
--- a/autodoc/source/parser_i/idl/pe_attri.cxx
+++ b/autodoc/source/parser_i/idl/pe_attri.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
@@ -68,8 +68,8 @@ PE_Attribute::PE_Attribute( const Ce_id & i_rCurOwner )
void
PE_Attribute::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Variable->EstablishContacts(this,io_rRepository,o_rResult);
diff --git a/autodoc/source/parser_i/idl/pe_const.cxx b/autodoc/source/parser_i/idl/pe_const.cxx
index 4013f33d02d7..7b07b8d858e6 100644
--- a/autodoc/source/parser_i/idl/pe_const.cxx
+++ b/autodoc/source/parser_i/idl/pe_const.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
@@ -51,11 +51,11 @@ namespace uidl
#ifdef DF
#undef DF
#endif
-#define DF &PE_Constant::On_Default
+#define DF &PE_Constant::On_Default
PE_Constant::F_TOK
PE_Constant::aDispatcher[PE_Constant::e_STATES_MAX][PE_Constant::tt_MAX] =
- { { DF, DF, DF }, // e_none
+ { { DF, DF, DF }, // e_none
{ DF, &PE_Constant::On_expect_name_Identifier,
DF }, // expect_name
{ DF, DF, &PE_Constant::On_expect_curl_bracket_open_Punctuation }, // expect_curl_bracket_open
@@ -69,15 +69,15 @@ PE_Constant::aDispatcher[PE_Constant::e_STATES_MAX][PE_Constant::tt_MAX] =
inline void
-PE_Constant::CallHandler( const char * i_sTokenText,
- E_TokenType i_eTokenType )
+PE_Constant::CallHandler( const char * i_sTokenText,
+ E_TokenType i_eTokenType )
{ (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); }
PE_Constant::PE_Constant()
- : eState(e_none),
+ : eState(e_none),
sData_Name(),
nDataId(0),
pPE_Type(0),
@@ -91,9 +91,9 @@ PE_Constant::PE_Constant()
}
void
-PE_Constant::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_Constant::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Type->EstablishContacts(this,io_rRepository,o_rResult);
@@ -256,11 +256,11 @@ PE_Constant::ReceiveData()
CreateSingleConstant();
EmptySingleConstData();
eState = expect_const;
- } break;
+ } break;
default:
SetResult(not_done, pop_failure);
eState = e_none;
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_enum2.cxx b/autodoc/source/parser_i/idl/pe_enum2.cxx
index 68fb46d48a56..e6e96cfd2b15 100644
--- a/autodoc/source/parser_i/idl/pe_enum2.cxx
+++ b/autodoc/source/parser_i/idl/pe_enum2.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
@@ -51,11 +51,11 @@ namespace uidl
#ifdef DF
#undef DF
#endif
-#define DF &PE_Enum::On_Default
+#define DF &PE_Enum::On_Default
PE_Enum::F_TOK
PE_Enum::aDispatcher[PE_Enum::e_STATES_MAX][PE_Enum::tt_MAX] =
- { { DF, DF }, // e_none
+ { { DF, DF }, // e_none
{ &PE_Enum::On_expect_name_Identifier,
DF }, // expect_name
{ DF, &PE_Enum::On_expect_curl_bracket_open_Punctuation }, // expect_curl_bracket_open
@@ -67,15 +67,15 @@ PE_Enum::aDispatcher[PE_Enum::e_STATES_MAX][PE_Enum::tt_MAX] =
inline void
-PE_Enum::CallHandler( const char * i_sTokenText,
- E_TokenType i_eTokenType )
+PE_Enum::CallHandler( const char * i_sTokenText,
+ E_TokenType i_eTokenType )
{ (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); }
PE_Enum::PE_Enum()
- : eState(e_none),
+ : eState(e_none),
sData_Name(),
nDataId(0),
pPE_Value(0),
@@ -86,9 +86,9 @@ PE_Enum::PE_Enum()
}
void
-PE_Enum::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_Enum::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Value->EstablishContacts(this,io_rRepository,o_rResult);
@@ -227,11 +227,11 @@ PE_Enum::ReceiveData()
CreateSingleValue();
EmptySingleValueData();
- } break;
+ } break;
default:
SetResult(not_done, pop_failure);
eState = e_none;
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_evalu.cxx b/autodoc/source/parser_i/idl/pe_evalu.cxx
index 4e1aafabb10b..2d754e8da4bb 100644
--- a/autodoc/source/parser_i/idl/pe_evalu.cxx
+++ b/autodoc/source/parser_i/idl/pe_evalu.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
@@ -48,11 +48,11 @@ namespace uidl
#ifdef DF
#undef DF
#endif
-#define DF &PE_Value::On_Default
+#define DF &PE_Value::On_Default
PE_Value::F_TOK
PE_Value::aDispatcher[PE_Value::e_STATES_MAX][PE_Value::tt_MAX] =
- { { DF, DF, DF }, // e_none
+ { { DF, DF, DF }, // e_none
{ &PE_Value::On_expect_name_Identifier,
DF, DF }, // expect_name
{ DF, &PE_Value::On_got_name_Punctuation,
@@ -62,18 +62,18 @@ PE_Value::aDispatcher[PE_Value::e_STATES_MAX][PE_Value::tt_MAX] =
inline void
-PE_Value::CallHandler( const char * i_sTokenText,
- E_TokenType i_eTokenType )
+PE_Value::CallHandler( const char * i_sTokenText,
+ E_TokenType i_eTokenType )
{ (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); }
-PE_Value::PE_Value( String & o_rName,
- String & o_rAssignment,
- bool i_bIsConst )
- : eState(e_none),
+PE_Value::PE_Value( String & o_rName,
+ String & o_rAssignment,
+ bool i_bIsConst )
+ : eState(e_none),
pName(&o_rName),
pAssignment(&o_rAssignment),
bIsConst(i_bIsConst)
@@ -81,9 +81,9 @@ PE_Value::PE_Value( String & o_rName,
}
void
-PE_Value::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_Value::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
}
diff --git a/autodoc/source/parser_i/idl/pe_excp.cxx b/autodoc/source/parser_i/idl/pe_excp.cxx
index 23d3843583bb..76ee2d4f71ed 100644
--- a/autodoc/source/parser_i/idl/pe_excp.cxx
+++ b/autodoc/source/parser_i/idl/pe_excp.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
@@ -51,16 +51,16 @@ namespace uidl
PE_Exception::PE_Exception()
- // : aWork,
+ // : aWork,
// pStati
{
pStati = new S_Stati(*this);
}
void
-PE_Exception::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_Exception::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
Work().pPE_Element->EstablishContacts(this,io_rRepository,o_rResult);
@@ -103,7 +103,7 @@ PE_Exception::ReceiveData()
}
PE_Exception::S_Work::S_Work()
- : sData_Name(),
+ : sData_Name(),
bIsPreDeclaration(false),
nCurStruct(0),
pPE_Element(0),
@@ -146,7 +146,7 @@ PE_Exception::S_Work::Data_Set_Name( const char * i_sName )
}
PE_Exception::S_Stati::S_Stati(PE_Exception & io_rStruct)
- : aNone(io_rStruct),
+ : aNone(io_rStruct),
aWaitForName(io_rStruct),
aGotName(io_rStruct),
aWaitForBase(io_rStruct),
@@ -159,7 +159,7 @@ PE_Exception::S_Stati::S_Stati(PE_Exception & io_rStruct)
}
-//*********************** Stati ***************************//
+//*********************** Stati ***************************//
UnoIDL_PE &
@@ -196,7 +196,7 @@ PE_Exception::State_GotName::Process_Punctuation( const TokPunctuation & i_rToke
break;
default:
SetResult(not_done,pop_failure);
- } // end switch
+ } // end switch
}
else
{
diff --git a/autodoc/source/parser_i/idl/pe_file2.cxx b/autodoc/source/parser_i/idl/pe_file2.cxx
index 144470f8945e..f6caa5e8d765 100644
--- a/autodoc/source/parser_i/idl/pe_file2.cxx
+++ b/autodoc/source/parser_i/idl/pe_file2.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
@@ -59,7 +59,7 @@ namespace uidl
PE_File::PE_File( TokenDistributor & i_rTokenAdmin,
const ParserInfo & i_parseInfo )
- : pTokenAdmin(&i_rTokenAdmin),
+ : pTokenAdmin(&i_rTokenAdmin),
pPE_Service(new PE_Service),
pPE_Singleton(new PE_Singleton),
pPE_Interface(new PE_Interface),
@@ -76,9 +76,9 @@ PE_File::PE_File( TokenDistributor & i_rTokenAdmin,
}
void
-PE_File::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_File::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Service->EstablishContacts(this,io_rRepository,o_rResult);
@@ -123,7 +123,7 @@ PE_File::Process_Identifier( const TokIdentifier & i_rToken )
SetResult(done, stay);
eState = wait_for_module_bracket;
- } break;
+ } break;
case on_default:
SetResult(done, stay);
break;
@@ -198,7 +198,7 @@ PE_File::Process_Punctuation( const TokPunctuation & i_rToken )
}
void
-PE_File::Process_MetaType( const TokMetaType & i_rToken )
+PE_File::Process_MetaType( const TokMetaType & i_rToken )
{
switch (i_rToken.Id())
{
@@ -245,7 +245,7 @@ PE_File::Process_MetaType( const TokMetaType & i_rToken )
default:
Process_Default();
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_func2.cxx b/autodoc/source/parser_i/idl/pe_func2.cxx
index 64a0c6d65736..1e8a487caac6 100644
--- a/autodoc/source/parser_i/idl/pe_func2.cxx
+++ b/autodoc/source/parser_i/idl/pe_func2.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
@@ -51,8 +51,8 @@ namespace uidl
{
-PE_Function::PE_Function( const RParent & i_rCurInterface )
- : eState(e_none),
+PE_Function::PE_Function( const RParent & i_rCurInterface )
+ : eState(e_none),
sData_Name(),
nData_ReturnType(0),
bData_Oneway(false),
@@ -67,13 +67,13 @@ PE_Function::PE_Function( const RParent & i_rCurInterface )
sCurParsedParam_Name(),
bIsForConstructors(false)
{
- pPE_Type = new PE_Type(nCurParsedType);
- pPE_Variable = new PE_Variable(nCurParsedParam_Type, sCurParsedParam_Name);
+ pPE_Type = new PE_Type(nCurParsedType);
+ pPE_Variable = new PE_Variable(nCurParsedParam_Type, sCurParsedParam_Name);
}
-PE_Function::PE_Function( const RParent & i_rCurService,
+PE_Function::PE_Function( const RParent & i_rCurService,
E_Constructor )
- : eState(expect_name),
+ : eState(expect_name),
sData_Name(),
nData_ReturnType(0),
bData_Oneway(false),
@@ -88,13 +88,13 @@ PE_Function::PE_Function( const RParent & i_rCurService,
sCurParsedParam_Name(),
bIsForConstructors(true)
{
- pPE_Type = new PE_Type(nCurParsedType);
- pPE_Variable = new PE_Variable(nCurParsedParam_Type, sCurParsedParam_Name);
+ pPE_Type = new PE_Type(nCurParsedType);
+ pPE_Variable = new PE_Variable(nCurParsedParam_Type, sCurParsedParam_Name);
}
void
-PE_Function::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
+PE_Function::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
@@ -125,7 +125,7 @@ PE_Function::Process_Stereotype( const TokStereotype & i_rToken )
break;
default:
OnDefault();
- } // end switch
+ } // end switch
}
else
OnDefault();
@@ -286,7 +286,7 @@ PE_Function::Process_BuiltInType( const TokBuiltInType & i_rToken )
break;
default:
OnDefault();
- } // end switch
+ } // end switch
}
void
@@ -344,7 +344,7 @@ PE_Function::Process_Default()
break;
default:
OnDefault();
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_iface.cxx b/autodoc/source/parser_i/idl/pe_iface.cxx
index 404c303d2c04..0853dc9513bc 100644
--- a/autodoc/source/parser_i/idl/pe_iface.cxx
+++ b/autodoc/source/parser_i/idl/pe_iface.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,11 +53,11 @@ namespace uidl
#ifdef DF
#undef DF
#endif
-#define DF &PE_Interface::On_Default
+#define DF &PE_Interface::On_Default
PE_Interface::F_TOK
PE_Interface::aDispatcher[PE_Interface::e_STATES_MAX][PE_Interface::tt_MAX] =
- { { DF, DF, DF, DF, DF }, // e_none
+ { { DF, DF, DF, DF, DF }, // e_none
{ &PE_Interface::On_need_uik_MetaType,
DF, DF, DF, DF }, // need_uik
{ DF, &PE_Interface::On_uik_Identifier,
@@ -92,14 +92,14 @@ PE_Interface::aDispatcher[PE_Interface::e_STATES_MAX][PE_Interface::tt_MAX] =
inline void
-PE_Interface::CallHandler( const char * i_sTokenText,
- E_TokenType i_eTokenType )
+PE_Interface::CallHandler( const char * i_sTokenText,
+ E_TokenType i_eTokenType )
{ (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); }
PE_Interface::PE_Interface()
- : eState(e_none),
+ : eState(e_none),
sData_Name(),
bIsPreDeclaration(false),
pCurInterface(0),
@@ -110,15 +110,15 @@ PE_Interface::PE_Interface()
nCurParsed_Base(0),
bOptionalMember(false)
{
- pPE_Function = new PE_Function(nCurInterface);
- pPE_Type = new PE_Type(nCurParsed_Base);
+ pPE_Function = new PE_Function(nCurInterface);
+ pPE_Type = new PE_Type(nCurParsed_Base);
pPE_Attribute = new PE_Attribute(nCurInterface);
}
void
-PE_Interface::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_Interface::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Function->EstablishContacts(this,io_rRepository,o_rResult);
@@ -138,7 +138,7 @@ PE_Interface::ProcessToken( const Token & i_rToken )
void
-PE_Interface::Process_MetaType( const TokMetaType & i_rToken )
+PE_Interface::Process_MetaType( const TokMetaType & i_rToken )
{
CallHandler( i_rToken.Text(), tt_metatype );
}
@@ -270,7 +270,7 @@ PE_Interface::On_wait_for_base_Punctuation(const char * i_sText)
default:
SetResult(not_done, pop_failure);
eState = e_none;
- } // end switch
+ } // end switch
}
else
{
@@ -322,7 +322,7 @@ PE_Interface::On_std_Punctuation(const char * i_sText)
default:
SetResult(not_done, pop_failure);
eState = e_none;
- } // end switch
+ } // end switch
}
void
@@ -375,7 +375,7 @@ PE_Interface::On_need_finish_Punctuation(const char * i_sText)
default:
SetResult(not_done, pop_failure);
eState = e_none;
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_property.cxx b/autodoc/source/parser_i/idl/pe_property.cxx
index fc138b3c9d27..e3176c23bbc4 100644
--- a/autodoc/source/parser_i/idl/pe_property.cxx
+++ b/autodoc/source/parser_i/idl/pe_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
@@ -64,8 +64,8 @@ PE_Property::PE_Property( const Ce_id & i_rCurOwner )
void
PE_Property::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Variable->EstablishContacts(this,io_rRepository,o_rResult);
diff --git a/autodoc/source/parser_i/idl/pe_selem.cxx b/autodoc/source/parser_i/idl/pe_selem.cxx
index 7dabd57b8205..94f4e97b5c5f 100644
--- a/autodoc/source/parser_i/idl/pe_selem.cxx
+++ b/autodoc/source/parser_i/idl/pe_selem.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
@@ -50,10 +50,10 @@ namespace
const String C_sNone;
}
-PE_StructElement::PE_StructElement( RStructElement & o_rResult,
- const RStruct & i_rCurStruct,
+PE_StructElement::PE_StructElement( RStructElement & o_rResult,
+ const RStruct & i_rCurStruct,
const String & i_rCurStructTemplateParam )
- : eState(e_none),
+ : eState(e_none),
pResult(&o_rResult),
pCurStruct(&i_rCurStruct),
bIsExceptionElement(false),
@@ -65,9 +65,9 @@ PE_StructElement::PE_StructElement( RStructElement & o_rResult,
pPE_Type = new PE_Type(nType);
}
-PE_StructElement::PE_StructElement( RStructElement & o_rResult,
- const RStruct & i_rCurExc )
- : eState(e_none),
+PE_StructElement::PE_StructElement( RStructElement & o_rResult,
+ const RStruct & i_rCurExc )
+ : eState(e_none),
pResult(&o_rResult),
pCurStruct(&i_rCurExc),
bIsExceptionElement(true),
@@ -80,9 +80,9 @@ PE_StructElement::PE_StructElement( RStructElement & o_rResult,
}
void
-PE_StructElement::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_StructElement::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Type->EstablishContacts(this,io_rRepository,o_rResult);
diff --git a/autodoc/source/parser_i/idl/pe_servi.cxx b/autodoc/source/parser_i/idl/pe_servi.cxx
index a4209c58f7be..083fdd1884bd 100644
--- a/autodoc/source/parser_i/idl/pe_servi.cxx
+++ b/autodoc/source/parser_i/idl/pe_servi.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 uidl
PE_Service::PE_Service()
- : eState(e_none),
+ : eState(e_none),
sData_Name(),
bIsPreDeclaration(false),
pCurService(0),
@@ -66,14 +66,14 @@ PE_Service::PE_Service()
pPE_Constructor(0),
bOptionalMember(false)
{
- pPE_Property = new PE_Property(nCurService);
- pPE_Type = new PE_Type(nCurParsed_Type);
+ pPE_Property = new PE_Property(nCurService);
+ pPE_Type = new PE_Type(nCurParsed_Type);
pPE_Constructor = new PE_Function(nCurService, PE_Function::constructor);
}
void
-PE_Service::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
+PE_Service::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
@@ -94,7 +94,7 @@ PE_Service::ProcessToken( const Token & i_rToken )
void
-PE_Service::Process_MetaType( const TokMetaType & i_rToken )
+PE_Service::Process_MetaType( const TokMetaType & i_rToken )
{
switch ( i_rToken.Id() )
{
@@ -130,7 +130,7 @@ PE_Service::Process_MetaType( const TokMetaType & i_rToken )
// KORR_FUTURE:
// Should throw syntax error warning.
;
- } // end switch
+ } // end switch
}
void
@@ -239,11 +239,11 @@ PE_Service::Process_Punctuation( const TokPunctuation & i_rToken )
break;
default:
On_Default();
- } // end switch
+ } // end switch
break;
default:
On_Default();
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_singl.cxx b/autodoc/source/parser_i/idl/pe_singl.cxx
index 292d380323ac..323ce23b55c2 100644
--- a/autodoc/source/parser_i/idl/pe_singl.cxx
+++ b/autodoc/source/parser_i/idl/pe_singl.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
@@ -50,7 +50,7 @@ namespace uidl
PE_Singleton::PE_Singleton()
- : eState(e_none),
+ : eState(e_none),
sData_Name(),
bIsPreDeclaration(false),
pCurSingleton(0),
@@ -58,12 +58,12 @@ PE_Singleton::PE_Singleton()
pPE_Type(0),
nCurParsed_Type(0)
{
- pPE_Type = new PE_Type(nCurParsed_Type);
+ pPE_Type = new PE_Type(nCurParsed_Type);
}
void
-PE_Singleton::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
+PE_Singleton::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
@@ -82,7 +82,7 @@ PE_Singleton::ProcessToken( const Token & i_rToken )
void
-PE_Singleton::Process_MetaType( const TokMetaType & i_rToken )
+PE_Singleton::Process_MetaType( const TokMetaType & i_rToken )
{
switch ( i_rToken.Id() )
{
@@ -106,7 +106,7 @@ PE_Singleton::Process_MetaType( const TokMetaType & i_rToken )
// Should throw syntax error warning
;
- } // end switch
+ } // end switch
}
void
@@ -160,7 +160,7 @@ PE_Singleton::Process_Punctuation( const TokPunctuation & i_rToken )
break;
default:
On_Default();
- } // end switch
+ } // end switch
break;
case TokPunctuation::Colon:
switch (eState)
@@ -171,11 +171,11 @@ PE_Singleton::Process_Punctuation( const TokPunctuation & i_rToken )
break;
default:
On_Default();
- } // end switch
+ } // end switch
break;
default:
On_Default();
- } // end switch
+ } // end switch
}
void
diff --git a/autodoc/source/parser_i/idl/pe_struc.cxx b/autodoc/source/parser_i/idl/pe_struc.cxx
index a9dc68448ee3..766597f07809 100644
--- a/autodoc/source/parser_i/idl/pe_struc.cxx
+++ b/autodoc/source/parser_i/idl/pe_struc.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
@@ -58,8 +58,8 @@ PE_Struct::PE_Struct()
void
PE_Struct::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
Work().pPE_Element->EstablishContacts(this,io_rRepository,o_rResult);
diff --git a/autodoc/source/parser_i/idl/pe_tydf2.cxx b/autodoc/source/parser_i/idl/pe_tydf2.cxx
index 310a8f57327b..c7051f3047bd 100644
--- a/autodoc/source/parser_i/idl/pe_tydf2.cxx
+++ b/autodoc/source/parser_i/idl/pe_tydf2.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,11 +49,11 @@ namespace uidl
#ifdef DF
#undef DF
#endif
-#define DF &PE_Typedef::On_Default
+#define DF &PE_Typedef::On_Default
PE_Typedef::F_TOK
PE_Typedef::aDispatcher[PE_Typedef::e_STATES_MAX][PE_Typedef::tt_MAX] =
- { { DF, DF, DF }, // e_none
+ { { DF, DF, DF }, // e_none
{ &PE_Typedef::On_expect_description_Any,
&PE_Typedef::On_expect_description_Any,
DF }, // expect_description
@@ -65,8 +65,8 @@ PE_Typedef::aDispatcher[PE_Typedef::e_STATES_MAX][PE_Typedef::tt_MAX] =
inline void
-PE_Typedef::CallHandler( const char * i_sTokenText,
- E_TokenType i_eTokenType )
+PE_Typedef::CallHandler( const char * i_sTokenText,
+ E_TokenType i_eTokenType )
{ (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); }
@@ -74,7 +74,7 @@ PE_Typedef::CallHandler( const char * i_sTokenText,
PE_Typedef::PE_Typedef()
- : eState(e_none),
+ : eState(e_none),
pPE_Type(0),
nType(0),
sName()
@@ -83,8 +83,8 @@ PE_Typedef::PE_Typedef()
}
void
-PE_Typedef::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
+PE_Typedef::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
diff --git a/autodoc/source/parser_i/idl/pe_type2.cxx b/autodoc/source/parser_i/idl/pe_type2.cxx
index fe73ce04bdca..d21d01795e81 100644
--- a/autodoc/source/parser_i/idl/pe_type2.cxx
+++ b/autodoc/source/parser_i/idl/pe_type2.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
@@ -75,7 +75,7 @@ namespace uidl
PE_Type::PE_Type( ary::idl::Type_id & o_rResult )
- : pResult(&o_rResult),
+ : pResult(&o_rResult),
nIsSequenceCounter(0),
nSequenceDownCounter(0),
bIsUnsigned(false),
diff --git a/autodoc/source/parser_i/idl/pe_vari2.cxx b/autodoc/source/parser_i/idl/pe_vari2.cxx
index 8491d831c9b8..c3714a21d839 100644
--- a/autodoc/source/parser_i/idl/pe_vari2.cxx
+++ b/autodoc/source/parser_i/idl/pe_vari2.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,9 +47,9 @@ namespace uidl
{
-PE_Variable::PE_Variable( ary::idl::Type_id & i_rResult_Type,
- String & i_rResult_Name )
- : eState(e_none),
+PE_Variable::PE_Variable( ary::idl::Type_id & i_rResult_Type,
+ String & i_rResult_Name )
+ : eState(e_none),
pResult_Type(&i_rResult_Type),
pResult_Name(&i_rResult_Name),
pPE_Type(0)
@@ -58,9 +58,9 @@ PE_Variable::PE_Variable( ary::idl::Type_id & i_rResult_Type,
}
void
-PE_Variable::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_Variable::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Type->EstablishContacts(this,io_rRepository,o_rResult);
@@ -84,7 +84,7 @@ PE_Variable::Process_Default()
{
SetResult( not_done, push_sure, pPE_Type.Ptr() );
}
- else{
+ else{
csv_assert(false);
}
}
diff --git a/autodoc/source/parser_i/idl/pestate.cxx b/autodoc/source/parser_i/idl/pestate.cxx
index 2799e2029783..214be8e9a958 100644
--- a/autodoc/source/parser_i/idl/pestate.cxx
+++ b/autodoc/source/parser_i/idl/pestate.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
@@ -73,7 +73,7 @@ ParseEnvState::Process_TypeModifier( const TokTypeModifier & )
}
void
-ParseEnvState::Process_MetaType( const TokMetaType & )
+ParseEnvState::Process_MetaType( const TokMetaType & )
{
Process_Default();
}
@@ -131,7 +131,7 @@ ParseEnvState::Process_Default()
{
if (bDefaultIsError)
MyPE().SetResult(not_done, pop_failure);
- else // ignore:
+ else // ignore:
MyPE().SetResult(done, stay);
}
diff --git a/autodoc/source/parser_i/idl/semnode.cxx b/autodoc/source/parser_i/idl/semnode.cxx
index f2e38a291e87..4ff1e3f191fd 100644
--- a/autodoc/source/parser_i/idl/semnode.cxx
+++ b/autodoc/source/parser_i/idl/semnode.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
@@ -46,19 +46,19 @@ namespace uidl
SemanticNode::SemanticNode()
- : pParentPE(0),
+ : pParentPE(0),
pAryGate(0),
pTokenResult(0)
{
}
void
-SemanticNode::EstablishContacts( UnoIDL_PE * io_pParentPE,
+SemanticNode::EstablishContacts( UnoIDL_PE * io_pParentPE,
ary::idl::Gate & io_rGate,
- TokenProcessing_Result & o_rResult )
+ TokenProcessing_Result & o_rResult )
{
- pParentPE = io_pParentPE;
- pAryGate = &io_rGate;
+ pParentPE = io_pParentPE;
+ pAryGate = &io_rGate;
pTokenResult = &o_rResult;
}
@@ -67,15 +67,15 @@ SemanticNode::~SemanticNode()
}
void
-SemanticNode::SetTokenResult( E_TokenDone i_eDone,
- E_EnvStackAction i_eWhat2DoWithEnvStack,
- UnoIDL_PE * i_pParseEnv2Push )
+SemanticNode::SetTokenResult( E_TokenDone i_eDone,
+ E_EnvStackAction i_eWhat2DoWithEnvStack,
+ UnoIDL_PE * i_pParseEnv2Push )
{
csv_assert(pTokenResult != 0);
- pTokenResult->eDone = i_eDone;
- pTokenResult->eStackAction = i_eWhat2DoWithEnvStack;
- pTokenResult->pEnv2Push = i_pParseEnv2Push;
+ pTokenResult->eDone = i_eDone;
+ pTokenResult->eStackAction = i_eWhat2DoWithEnvStack;
+ pTokenResult->pEnv2Push = i_pParseEnv2Push;
}
diff --git a/autodoc/source/parser_i/idl/tk_const.cxx b/autodoc/source/parser_i/idl/tk_const.cxx
index 98b418b3f679..69027f73dc06 100644
--- a/autodoc/source/parser_i/idl/tk_const.cxx
+++ b/autodoc/source/parser_i/idl/tk_const.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
@@ -42,7 +42,7 @@ namespace uidl
void
-TokAssignment::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokAssignment::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Assignment(*this);
}
diff --git a/autodoc/source/parser_i/idl/tk_ident.cxx b/autodoc/source/parser_i/idl/tk_ident.cxx
index 13f5571d5e05..bda977da6085 100644
--- a/autodoc/source/parser_i/idl/tk_ident.cxx
+++ b/autodoc/source/parser_i/idl/tk_ident.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 uidl
{
void
-TokIdentifier::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokIdentifier::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Identifier(*this);
}
@@ -53,7 +53,7 @@ TokIdentifier::Text() const
}
void
-TokNameSeparator::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokNameSeparator::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_NameSeparator();
}
diff --git a/autodoc/source/parser_i/idl/tk_keyw.cxx b/autodoc/source/parser_i/idl/tk_keyw.cxx
index 408f83dc4b58..7b3332705821 100644
--- a/autodoc/source/parser_i/idl/tk_keyw.cxx
+++ b/autodoc/source/parser_i/idl/tk_keyw.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 @@ using csi::uidl::TokStereotype;
using csi::uidl::TokParameterHandling;
-lux::EnumValueMap G_aTokBuiltInType_EV_TokenId_Values;
+lux::EnumValueMap G_aTokBuiltInType_EV_TokenId_Values;
TokBuiltInType::EV_TokenId ev_bty_none(TokBuiltInType::e_none,"");
TokBuiltInType::EV_TokenId ev_bty_any(TokBuiltInType::bty_any,"any");
TokBuiltInType::EV_TokenId ev_bty_boolean(TokBuiltInType::bty_boolean,"boolean");
@@ -56,30 +56,30 @@ TokBuiltInType::EV_TokenId ev_bty_void(TokBuiltInType::bty_void,"void");
TokBuiltInType::EV_TokenId ev_bty_ellipse(TokBuiltInType::bty_ellipse,"...");
-lux::EnumValueMap G_aTokTypeModifier_EV_TokenId_Values;
+lux::EnumValueMap G_aTokTypeModifier_EV_TokenId_Values;
TokTypeModifier::EV_TokenId ev_tmod_none(TokTypeModifier::e_none,"");
TokTypeModifier::EV_TokenId ev_tmod_unsigned(TokTypeModifier::tmod_unsigned,"unsigned");
TokTypeModifier::EV_TokenId ev_tmod_sequence(TokTypeModifier::tmod_sequence,"sequence");
-lux::EnumValueMap G_aTokMetaType_EV_TokenId_Values;
+lux::EnumValueMap G_aTokMetaType_EV_TokenId_Values;
TokMetaType::EV_TokenId ev_mt_none(TokMetaType::e_none,"");
-TokMetaType::EV_TokenId ev_mt_attribute(TokMetaType::mt_attribute,"attribute");
-TokMetaType::EV_TokenId ev_mt_constants(TokMetaType::mt_constants,"constants");
-TokMetaType::EV_TokenId ev_mt_enum(TokMetaType::mt_enum,"enum");
-TokMetaType::EV_TokenId ev_mt_exception(TokMetaType::mt_exception,"exception");
-TokMetaType::EV_TokenId ev_mt_ident(TokMetaType::mt_ident,"ident");
-TokMetaType::EV_TokenId ev_mt_interface(TokMetaType::mt_interface,"interface");
-TokMetaType::EV_TokenId ev_mt_module(TokMetaType::mt_module,"module");
-TokMetaType::EV_TokenId ev_mt_property(TokMetaType::mt_property,"property");
-TokMetaType::EV_TokenId ev_mt_service(TokMetaType::mt_service,"service");
-TokMetaType::EV_TokenId ev_mt_singleton(TokMetaType::mt_singleton,"singleton");
-TokMetaType::EV_TokenId ev_mt_struct(TokMetaType::mt_struct,"struct");
-TokMetaType::EV_TokenId ev_mt_typedef(TokMetaType::mt_typedef,"typedef");
-TokMetaType::EV_TokenId ev_mt_uik(TokMetaType::mt_uik,"uik");
-
-
-lux::EnumValueMap G_aTokStereotype_EV_TokenId_Values;
+TokMetaType::EV_TokenId ev_mt_attribute(TokMetaType::mt_attribute,"attribute");
+TokMetaType::EV_TokenId ev_mt_constants(TokMetaType::mt_constants,"constants");
+TokMetaType::EV_TokenId ev_mt_enum(TokMetaType::mt_enum,"enum");
+TokMetaType::EV_TokenId ev_mt_exception(TokMetaType::mt_exception,"exception");
+TokMetaType::EV_TokenId ev_mt_ident(TokMetaType::mt_ident,"ident");
+TokMetaType::EV_TokenId ev_mt_interface(TokMetaType::mt_interface,"interface");
+TokMetaType::EV_TokenId ev_mt_module(TokMetaType::mt_module,"module");
+TokMetaType::EV_TokenId ev_mt_property(TokMetaType::mt_property,"property");
+TokMetaType::EV_TokenId ev_mt_service(TokMetaType::mt_service,"service");
+TokMetaType::EV_TokenId ev_mt_singleton(TokMetaType::mt_singleton,"singleton");
+TokMetaType::EV_TokenId ev_mt_struct(TokMetaType::mt_struct,"struct");
+TokMetaType::EV_TokenId ev_mt_typedef(TokMetaType::mt_typedef,"typedef");
+TokMetaType::EV_TokenId ev_mt_uik(TokMetaType::mt_uik,"uik");
+
+
+lux::EnumValueMap G_aTokStereotype_EV_TokenId_Values;
TokStereotype::EV_TokenId ev_ste_none(TokStereotype::e_none,"");
TokStereotype::EV_TokenId ev_ste_bound(TokStereotype::ste_bound,"bound");
TokStereotype::EV_TokenId ev_ste_const(TokStereotype::ste_const,"const");
@@ -96,26 +96,26 @@ TokStereotype::EV_TokenId ev_ste_transient(TokStereotype::ste_transient,"trans
TokStereotype::EV_TokenId ev_ste_published(TokStereotype::ste_published,"published");
-lux::EnumValueMap G_aTokParameterHandling_EV_TokenId_Values;
+lux::EnumValueMap G_aTokParameterHandling_EV_TokenId_Values;
TokParameterHandling::EV_TokenId ev_ph_none(TokParameterHandling::e_none,"");
-TokParameterHandling::EV_TokenId ev_ph_in(TokParameterHandling::ph_in,"in");
-TokParameterHandling::EV_TokenId ev_ph_out(TokParameterHandling::ph_out,"out");
-TokParameterHandling::EV_TokenId ev_ph_inout(TokParameterHandling::ph_inout,"inout");
+TokParameterHandling::EV_TokenId ev_ph_in(TokParameterHandling::ph_in,"in");
+TokParameterHandling::EV_TokenId ev_ph_out(TokParameterHandling::ph_out,"out");
+TokParameterHandling::EV_TokenId ev_ph_inout(TokParameterHandling::ph_inout,"inout");
namespace lux
{
template<> EnumValueMap &
-TokBuiltInType::EV_TokenId::Values_() { return G_aTokBuiltInType_EV_TokenId_Values; }
+TokBuiltInType::EV_TokenId::Values_() { return G_aTokBuiltInType_EV_TokenId_Values; }
template<> EnumValueMap &
-TokTypeModifier::EV_TokenId::Values_() { return G_aTokTypeModifier_EV_TokenId_Values; }
+TokTypeModifier::EV_TokenId::Values_() { return G_aTokTypeModifier_EV_TokenId_Values; }
template<> EnumValueMap &
-TokMetaType::EV_TokenId::Values_() { return G_aTokMetaType_EV_TokenId_Values; }
+TokMetaType::EV_TokenId::Values_() { return G_aTokMetaType_EV_TokenId_Values; }
template<> EnumValueMap &
-TokStereotype::EV_TokenId::Values_() { return G_aTokStereotype_EV_TokenId_Values; }
+TokStereotype::EV_TokenId::Values_() { return G_aTokStereotype_EV_TokenId_Values; }
template<> EnumValueMap &
-TokParameterHandling::EV_TokenId::Values_() { return G_aTokParameterHandling_EV_TokenId_Values; }
+TokParameterHandling::EV_TokenId::Values_() { return G_aTokParameterHandling_EV_TokenId_Values; }
} // namespace lux
@@ -127,7 +127,7 @@ namespace uidl
{
void
-TokBuiltInType::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokBuiltInType::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_BuiltInType(*this);
}
@@ -139,7 +139,7 @@ TokBuiltInType::Text() const
}
void
-TokTypeModifier::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokTypeModifier::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_TypeModifier(*this);
}
@@ -151,7 +151,7 @@ TokTypeModifier::Text() const
}
void
-TokMetaType::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokMetaType::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_MetaType(*this);
}
@@ -163,7 +163,7 @@ TokMetaType::Text() const
}
void
-TokStereotype::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokStereotype::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Stereotype(*this);
}
@@ -175,7 +175,7 @@ TokStereotype::Text() const
}
void
-TokParameterHandling::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokParameterHandling::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_ParameterHandling(*this);
}
@@ -187,7 +187,7 @@ TokParameterHandling::Text() const
}
void
-TokRaises::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokRaises::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Raises();
}
@@ -199,7 +199,7 @@ TokRaises::Text() const
}
void
-TokNeeds::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokNeeds::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Needs();
}
@@ -210,7 +210,7 @@ TokNeeds::Text() const
return "needs";
}
void
-TokObserves::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokObserves::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Observes();
}
diff --git a/autodoc/source/parser_i/idl/tk_punct.cxx b/autodoc/source/parser_i/idl/tk_punct.cxx
index e617473fcd1b..970fc2ebce80 100644
--- a/autodoc/source/parser_i/idl/tk_punct.cxx
+++ b/autodoc/source/parser_i/idl/tk_punct.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
@@ -38,7 +38,7 @@
using csi::uidl::TokPunctuation;
-lux::EnumValueMap G_aTokPunctuation_EV_TokenId_Values;
+lux::EnumValueMap G_aTokPunctuation_EV_TokenId_Values;
TokPunctuation::EV_TokenId ev_none(TokPunctuation::e_none,"");
TokPunctuation::EV_TokenId BracketOpen(TokPunctuation::BracketOpen,"(");
TokPunctuation::EV_TokenId BracketClose(TokPunctuation::BracketClose,")");
@@ -61,7 +61,7 @@ TokPunctuation::EV_TokenId Greater(TokPunctuation::Greater,">");
namespace lux
{
template<> EnumValueMap &
-TokPunctuation::EV_TokenId::Values_() { return G_aTokPunctuation_EV_TokenId_Values; }
+TokPunctuation::EV_TokenId::Values_() { return G_aTokPunctuation_EV_TokenId_Values; }
}
@@ -73,7 +73,7 @@ namespace uidl
{
void
-TokPunctuation::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokPunctuation::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Punctuation(*this);
}
@@ -85,7 +85,7 @@ TokPunctuation::Text() const
}
void
-Tok_EOL::Trigger( TokenInterpreter & io_rInterpreter ) const
+Tok_EOL::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_EOL();
}
@@ -100,7 +100,7 @@ void
Tok_EOF::Trigger( TokenInterpreter & ) const
{
csv_assert(false);
-// io_rInterpreter.Process_EOF();
+// io_rInterpreter.Process_EOF();
}
const char *
diff --git a/autodoc/source/parser_i/idl/tkp_uidl.cxx b/autodoc/source/parser_i/idl/tkp_uidl.cxx
index 66f8c556cdbf..2f6d944e4beb 100644
--- a/autodoc/source/parser_i/idl/tkp_uidl.cxx
+++ b/autodoc/source/parser_i/idl/tkp_uidl.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
@@ -40,9 +40,9 @@ namespace uidl
{
-TokenParser_Uidl::TokenParser_Uidl( Token_Receiver & o_rUidlReceiver,
- DYN ::TkpDocuContext & let_drDocuContext )
- : pBaseContext(new Context_UidlCode(o_rUidlReceiver, let_drDocuContext)),
+TokenParser_Uidl::TokenParser_Uidl( Token_Receiver & o_rUidlReceiver,
+ DYN ::TkpDocuContext & let_drDocuContext )
+ : pBaseContext(new Context_UidlCode(o_rUidlReceiver, let_drDocuContext)),
pCurContext(0)
{
SetStartContext();
diff --git a/autodoc/source/parser_i/idl/unoidl.cxx b/autodoc/source/parser_i/idl/unoidl.cxx
index 5206a364d78e..b746b89baf1d 100644
--- a/autodoc/source/parser_i/idl/unoidl.cxx
+++ b/autodoc/source/parser_i/idl/unoidl.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
@@ -61,13 +61,13 @@ class FileParsePerformers
io_rRepository,
ParserInfo & io_rParserInfo );
- void ParseFile(
- const char * i_sFullPath );
+ void ParseFile(
+ const char * i_sFullPath );
void ConnectLinks();
private:
- CharacterSource aFileLoader;
+ CharacterSource aFileLoader;
Dyn<csi::uidl::TokenParser_Uidl>
pTokens;
csi::uidl::TokenDistributor
@@ -81,7 +81,7 @@ class FileParsePerformers
IdlParser::IdlParser( ary::Repository & io_rRepository )
- : pRepository(&io_rRepository)
+ : pRepository(&io_rRepository)
{
}
@@ -123,7 +123,7 @@ IdlParser::Run( const autodoc::FileCollector_Ifc & i_rFiles )
{
Cout() << "Unknown error." << Endl();
exit(0);
-// pFileParsePerformers = new FileParsePerformers( *pRepository );
+// pFileParsePerformers = new FileParsePerformers( *pRepository );
}
}
@@ -131,7 +131,7 @@ IdlParser::Run( const autodoc::FileCollector_Ifc & i_rFiles )
}
FileParsePerformers::FileParsePerformers( ary::Repository & io_rRepository,
- ParserInfo & io_rParserInfo )
+ ParserInfo & io_rParserInfo )
: pTokens(0),
aDistributor(io_rRepository, io_rParserInfo),
rRepository( io_rRepository ),