summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 07:50:43 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 07:50:43 +0000
commit64a6e9d43532760f91476be0aeedf6b8eb51e15b (patch)
tree6a213146a63b6c8ec9e064da253907f93cee1cb3 /sw/inc/docufld.hxx
parent87a93c04883999462d5da9e36c3b00ca955eda6d (diff)
INTEGRATION: CWS scriptingf4 (1.5.640); FILE MERGED
2004/04/27 14:10:06 toconnor 1.5.640.1: #i28384# - implement Macro Selector specification
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index b1c90d332862..408f196e6895 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docufld.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jp $ $Date: 2001-10-24 18:43:03 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:50:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifndef _DATE_HXX //autogen
#include <tools/date.hxx>
#endif
+#ifndef _SFXMACITEM_HXX //autogen
+#include <svtools/macitem.hxx>
+#endif
#include "fldbas.hxx"
#include "numrule.hxx"
@@ -493,6 +496,7 @@ class SwMacroField : public SwField
{
String aMacro;
String aText;
+ BOOL bIsScriptURL;
public:
// Direkte Eingabe alten Wert loeschen
@@ -502,6 +506,7 @@ public:
inline const String& GetMacro() const { return aMacro; }
String GetLibName() const;
String GetMacroName() const;
+ SvxMacro GetSvxMacro() const;
virtual String GetCntnt(BOOL bName = FALSE) const;
virtual String Expand() const;
@@ -520,6 +525,8 @@ public:
static void CreateMacroString( String& rMacro,
const String& rMacroName,
const String& rLibraryName );
+
+ static BOOL isScriptURL( const String& str );
};