summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 15:53:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 15:53:22 +0000
commitcb8911c85ed8ec45db2097d9436a0d37f70bb1e2 (patch)
tree017cdf5386ab1f7086576162190f8a3fe76b26bd /basctl
parent6dd94e671459ba47d1d9d97e496ce41909d11bb6 (diff)
INTEGRATION: CWS ab35 (1.6.8); FILE MERGED
2007/05/21 09:28:22 ab 1.6.8.1: #i77640# Single Dialog Export
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/inc/localizationmgr.hxx14
1 files changed, 11 insertions, 3 deletions
diff --git a/basctl/source/inc/localizationmgr.hxx b/basctl/source/inc/localizationmgr.hxx
index 336787a7ec5e..5c993ea8f349 100644
--- a/basctl/source/inc/localizationmgr.hxx
+++ b/basctl/source/inc/localizationmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localizationmgr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2007-03-15 16:02:52 $
+ * last change: $Author: hr $ $Date: 2007-06-26 16:53:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,7 +67,8 @@ class LocalizationMgr
RENAME_DIALOG_IDS,
RENAME_CONTROL_IDS,
REMOVE_IDS_FROM_RESOURCE,
- MOVE_RESOURCES
+ MOVE_RESOURCES,
+ COPY_RESOURCES
};
static sal_Int32 implHandleControlResourceProperties( ::com::sun::star::uno::Any aControlAny,
const ::rtl::OUString& aDialogName, const ::rtl::OUString& aCtrlName,
@@ -144,6 +145,13 @@ public:
::com::sun::star::uno::Any aControlAny, const ::rtl::OUString& aCtrlName,
::com::sun::star::uno::Reference< ::com::sun::star::resource::
XStringResourceResolver > xSourceStringResolver );
+
+ static void copyResourceForDialog(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& xDialogModel,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::resource::
+ XStringResourceResolver >& xSourceStringResolver,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::resource::
+ XStringResourceManager >& xTargetStringResourceManager );
};
#endif