summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgfact.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 07:57:27 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 07:57:27 +0000
commit1356445354e98640a48526e8761ae4a33af3719c (patch)
tree8e60642433ced76aa6d5fa30785464c1018b9b55 /svx/source/dialog/dlgfact.hxx
parentd6c0b6dfbe252429fe2e8fb66209e3fa69b8aaff (diff)
INTEGRATION: CWS scriptingf4 (1.3.94); FILE MERGED
2004/05/06 13:37:43 toconnor 1.3.94.4: #i28384# - implement Macro Selector specification 2004/04/27 14:29:19 toconnor 1.3.94.3: #i28384# - implement Macro Selector specification 2004/03/30 17:57:17 dfoster 1.3.94.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/24 13:41:08 dfoster 1.3.94.1: #i26923# Implmentation of the Script Organizer spec.
Diffstat (limited to 'svx/source/dialog/dlgfact.hxx')
-rw-r--r--svx/source/dialog/dlgfact.hxx21
1 files changed, 19 insertions, 2 deletions
diff --git a/svx/source/dialog/dlgfact.hxx b/svx/source/dialog/dlgfact.hxx
index 7d44f636e7c3..969f52124bec 100644
--- a/svx/source/dialog/dlgfact.hxx
+++ b/svx/source/dialog/dlgfact.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgfact.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 16:51:54 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:57:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -264,6 +264,18 @@ class AbstractTitleDialog_Impl : public AbstractTitleDialog
};
//for TitleDialog end
+//for SvxScriptSelectorDialog begin
+class SvxScriptSelectorDialog;
+class AbstractScriptSelectorDialog_Impl : public AbstractScriptSelectorDialog
+{
+ DECL_ABSTDLG_BASE(
+ AbstractScriptSelectorDialog_Impl, SvxScriptSelectorDialog);
+
+ virtual String GetScriptURL();
+
+ virtual void SetRunLabel();
+};
+
//for GalleryIdDialog begin
class GalleryIdDialog;
class AbstractGalleryIdDialog_Impl : public AbstractGalleryIdDialog
@@ -674,6 +686,11 @@ public:
virtual GetTabPageRanges GetTabPageRangesFunc( USHORT nId );
virtual DialogGetRanges GetDialogGetRangesFunc( USHORT nId ); //add for SvxPostItDialog
+ virtual VclAbstractDialog* CreateSvxScriptOrgDialog( Window* pParent, const String& rLanguage, const ResId& rResId );
+
+ virtual AbstractScriptSelectorDialog*
+ CreateScriptSelectorDialog(
+ Window* pParent, BOOL bShowSlots = FALSE );
};
#endif