diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-06-11 11:23:55 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-06-11 11:23:55 +0000 |
commit | e585b13d15cbeed0b7b668e99e8282fbf22f73af (patch) | |
tree | 24d020c685811ea74995ebb1c3e23329f38c763b /xmloff/inc/txtflde.hxx | |
parent | e4ab29a2778a72c79ede9e60b3bbbd2c40310bae (diff) |
#99980# load/save data command type
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 5828a48a8a17..c27781bc8732 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtflde.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: dvo $ $Date: 2001-10-25 12:37:11 $ + * last change: $Author: dvo $ $Date: 2002-06-11 12:23:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -399,6 +399,10 @@ protected: const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & rPropertySet); + /// export CommandTypeAttribute + void ProcessCommandType( + sal_Int16 nCommandType); /// com::sun::star::sdb::CommandType + /// for XDependentTextFields, get PropertySet of FieldMaster ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > GetMasterPropertySet(const ::com::sun::star::uno::Reference < @@ -512,6 +516,7 @@ private: const ::rtl::OUString sPropertyInstanceName; const ::rtl::OUString sPropertyIsHidden; const ::rtl::OUString sPropertyIsConditionTrue; + const ::rtl::OUString sPropertyDataCommandType; const ::rtl::OUString sEmpty; |