summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:19:40 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:19:40 +0200
commit566a5bcb2039dbe6db6b9696449c6f5fe142c763 (patch)
tree2012c7ad41c5058904ba05848e17d1e248f7559d /autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx
parentcbb79e541cd2aa1f56cf7fbefcf8d0ce9c8db664 (diff)
recreated tag libreoffice-3.3.0.4 which had these commits:
commit f4a669793477ff9765085fff8ced14cbe8d7f159 (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 18 19:01:21 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit c6241c81b61717941cf0a3e4a4188468ceddef07 Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master.
Notes
Notes: split repo tag: sdk_libreoffice-3.3.0.4
Diffstat (limited to 'autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx')
-rw-r--r--autodoc/source/parser_i/inc/s2_dsapi/cx_docu2.hxx134
1 files changed, 67 insertions, 67 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;
};