summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:00:14 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:00:14 +0000
commit2bd2c500b063b793d67d6938c5d13243d9d6c017 (patch)
tree825e3c569ab36748ef5d99cae2e8405f9502f6d4 /idlc/inc
parentc3b378235c192e20d8632206b508a655065ed70b (diff)
INTEGRATION: CWS jsc17 (1.7.12); FILE MERGED
2007/01/22 15:46:54 jsc 1.7.12.1: #i73482# insert new helper functions
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/astdeclaration.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astdeclaration.hxx b/idlc/inc/idlc/astdeclaration.hxx
index f6a104372a19..406d9be94a77 100644
--- a/idlc/inc/idlc/astdeclaration.hxx
+++ b/idlc/inc/idlc/astdeclaration.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: astdeclaration.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2006-11-06 14:40:01 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:00:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,16 +137,20 @@ public:
virtual sal_Bool dump(RegistryKey& rKey);
+ bool isPredefined() { return m_bPredefined; }
+ void setPredefined(bool bPredefined);
+
protected:
::rtl::OString m_localName;
::rtl::OString m_scopedName; // full qualified name
::rtl::OString m_fullName; // full qualified name with '/' as seperator
AstScope* m_pScope;
- const NodeType m_nodeType;
+ NodeType m_nodeType;
sal_Bool m_bImported; // imported ?
sal_Bool m_bIsAdded; // mark declaration as added in scope
sal_Bool m_bInMainFile; // defined in main file
bool m_bPublished;
+ bool m_bPredefined;
sal_Int32 m_lineNumber; // line number defined in
::rtl::OString m_fileName; // fileName defined in
::rtl::OUString m_documentation; // fileName defined in