summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/inc/s2_luidl/pe_const.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_luidl/pe_const.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_luidl/pe_const.hxx')
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx60
1 files changed, 30 insertions, 30 deletions
diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx
index 397a235e4748..74d9302107d8 100644
--- a/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx
+++ b/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -58,24 +58,24 @@ class PE_Constant : public UnoIDL_PE,
{
public:
PE_Constant();
- virtual void EstablishContacts(
- UnoIDL_PE * io_pParentPE,
+ virtual void EstablishContacts(
+ UnoIDL_PE * io_pParentPE,
ary::Repository &
io_rRepository,
TokenProcessing_Result &
o_rResult );
~PE_Constant();
- virtual void ProcessToken(
- const Token & i_rToken );
+ virtual void ProcessToken(
+ const Token & i_rToken );
- virtual void Process_Identifier(
+ virtual void Process_Identifier(
const TokIdentifier &
i_rToken );
- virtual void Process_Punctuation(
+ virtual void Process_Punctuation(
const TokPunctuation &
i_rToken );
- virtual void Process_Stereotype(
+ virtual void Process_Stereotype(
const TokStereotype &
i_rToken );
@@ -100,40 +100,40 @@ class PE_Constant : public UnoIDL_PE,
typedef void (PE_Constant::*F_TOK)(const char *);
- void CallHandler(
- const char * i_sTokenText,
- E_TokenType i_eTokenType );
+ void CallHandler(
+ const char * i_sTokenText,
+ E_TokenType i_eTokenType );
- void On_expect_name_Identifier(const char * i_sText);
- void On_expect_curl_bracket_open_Punctuation(const char * i_sText);
- void On_expect_const_Stereotype(const char * i_sText);
- void On_expect_const_Punctuation(const char * i_sText);
- void On_expect_value_Identifier(const char * i_sText);
+ void On_expect_name_Identifier(const char * i_sText);
+ void On_expect_curl_bracket_open_Punctuation(const char * i_sText);
+ void On_expect_const_Stereotype(const char * i_sText);
+ void On_expect_const_Punctuation(const char * i_sText);
+ void On_expect_value_Identifier(const char * i_sText);
void On_expect_finish_Punctuation(const char * i_sText);
- void On_Default(const char * );
+ void On_Default(const char * );
- void EmptySingleConstData();
- void CreateSingleConstant();
+ void EmptySingleConstData();
+ void CreateSingleConstant();
- virtual void InitData();
- virtual void ReceiveData();
- virtual void TransferData();
- virtual UnoIDL_PE & MyPE();
+ virtual void InitData();
+ virtual void ReceiveData();
+ virtual void TransferData();
+ virtual UnoIDL_PE & MyPE();
// DATA
- static F_TOK aDispatcher[e_STATES_MAX][tt_MAX];
+ static F_TOK aDispatcher[e_STATES_MAX][tt_MAX];
E_State eState;
String sData_Name;
- ary::idl::Ce_id nDataId;
+ ary::idl::Ce_id nDataId;
- Dyn<PE_Type> pPE_Type;
- ary::idl::Type_id nType;
+ Dyn<PE_Type> pPE_Type;
+ ary::idl::Type_id nType;
- Dyn<PE_Value> pPE_Value;
- String sName;
- String sAssignment;
+ Dyn<PE_Value> pPE_Value;
+ String sName;
+ String sAssignment;
};