summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmgroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmgroup.hxx')
-rw-r--r--svx/source/inc/fmgroup.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/inc/fmgroup.hxx b/svx/source/inc/fmgroup.hxx
index 109a445dca70..5cad571dee7b 100644
--- a/svx/source/inc/fmgroup.hxx
+++ b/svx/source/inc/fmgroup.hxx
@@ -63,9 +63,9 @@ public:
virtual XIdlClassRef getIdlClass();
// XGroup
- virtual INT32 getFormControlCount();
+ virtual sal_Int32 getFormControlCount();
virtual XFormControlRef getFormControlByName( const XubString& sName ) const;
- virtual XFormControlRef getFormControlByIndex( INT32 Index ) const;
+ virtual XFormControlRef getFormControlByIndex( sal_Int32 Index ) const;
virtual void appendFormControl( const XFormControlRef& FormControl );
virtual XFormControlRef removeFormControl( const XFormControlRef& FormControl );
@@ -93,11 +93,11 @@ public:
// PropertySetInterface
virtual FmXPropertySetInfo* createPropertySetInfo() const;
- virtual BOOL setPropertyValue( UINT16 nId, const XubString& aPropertyName,
+ virtual sal_Bool setPropertyValue( sal_uInt16 nId, const XubString& aPropertyName,
const UsrAny& aValue,
PropertyChangeEventSequence* pSeq,
- INT32 nIndex );
- virtual UsrAny getPropertyValue( UINT16 nId, const XubString& aPropertyName ) const;
+ sal_Int32 nIndex );
+ virtual UsrAny getPropertyValue( sal_uInt16 nId, const XubString& aPropertyName ) const;
virtual void addPropertyChangeListener( const XubString& aPropertyName, const XPropertyChangeListenerRef& aListener );
virtual void removePropertyChangeListener( const XubString& aPropertyName, const XPropertyChangeListenerRef& aListener );
};
@@ -112,7 +112,7 @@ class FmXGroupModelInfo : public FmXControlModelInfo
protected:
FmXGroupModelInfo( const FmXGroupModel* pCp );
- virtual void fillProperties( UINT32& nIndex, PropertySequence& aSeq ) const;
+ virtual void fillProperties( sal_uInt32& nIndex, PropertySequence& aSeq ) const;
};