summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 11:00:33 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 11:00:33 +0000
commit08f9dc2c5981a13150c641e5ab2801eb99f5a626 (patch)
tree59308cb632fdd27f65b2b44a6d3cee26c33d9b5e /extensions
parent9a1c787136cfc4894023e790da1aa83b6dd8b62a (diff)
INTEGRATION: CWS formdesign01 (1.4.8); FILE MERGED
2003/12/04 14:06:36 fs 1.4.8.1: #i23190# fine control over disabling/enabling parts of the line
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/browserlistbox.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.hxx b/extensions/source/propctrlr/browserlistbox.hxx
index e89ca1e904cf..afeec33fa00d 100644
--- a/extensions/source/propctrlr/browserlistbox.hxx
+++ b/extensions/source/propctrlr/browserlistbox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: browserlistbox.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2003-10-21 09:04:05 $
+ * last change: $Author: obo $ $Date: 2004-03-19 12:00:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,11 +141,8 @@ namespace pcr
virtual void Clear();
virtual sal_uInt16 InsertEntry(const OLineDescriptor&, sal_uInt16 nPos = EDITOR_LIST_APPEND);
-
virtual void ChangeEntry( const OLineDescriptor&, sal_uInt16 nPos);
- virtual sal_uInt16 AppendEntry( const OLineDescriptor&);
-
virtual void SetPropertyValue( const ::rtl::OUString & rEntryName, const ::rtl::OUString & rValue );
virtual ::rtl::OUString GetPropertyValue( const ::rtl::OUString & rEntryName ) const;
virtual sal_uInt16 GetPropertyPos( const ::rtl::OUString& rEntryName ) const;
@@ -153,6 +150,7 @@ namespace pcr
virtual IBrowserControl* GetPropertyControl( const ::rtl::OUString& rEntryName );
virtual IBrowserControl* GetCurrentPropertyControl();
void EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable );
+ void EnablePropertyInput( const ::rtl::OUString& _rEntryName, bool _bEnableInput, bool _bEnableBrowseButton );
virtual void SetFirstVisibleEntry(sal_uInt16 nPos);
virtual sal_uInt16 GetFirstVisibleEntry();