summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/inc/s2_dsapi
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/inc/s2_dsapi')
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx134
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.hxx58
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx64
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/dsapitok.hxx8
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_atag2.hxx16
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx44
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_html.hxx20
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tk_xml.hxx86
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tokintpr.hxx34
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/tokrecv.hxx8
10 files changed, 236 insertions, 236 deletions
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx b/autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx
index b8a08fa987b4..44269613e3b9 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.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,30 +51,30 @@ class Token_Receiver;
class Cx_Base : public ::TkpContext
{
public:
- virtual bool PassNewToken();
+ virtual bool PassNewToken();
virtual TkpContext &
FollowUpContext();
protected:
// LIFECYCLE
Cx_Base(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : rReceiver(o_rReceiver),
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : rReceiver(o_rReceiver),
pFollowUpContext(&i_rFollowUpContext)
// pNewToken
{ }
protected:
- void SetToken(
- DYN Token * let_dpToken )
+ void SetToken(
+ DYN Token * let_dpToken )
{ pNewToken = let_dpToken; }
void Handle_DocuSyntaxError(
CharacterSource & io_rText );
private:
// DATA
- Token_Receiver & rReceiver;
- TkpContext * pFollowUpContext;
- Dyn<Token> pNewToken;
+ Token_Receiver & rReceiver;
+ TkpContext * pFollowUpContext;
+ Dyn<Token> pNewToken;
};
@@ -83,18 +83,18 @@ class Cx_EoHtml : public Cx_Base
public:
// LIFECYCLE
Cx_EoHtml(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
- // OPERATIONS
- virtual void ReadCharChain(
- CharacterSource & io_rText );
- void SetIfIsStartOfParagraph(
- bool i_bNextTokenProperty )
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
+ // OPERATIONS
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
+ void SetIfIsStartOfParagraph(
+ bool i_bNextTokenProperty )
{ bToken_IsStartOfParagraph = i_bNextTokenProperty; }
private:
- bool bToken_IsStartOfParagraph;
+ bool bToken_IsStartOfParagraph;
};
class Cx_EoXmlConst : public Cx_Base
@@ -102,18 +102,18 @@ class Cx_EoXmlConst : public Cx_Base
public:
// LIFECYCLE
Cx_EoXmlConst(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
- // OPERATIONS
- virtual void ReadCharChain(
- CharacterSource & io_rText );
- void SetTokenId(
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
+ // OPERATIONS
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
+ void SetTokenId(
lux::Enum< Tok_XmlConst::E_TokenId >
i_eTokenId )
{ eTokenId = i_eTokenId; }
private:
- Tok_XmlConst::EV_TokenId
+ Tok_XmlConst::EV_TokenId
eTokenId;
};
@@ -122,13 +122,13 @@ class Cx_EoXmlLink_BeginTag : public Cx_Base
public:
// LIFECYCLE
Cx_EoXmlLink_BeginTag(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
- // OPERATIONS
- virtual void ReadCharChain(
- CharacterSource & io_rText );
- void SetTokenId(
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
+ // OPERATIONS
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
+ void SetTokenId(
Tok_XmlLink_BeginTag::EV_TokenId
i_eTokenId )
{ eTokenId = i_eTokenId; }
@@ -142,13 +142,13 @@ class Cx_EoXmlLink_EndTag : public Cx_Base
public:
// LIFECYCLE
Cx_EoXmlLink_EndTag(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
- // OPERATIONS
- virtual void ReadCharChain(
- CharacterSource & io_rText );
- void SetTokenId(
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
+ // OPERATIONS
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
+ void SetTokenId(
Tok_XmlLink_EndTag::EV_TokenId
i_eTokenId )
{ eTokenId = i_eTokenId; }
@@ -162,13 +162,13 @@ class Cx_EoXmlFormat_BeginTag : public Cx_Base
public:
// LIFECYCLE
Cx_EoXmlFormat_BeginTag(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
- // OPERATIONS
- virtual void ReadCharChain(
- CharacterSource & io_rText );
- void SetTokenId(
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
+ // OPERATIONS
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
+ void SetTokenId(
lux::Enum< Tok_XmlFormat_BeginTag::E_TokenId >
i_eTokenId )
{ eTokenId = i_eTokenId; }
@@ -182,13 +182,13 @@ class Cx_EoXmlFormat_EndTag : public Cx_Base
public:
// LIFECYCLE
Cx_EoXmlFormat_EndTag(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
- // OPERATIONS
- virtual void ReadCharChain(
- CharacterSource & io_rText );
- void SetTokenId(
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : Cx_Base(o_rReceiver, i_rFollowUpContext) {}
+ // OPERATIONS
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
+ void SetTokenId(
lux::Enum< Tok_XmlFormat_EndTag::E_TokenId >
i_eTokenId )
{ eTokenId = i_eTokenId; }
@@ -202,26 +202,26 @@ class Cx_CheckStar : public Cx_Base
public:
// LIFECYCLE
Cx_CheckStar(
- Token_Receiver & o_rReceiver,
- TkpContext & i_rFollowUpContext )
- : Cx_Base(o_rReceiver, i_rFollowUpContext),
+ Token_Receiver & o_rReceiver,
+ TkpContext & i_rFollowUpContext )
+ : Cx_Base(o_rReceiver, i_rFollowUpContext),
bIsEnd(false), bEndTokenFound(false)
{ }
- void Set_End_FolloUpContext(
- TkpContext & i_rEnd_FollowUpContext )
+ void Set_End_FolloUpContext(
+ TkpContext & i_rEnd_FollowUpContext )
{ pEnd_FollowUpContext = &i_rEnd_FollowUpContext; }
- virtual void ReadCharChain(
- CharacterSource & io_rText );
- void SetIsEnd(
- bool i_bIsEnd )
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
+ void SetIsEnd(
+ bool i_bIsEnd )
{ bIsEnd = i_bIsEnd; }
virtual TkpContext &
FollowUpContext();
private:
- TkpContext * pEnd_FollowUpContext;
- bool bIsEnd;
- bool bEndTokenFound;
+ TkpContext * pEnd_FollowUpContext;
+ bool bIsEnd;
+ bool bEndTokenFound;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.hxx b/autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.hxx
index 6e229c0af51b..7cf99190c190 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/cx_dsapi.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
@@ -61,44 +61,44 @@ class Context_Docu : public TkpDocuContext,
private StateMachineContext
{
public:
- // LIFECYCLE
+ // LIFECYCLE
Context_Docu(
- Token_Receiver & o_rReceiver );
- virtual void SetParentContext(
- TkpContext & io_rParentContext,
- const char * i_sMultiLineEndToken );
+ Token_Receiver & o_rReceiver );
+ virtual void SetParentContext(
+ TkpContext & io_rParentContext,
+ const char * i_sMultiLineEndToken );
~Context_Docu();
- // OPERATIONS
- virtual void ReadCharChain(
- CharacterSource & io_rText );
+ // OPERATIONS
+ virtual void ReadCharChain(
+ CharacterSource & io_rText );
- virtual bool PassNewToken();
- virtual void SetMode_IsMultiLine(
- bool i_bTrue );
+ virtual bool PassNewToken();
+ virtual void SetMode_IsMultiLine(
+ bool i_bTrue );
- // INQUIRY
+ // INQUIRY
virtual TkpContext &
FollowUpContext();
private:
- // SERVICE FUNCTIONS
- virtual void PerformStatusFunction(
- uintt i_nStatusSignal,
- UINT16 i_nTokenId,
- CharacterSource & io_rText );
+ // SERVICE FUNCTIONS
+ virtual void PerformStatusFunction(
+ uintt i_nStatusSignal,
+ UINT16 i_nTokenId,
+ CharacterSource & io_rText );
- void SetupStateMachine();
+ void SetupStateMachine();
- // DATA
- StateMachin2 aStateMachine;
- Token_Receiver * pReceiver;
+ // DATA
+ StateMachin2 aStateMachine;
+ Token_Receiver * pReceiver;
// Contexts
- TkpContext * pParentContext;
- String sMultiLineEndToken;
+ TkpContext * pParentContext;
+ String sMultiLineEndToken;
- Dyn<Cx_EoHtml> pCx_EoHtml;
- Dyn<Cx_EoXmlConst> pCx_EoXmlConst;
+ Dyn<Cx_EoHtml> pCx_EoHtml;
+ Dyn<Cx_EoXmlConst> pCx_EoXmlConst;
Dyn<Cx_EoXmlLink_BeginTag>
pCx_EoXmlLink_BeginTag;
Dyn<Cx_EoXmlLink_EndTag>
@@ -107,11 +107,11 @@ class Context_Docu : public TkpDocuContext,
pCx_EoXmlFormat_BeginTag;
Dyn<Cx_EoXmlFormat_EndTag>
pCx_EoXmlFormat_EndTag;
- Dyn<Cx_CheckStar> pCx_CheckStar;
+ Dyn<Cx_CheckStar> pCx_CheckStar;
// Temporary data, used during ReadCharChain()
- Dyn<Token> pNewToken;
- ::TkpContext * pFollowUpContext;
+ Dyn<Token> pNewToken;
+ ::TkpContext * pFollowUpContext;
bool bIsMultiline;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx b/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx
index 977f9b65bf9e..a3a6b5306536 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.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
@@ -70,41 +70,41 @@ class SapiDocu_PE : public TokenInterpreter
ParserInfo & io_rPositionInfo );
~SapiDocu_PE();
- void ProcessToken(
+ void ProcessToken(
DYN csi::dsapi::Token &
let_drToken );
- virtual void Process_AtTag(
- const Tok_AtTag & i_rToken );
- virtual void Process_HtmlTag(
- const Tok_HtmlTag & i_rToken );
- virtual void Process_XmlConst(
+ virtual void Process_AtTag(
+ const Tok_AtTag & i_rToken );
+ virtual void Process_HtmlTag(
+ const Tok_HtmlTag & i_rToken );
+ virtual void Process_XmlConst(
const Tok_XmlConst &
i_rToken );
- virtual void Process_XmlLink_BeginTag(
+ virtual void Process_XmlLink_BeginTag(
const Tok_XmlLink_BeginTag &
i_rToken );
- virtual void Process_XmlLink_EndTag(
+ virtual void Process_XmlLink_EndTag(
const Tok_XmlLink_EndTag &
i_rToken );
- virtual void Process_XmlFormat_BeginTag(
+ virtual void Process_XmlFormat_BeginTag(
const Tok_XmlFormat_BeginTag &
i_rToken );
- virtual void Process_XmlFormat_EndTag(
+ virtual void Process_XmlFormat_EndTag(
const Tok_XmlFormat_EndTag &
i_rToken );
- virtual void Process_Word(
- const Tok_Word & i_rToken );
- virtual void Process_Comma();
- virtual void Process_DocuEnd();
- virtual void Process_EOL();
- virtual void Process_White();
+ virtual void Process_Word(
+ const Tok_Word & i_rToken );
+ virtual void Process_Comma();
+ virtual void Process_DocuEnd();
+ virtual void Process_EOL();
+ virtual void Process_White();
DYN ary::doc::OldIdlDocu *
ReleaseJustParsedDocu();
- bool IsComplete() const;
+ bool IsComplete() const;
private:
enum E_State
@@ -118,48 +118,48 @@ class SapiDocu_PE : public TokenInterpreter
typedef void ( SapiDocu_PE::*F_TokenAdder )( DYN ary::inf::DocuToken & let_drNewToken );
- void AddDocuToken2Void(
+ void AddDocuToken2Void(
DYN ary::inf::DocuToken &
let_drNewToken );
- void AddDocuToken2Short(
+ void AddDocuToken2Short(
DYN ary::inf::DocuToken &
let_drNewToken );
- void AddDocuToken2Description(
+ void AddDocuToken2Description(
DYN ary::inf::DocuToken &
let_drNewToken );
- void AddDocuToken2Deprecated(
+ void AddDocuToken2Deprecated(
DYN ary::inf::DocuToken &
let_drNewToken );
- void AddDocuToken2CurAtTag(
+ void AddDocuToken2CurAtTag(
DYN ary::inf::DocuToken &
let_drNewToken );
- void SetCurParameterAtTagName(
+ void SetCurParameterAtTagName(
DYN ary::inf::DocuToken &
let_drNewToken );
- void SetCurSeeAlsoAtTagLinkText(
+ void SetCurSeeAlsoAtTagLinkText(
DYN ary::inf::DocuToken &
let_drNewToken );
- void SetCurSeeAlsoAtTagLinkText_2(
+ void SetCurSeeAlsoAtTagLinkText_2(
DYN ary::inf::DocuToken &
let_drNewToken );
- void SetCurSeeAlsoAtTagLinkText_3(
+ void SetCurSeeAlsoAtTagLinkText_3(
DYN ary::inf::DocuToken &
let_drNewToken );
- void SetCurSinceAtTagVersion(
+ void SetCurSinceAtTagVersion(
DYN ary::inf::DocuToken &
let_drNewToken );
- void AddDocuToken2SinceAtTag(
+ void AddDocuToken2SinceAtTag(
DYN ary::inf::DocuToken &
let_drNewToken );
// DATA
Dyn<ary::doc::OldIdlDocu>
pDocu;
- E_State eState;
+ E_State eState;
ParserInfo * pPositionInfo;
- F_TokenAdder fCurTokenAddFunction;
+ F_TokenAdder fCurTokenAddFunction;
- Dyn<DT_AtTag> pCurAtTag;
+ Dyn<DT_AtTag> pCurAtTag;
String sCurDimAttribute;
StreamStr sCurAtSeeType_byXML;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/dsapitok.hxx b/autodoc/source/parser_i/inc/s2_dsapi/dsapitok.hxx
index 9ccccee02ef8..8d8d418b1104 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/dsapitok.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/dsapitok.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,11 +49,11 @@ class Token : public TextToken
{
public:
// LIFECYCLE
- virtual ~Token() {}
+ virtual ~Token() {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const = 0;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const = 0;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/tk_atag2.hxx b/autodoc/source/parser_i/inc/s2_dsapi/tk_atag2.hxx
index 57bf561ffdce..dd2e097678ce 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/tk_atag2.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/tk_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
@@ -68,17 +68,17 @@ class Tok_AtTag : public Token
// Spring and Fall
Tok_AtTag(
- EV_TokenId i_eTag )
- : eTag(i_eTag) {}
+ EV_TokenId i_eTag )
+ : eTag(i_eTag) {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
- E_TokenId Id() const { return eTag; }
+ virtual const char* Text() const;
+ E_TokenId Id() const { return eTag; }
private:
- EV_TokenId eTag;
+ EV_TokenId eTag;
};
} // namespace dsapi
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx b/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx
index 5ee763969ad6..25ebd547f47c 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.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,27 +46,27 @@ class Tok_Word : public Token
public:
// Spring and Fall
Tok_Word(
- const char * i_sText )
- : sText(i_sText) {}
+ const char * i_sText )
+ : sText(i_sText) {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
+ virtual const char* Text() const;
private:
// DATA
- String sText;
+ String sText;
};
class Tok_Comma : public Token
{
public:
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
+ virtual const char* Text() const;
};
class Tok_DocuEnd : public Token
@@ -74,10 +74,10 @@ class Tok_DocuEnd : public Token
public:
// Spring and Fall
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
+ virtual const char* Text() const;
};
class Tok_EOL : public Token
@@ -85,10 +85,10 @@ class Tok_EOL : public Token
public:
// Spring and Fall
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
+ virtual const char* Text() const;
};
class Tok_EOF : public Token
@@ -96,20 +96,20 @@ class Tok_EOF : public Token
public:
// Spring and Fall
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
+ virtual const char* Text() const;
};
class Tok_White : public Token
{
public:
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
+ virtual const char* Text() const;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/tk_html.hxx b/autodoc/source/parser_i/inc/s2_dsapi/tk_html.hxx
index 3d69c13d296c..7bb8a26aa195 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/tk_html.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/tk_html.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,22 +47,22 @@ class Tok_HtmlTag : public Token
public:
// Spring and Fall
Tok_HtmlTag(
- const char * i_sTag,
- bool i_bIsParagraphStarter )
- : sTag(i_sTag),
+ const char * i_sTag,
+ bool i_bIsParagraphStarter )
+ : sTag(i_sTag),
bIsParagraphStarter(i_bIsParagraphStarter)
{}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
- bool IsParagraphStarter() const
+ virtual const char* Text() const;
+ bool IsParagraphStarter() const
{ return bIsParagraphStarter; }
private:
- String sTag;
- bool bIsParagraphStarter;
+ String sTag;
+ bool bIsParagraphStarter;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/tk_xml.hxx b/autodoc/source/parser_i/inc/s2_dsapi/tk_xml.hxx
index 7bb8db52a27f..50d85212aaac 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/tk_xml.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/tk_xml.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,18 +64,18 @@ class Tok_XmlConst : public Tok_XmlTag
// Spring and Fall
Tok_XmlConst(
- EV_TokenId i_eTag )
- : eTag(i_eTag) {}
+ EV_TokenId i_eTag )
+ : eTag(i_eTag) {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
- E_TokenId Id() const { return eTag; }
+ virtual const char* Text() const;
+ E_TokenId Id() const { return eTag; }
private:
// DATA
- EV_TokenId eTag;
+ EV_TokenId eTag;
};
class Tok_XmlLink_Tag : public Tok_XmlTag
@@ -97,26 +97,26 @@ class Tok_XmlLink_BeginTag : public Tok_XmlLink_Tag
public:
// Spring and Fall
Tok_XmlLink_BeginTag(
- EV_TokenId i_eTag,
- const String & i_sScope,
- const String & i_sDim )
- : eTag(i_eTag),
+ EV_TokenId i_eTag,
+ const String & i_sScope,
+ const String & i_sDim )
+ : eTag(i_eTag),
sScope(i_sScope),
sDim(i_sDim) {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
- E_TokenId Id() const { return eTag; }
- const String & Scope() const { return sScope; }
- const String & Dim() const { return sDim; }
+ virtual const char* Text() const;
+ E_TokenId Id() const { return eTag; }
+ const String & Scope() const { return sScope; }
+ const String & Dim() const { return sDim; }
private:
// DATA
- EV_TokenId eTag;
- String sScope;
- String sDim;
+ EV_TokenId eTag;
+ String sScope;
+ String sDim;
};
class Tok_XmlLink_EndTag : public Tok_XmlLink_Tag
@@ -124,18 +124,18 @@ class Tok_XmlLink_EndTag : public Tok_XmlLink_Tag
public:
// Spring and Fall
Tok_XmlLink_EndTag(
- EV_TokenId i_eTag )
- : eTag(i_eTag) {}
+ EV_TokenId i_eTag )
+ : eTag(i_eTag) {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
- E_TokenId Id() const { return eTag; }
+ virtual const char* Text() const;
+ E_TokenId Id() const { return eTag; }
private:
// DATA
- EV_TokenId eTag;
+ EV_TokenId eTag;
};
class Tok_XmlFormat_Tag : public Tok_XmlTag
@@ -157,21 +157,21 @@ class Tok_XmlFormat_BeginTag : public Tok_XmlFormat_Tag
public:
// Spring and Fall
Tok_XmlFormat_BeginTag(
- EV_TokenId i_eTag,
+ EV_TokenId i_eTag,
const String & i_sDim )
- : eTag(i_eTag),
+ : eTag(i_eTag),
sDim(i_sDim) {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
- E_TokenId Id() const { return eTag; }
- const String & Dim() const { return sDim; }
+ virtual const char* Text() const;
+ E_TokenId Id() const { return eTag; }
+ const String & Dim() const { return sDim; }
private:
// DATA
- EV_TokenId eTag;
+ EV_TokenId eTag;
String sDim;
};
@@ -180,18 +180,18 @@ class Tok_XmlFormat_EndTag : public Tok_XmlFormat_Tag
public:
// Spring and Fall
Tok_XmlFormat_EndTag(
- EV_TokenId i_eTag )
- : eTag(i_eTag) {}
+ EV_TokenId i_eTag )
+ : eTag(i_eTag) {}
// OPERATIONS
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const;
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const;
// INQUIRY
- virtual const char* Text() const;
- E_TokenId Id() const { return eTag; }
+ virtual const char* Text() const;
+ E_TokenId Id() const { return eTag; }
private:
// DATA
- EV_TokenId eTag;
+ EV_TokenId eTag;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/tokintpr.hxx b/autodoc/source/parser_i/inc/s2_dsapi/tokintpr.hxx
index fed4c0e25121..8437f4f23843 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/tokintpr.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/tokintpr.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,33 +54,33 @@ class Tok_HtmlTag;
class TokenInterpreter
{
public:
- virtual ~TokenInterpreter() {}
+ virtual ~TokenInterpreter() {}
- virtual void Process_AtTag(
- const Tok_AtTag & i_rToken ) = 0;
- virtual void Process_HtmlTag(
- const Tok_HtmlTag & i_rToken ) = 0;
- virtual void Process_XmlConst(
+ virtual void Process_AtTag(
+ const Tok_AtTag & i_rToken ) = 0;
+ virtual void Process_HtmlTag(
+ const Tok_HtmlTag & i_rToken ) = 0;
+ virtual void Process_XmlConst(
const Tok_XmlConst &
i_rToken ) = 0;
- virtual void Process_XmlLink_BeginTag(
+ virtual void Process_XmlLink_BeginTag(
const Tok_XmlLink_BeginTag &
i_rToken ) = 0;
- virtual void Process_XmlLink_EndTag(
+ virtual void Process_XmlLink_EndTag(
const Tok_XmlLink_EndTag &
i_rToken ) = 0;
- virtual void Process_XmlFormat_BeginTag(
+ virtual void Process_XmlFormat_BeginTag(
const Tok_XmlFormat_BeginTag &
i_rToken ) = 0;
- virtual void Process_XmlFormat_EndTag(
+ virtual void Process_XmlFormat_EndTag(
const Tok_XmlFormat_EndTag &
i_rToken ) = 0;
- virtual void Process_Word(
- const Tok_Word & i_rToken ) = 0;
- virtual void Process_Comma() = 0;
- virtual void Process_DocuEnd() = 0;
- virtual void Process_EOL() = 0;
- virtual void Process_White() = 0;
+ virtual void Process_Word(
+ const Tok_Word & i_rToken ) = 0;
+ virtual void Process_Comma() = 0;
+ virtual void Process_DocuEnd() = 0;
+ virtual void Process_EOL() = 0;
+ virtual void Process_White() = 0;
};
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/tokrecv.hxx b/autodoc/source/parser_i/inc/s2_dsapi/tokrecv.hxx
index 14ef872d4306..be7d77262073 100644
--- a/autodoc/source/parser_i/inc/s2_dsapi/tokrecv.hxx
+++ b/autodoc/source/parser_i/inc/s2_dsapi/tokrecv.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,9 +47,9 @@ class Token;
class Token_Receiver
{
public:
- virtual ~Token_Receiver() {}
- virtual void Receive(
- DYN Token & let_drToken ) = 0;
+ virtual ~Token_Receiver() {}
+ virtual void Receive(
+ DYN Token & let_drToken ) = 0;
virtual void Increment_CurLine() = 0;
};