summaryrefslogtreecommitdiff
path: root/forms/source/xforms/binding.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/binding.hxx')
-rw-r--r--forms/source/xforms/binding.hxx46
1 files changed, 23 insertions, 23 deletions
diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx
index ba538441df91..b61a5597d831 100644
--- a/forms/source/xforms/binding.hxx
+++ b/forms/source/xforms/binding.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
@@ -34,18 +34,18 @@
// forward declaractions
namespace xforms
{
- class Model;
+ class Model;
class EvaluationContext;
}
namespace com { namespace sun { namespace star {
namespace xml {
namespace xpath { class XXPathAPI; }
- namespace dom
- {
- class XNode;
+ namespace dom
+ {
+ class XNode;
class XNodeList;
}
- }
+ }
namespace container { class XNameContainer; }
namespace xforms { class XModel; }
namespace xsd { class XDataType; }
@@ -130,7 +130,7 @@ private:
/// an XPath-expression to be instantiated on the data instance
PathExpression maBindingExpression;
- /// an XPath-expression to determine read-only status
+ /// an XPath-expression to determine read-only status
BoolExpression maReadonly;
/// an XPath-expression to determine relevance
@@ -154,7 +154,7 @@ private:
/// a type name
rtl::OUString msTypeName;
- /// modify listeners
+ /// modify listeners
ModifyListeners_t maModifyListeners;
/// list entry listener
@@ -192,7 +192,7 @@ public:
Model_t getModel() const; /// get XForms model
void _setModel( const Model_t& ); /// set XForms model (only called by Model)
-
+
rtl::OUString getModelID() const; /// get ID of XForms model
@@ -223,7 +223,7 @@ public:
void setType( const rtl::OUString& ); /// set type name MIP (static)
// a binding expression can only be interpreted with respect to
- // suitable namespace declarations. We collect those in the model and in a binding.
+ // suitable namespace declarations. We collect those in the model and in a binding.
// access to a binding's namespace
// (set-method only changes local namespaces (but may add to model))
@@ -246,7 +246,7 @@ public:
// - type (static; default: xsd:string)
// - minOccurs/maxOccurs (computed XPath; default: 0/inf)
// - p3ptype (static; no default)
-
+
@@ -260,7 +260,7 @@ public:
XNodeList_t getXNodeList();
/// heuristically determine whether this binding is simple binding
- /// (here: simple binding == does not depend on other parts of the
+ /// (here: simple binding == does not depend on other parts of the
/// instance, it's not a 'dynamic' binding)
bool isSimpleBinding() const;
@@ -344,7 +344,7 @@ private:
/// bind this binding, and pre-compute the affected nodes
void bind( bool bForceRebind = false );
- /// the binding value has been changed:
+ /// the binding value has been changed:
/// trigger a modified event on all modified listeners
void valueModified();
@@ -397,20 +397,20 @@ public:
public:
- virtual Sequence_Type_t SAL_CALL getSupportedValueTypes()
+ virtual Sequence_Type_t SAL_CALL getSupportedValueTypes()
throw( RuntimeException_t );
- virtual sal_Bool SAL_CALL supportsType( const Type_t& aType )
+ virtual sal_Bool SAL_CALL supportsType( const Type_t& aType )
throw( RuntimeException_t );
virtual Any_t SAL_CALL getValue( const Type_t& aType )
- throw( IncompatibleTypesException_t,
+ throw( IncompatibleTypesException_t,
RuntimeException_t );
- virtual void SAL_CALL setValue( const Any_t& aValue )
- throw( IncompatibleTypesException_t,
+ virtual void SAL_CALL setValue( const Any_t& aValue )
+ throw( IncompatibleTypesException_t,
InvalidBindingStateException_t,
- NoSupportException_t,
+ NoSupportException_t,
RuntimeException_t );
@@ -443,7 +443,7 @@ public:
// XValidator:
//
- virtual sal_Bool SAL_CALL isValid(
+ virtual sal_Bool SAL_CALL isValid(
const Any_t& )
throw( RuntimeException_t );
@@ -469,7 +469,7 @@ public:
public:
- virtual void SAL_CALL addModifyListener(
+ virtual void SAL_CALL addModifyListener(
const XModifyListener_t& xListener )
throw( RuntimeException_t );
@@ -495,12 +495,12 @@ public:
- //
+ //
// xml::dom::event::XEventListener
// receive an event if our node changed
//
- virtual void SAL_CALL handleEvent(
+ virtual void SAL_CALL handleEvent(
const XEvent_t& xEvent )
throw( RuntimeException_t );