diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 11:06:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 11:06:14 +0000 |
commit | 1944ccc659540f67da51e465c0650c20ca38ae07 (patch) | |
tree | f66afc45663c3f030cb6ab10053387623910ba58 | |
parent | d88485c3c2c5fa9fd9216694ec0e298963269d4a (diff) |
INTEGRATION: CWS formdesign01 (1.6.8); FILE MERGED
2003/12/04 14:10:09 fs 1.6.8.1: #i23190# fine control over disabling/enabling parts of the line
-rw-r--r-- | extensions/source/propctrlr/propertyeditor.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx index acf089b1fe8f..1d869e356d68 100644 --- a/extensions/source/propctrlr/propertyeditor.hxx +++ b/extensions/source/propctrlr/propertyeditor.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyeditor.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2003-10-21 09:07:03 $ + * last change: $Author: obo $ $Date: 2004-03-19 12:06:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,10 +119,10 @@ namespace pcr virtual void SetPropertyData(const ::rtl::OUString& rEntryName, void* pData); virtual IBrowserControl* GetPropertyControl( const ::rtl::OUString& rEntryName ); void EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ); + void EnablePropertyInput( const ::rtl::OUString& _rEntryName, bool _bEnableInput, bool _bEnableBrowseButton ); 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 SetFirstVisibleEntry(sal_uInt16 nPos); virtual sal_uInt16 GetFirstVisibleEntry(); |