summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx346
1 files changed, 173 insertions, 173 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index ca3707496435..171902346ee8 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -70,36 +70,36 @@ enum SwDocStatSubType
DS_END
};
-typedef sal_uInt16 SwDocInfoSubType;
+typedef sal_uInt16 SwDocInfoSubType;
namespace nsSwDocInfoSubType
{
// NB: these must denote consecutive integers!
// NB2: these are extended by 4 DI_INFO values for backward compatibility
// in filter/html/htmlfld.cxx, so make sure that DI_SUBTYPE_END
// really is the end, and is at least 4 less than DI_SUB_*!
- const SwDocInfoSubType DI_SUBTYPE_BEGIN = 0;
- const SwDocInfoSubType DI_TITEL = DI_SUBTYPE_BEGIN;
- const SwDocInfoSubType DI_THEMA = 1;
- const SwDocInfoSubType DI_KEYS = 2;
- const SwDocInfoSubType DI_COMMENT = 3;
- const SwDocInfoSubType DI_CREATE = 4;
- const SwDocInfoSubType DI_CHANGE = 5;
- const SwDocInfoSubType DI_PRINT = 6;
- const SwDocInfoSubType DI_DOCNO = 7;
- const SwDocInfoSubType DI_EDIT = 8;
- const SwDocInfoSubType DI_CUSTOM = 9;
- const SwDocInfoSubType DI_SUBTYPE_END = 10;
-
-
- const SwDocInfoSubType DI_SUB_AUTHOR = 0x0100;
- const SwDocInfoSubType DI_SUB_TIME = 0x0200;
- const SwDocInfoSubType DI_SUB_DATE = 0x0300;
- const SwDocInfoSubType DI_SUB_FIXED = 0x1000;
+ const SwDocInfoSubType DI_SUBTYPE_BEGIN = 0;
+ const SwDocInfoSubType DI_TITEL = DI_SUBTYPE_BEGIN;
+ const SwDocInfoSubType DI_THEMA = 1;
+ const SwDocInfoSubType DI_KEYS = 2;
+ const SwDocInfoSubType DI_COMMENT = 3;
+ const SwDocInfoSubType DI_CREATE = 4;
+ const SwDocInfoSubType DI_CHANGE = 5;
+ const SwDocInfoSubType DI_PRINT = 6;
+ const SwDocInfoSubType DI_DOCNO = 7;
+ const SwDocInfoSubType DI_EDIT = 8;
+ const SwDocInfoSubType DI_CUSTOM = 9;
+ const SwDocInfoSubType DI_SUBTYPE_END = 10;
+
+
+ const SwDocInfoSubType DI_SUB_AUTHOR = 0x0100;
+ const SwDocInfoSubType DI_SUB_TIME = 0x0200;
+ const SwDocInfoSubType DI_SUB_DATE = 0x0300;
+ const SwDocInfoSubType DI_SUB_FIXED = 0x1000;
const SwDocInfoSubType DI_SUB_MASK = 0xff00;
}
-enum RegInfoFormat // Nur noch zum laden alter Dokumente!!!
+enum RegInfoFormat // Nur noch zum laden alter Dokumente!!!
{
RF_AUTHOR,
RF_TIME,
@@ -116,16 +116,16 @@ enum SwPageNumSubType
enum SwExtUserSubType
{
- EU_COMPANY /*EU_FIRMA*/,
- EU_FIRSTNAME /*EU_VORNAME*/,
- EU_NAME /*EU_NAME*/,
- EU_SHORTCUT /*EU_ABK*/,
- EU_STREET /*EU_STRASSE*/,
- EU_COUNTRY /*EU_LAND*/,
- EU_ZIP /*EU_PLZ*/,
- EU_CITY /*EU_ORT*/,
- EU_TITLE /*EU_TITEL*/,
- EU_POSITION /*EU_POS*/,
+ EU_COMPANY /*EU_FIRMA*/,
+ EU_FIRSTNAME /*EU_VORNAME*/,
+ EU_NAME /*EU_NAME*/,
+ EU_SHORTCUT /*EU_ABK*/,
+ EU_STREET /*EU_STRASSE*/,
+ EU_COUNTRY /*EU_LAND*/,
+ EU_ZIP /*EU_PLZ*/,
+ EU_CITY /*EU_ORT*/,
+ EU_TITLE /*EU_TITEL*/,
+ EU_POSITION /*EU_POS*/,
EU_PHONE_PRIVATE /*EU_TELPRIV*/,
EU_PHONE_COMPANY /*EU_TELFIRMA*/,
EU_FAX,
@@ -150,9 +150,9 @@ enum SwJumpEditFormat
class SwPageNumberFieldType : public SwFieldType
{
- sal_Int16 nNumberingType;
- USHORT nNum, nMax;
- BOOL bVirtuell;
+ sal_Int16 nNumberingType;
+ USHORT nNum, nMax;
+ BOOL bVirtuell;
public:
SwPageNumberFieldType();
@@ -169,27 +169,27 @@ public:
class SW_DLLPUBLIC SwPageNumberField : public SwField
{
- String sUserStr;
+ String sUserStr;
USHORT nSubType;
- short nOffset;
+ short nOffset;
public:
SwPageNumberField(SwPageNumberFieldType*, USHORT nSub = PG_RANDOM,
sal_uInt32 nFmt = 0, short nOff = 0);
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
+ virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
- virtual USHORT GetSubType() const;
+ virtual USHORT GetSubType() const;
// virtual void SetSubType(USHORT nSub); // OM: entfernt, da unbenoetigt und gefaehrlich
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
- const String& GetUserString() const { return sUserStr; }
- void SetUserString( const String& rS ) { sUserStr = rS; }
+ const String& GetUserString() const { return sUserStr; }
+ void SetUserString( const String& rS ) { sUserStr = rS; }
};
/*--------------------------------------------------------------------
@@ -201,7 +201,7 @@ class SwAuthorFieldType : public SwFieldType
public:
SwAuthorFieldType();
- String Expand(ULONG) const;
+ String Expand(ULONG) const;
virtual SwFieldType* Copy() const;
};
@@ -211,15 +211,15 @@ public:
class SwAuthorField : public SwField
{
- String aContent;
+ String aContent;
public:
SwAuthorField(SwAuthorFieldType*, sal_uInt32 nFmt = 0);
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- inline void SetExpansion(const String& rStr) { aContent = rStr; }
+ inline void SetExpansion(const String& rStr) { aContent = rStr; }
inline const String& GetContent() const { return aContent; }
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
@@ -236,7 +236,7 @@ class SwFileNameFieldType : public SwFieldType
public:
SwFileNameFieldType(SwDoc*);
- String Expand(ULONG) const;
+ String Expand(ULONG) const;
virtual SwFieldType* Copy() const;
};
@@ -251,10 +251,10 @@ class SW_DLLPUBLIC SwFileNameField : public SwField
public:
SwFileNameField(SwFileNameFieldType*, sal_uInt32 nFmt = 0);
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- inline void SetExpansion(const String& rStr) { aContent = rStr; }
+ inline void SetExpansion(const String& rStr) { aContent = rStr; }
inline const String& GetContent() const { return aContent; }
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
@@ -271,7 +271,7 @@ class SwTemplNameFieldType : public SwFieldType
public:
SwTemplNameFieldType(SwDoc*);
- String Expand(ULONG) const;
+ String Expand(ULONG) const;
virtual SwFieldType* Copy() const;
};
@@ -284,8 +284,8 @@ class SW_DLLPUBLIC SwTemplNameField : public SwField
public:
SwTemplNameField(SwTemplNameFieldType*, sal_uInt32 nFmt = 0);
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
};
@@ -297,12 +297,12 @@ public:
class SwDocStatFieldType : public SwFieldType
{
- SwDoc* pDoc;
- sal_Int16 nNumberingType;//com::sun::star::style::NumberingType
+ SwDoc* pDoc;
+ sal_Int16 nNumberingType;//com::sun::star::style::NumberingType
public:
SwDocStatFieldType(SwDoc*);
- String Expand(USHORT nSubType, sal_uInt32 nFmt) const;
+ String Expand(USHORT nSubType, sal_uInt32 nFmt) const;
virtual SwFieldType* Copy() const;
inline void SetNumFormat( sal_Int16 eFmt ) { nNumberingType = eFmt; }
@@ -322,11 +322,11 @@ public:
void ChangeExpansion( const SwFrm* pFrm );
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- virtual USHORT GetSubType() const;
- virtual void SetSubType(USHORT nSub);
+ virtual USHORT GetSubType() const;
+ virtual void SetSubType(USHORT nSub);
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
};
@@ -343,8 +343,8 @@ public:
virtual SwFieldType* Copy() const;
- void SetHiddenFlag( BOOL bSetHidden = TRUE );
- inline BOOL GetHiddenFlag() const { return bHidden; }
+ void SetHiddenFlag( BOOL bSetHidden = TRUE );
+ inline BOOL GetHiddenFlag() const { return bHidden; }
};
/*--------------------------------------------------------------------
@@ -353,23 +353,23 @@ public:
class SwHiddenTxtField : public SwField
{
- String aTRUETxt; // Text wenn Bedingung TRUE
- String aFALSETxt; // Wenn Bedingung falsch
- String aContent; // Ausgewerteter DB-Text
+ String aTRUETxt; // Text wenn Bedingung TRUE
+ String aFALSETxt; // Wenn Bedingung falsch
+ String aContent; // Ausgewerteter DB-Text
- String aCond; // Bedingung
+ String aCond; // Bedingung
USHORT nSubType;
- BOOL bCanToggle : 1; // kann das Feld einzeln getoggelt werden?
- BOOL bIsHidden : 1; // ist es nicht sichtbar?
- BOOL bValid : 1; // DB-Feld evaluiert?
+ BOOL bCanToggle : 1; // kann das Feld einzeln getoggelt werden?
+ BOOL bIsHidden : 1; // ist es nicht sichtbar?
+ BOOL bValid : 1; // DB-Feld evaluiert?
public:
SwHiddenTxtField( SwHiddenTxtFieldType*,
- BOOL bConditional,
- const String& rCond,
- const String& rTxt,
- BOOL bHidden = FALSE,
+ BOOL bConditional,
+ const String& rCond,
+ const String& rTxt,
+ BOOL bHidden = FALSE,
USHORT nSubType = TYP_HIDDENTXTFLD);
SwHiddenTxtField( SwHiddenTxtFieldType*,
@@ -378,26 +378,26 @@ public:
const String& rFalse,
USHORT nSubType = TYP_HIDDENTXTFLD);
- virtual String GetCntnt(BOOL bName = FALSE) const;
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String GetCntnt(BOOL bName = FALSE) const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- void Evaluate(SwDoc*);
+ void Evaluate(SwDoc*);
- inline void SetValue(BOOL bHidden) { bIsHidden = bHidden; }
+ inline void SetValue(BOOL bHidden) { bIsHidden = bHidden; }
String GetColumnName(const String& rName);
- String GetDBName(const String& rName, SwDoc *pDoc);
+ String GetDBName(const String& rName, SwDoc *pDoc);
// Condition
- virtual void SetPar1(const String& rStr);
+ virtual void SetPar1(const String& rStr);
virtual const String& GetPar1() const;
// True/False - String
- virtual void SetPar2(const String& rStr);
- virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
+ virtual String GetPar2() const;
- virtual USHORT GetSubType() const;
+ virtual USHORT GetSubType() const;
// virtual void SetSubType(USHORT nSub); // OM: entfernt, da unbenoetigt und gefaehrlich
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
@@ -421,21 +421,21 @@ public:
class SwHiddenParaField : public SwField
{
- String aCond;
- BOOL bIsHidden:1;
+ String aCond;
+ BOOL bIsHidden:1;
public:
// Direkte Eingabe alten Wert loeschen
SwHiddenParaField(SwHiddenParaFieldType*, const String& rCond);
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- void SetHidden(BOOL bHidden) { bIsHidden = bHidden; }
- BOOL IsHidden() const { return bIsHidden; }
+ void SetHidden(BOOL bHidden) { bIsHidden = bHidden; }
+ BOOL IsHidden() const { return bIsHidden; }
// Bedingung erfragen/setzen
virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual void SetPar1(const String& rStr);
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
};
@@ -462,7 +462,7 @@ class SW_DLLPUBLIC SwMacroField : public SwField
{
String aMacro;
String aText;
- BOOL bIsScriptURL;
+ BOOL bIsScriptURL;
public:
// Direkte Eingabe alten Wert loeschen
@@ -470,21 +470,21 @@ public:
const String& rTxt);
inline const String& GetMacro() const { return aMacro; }
- String GetLibName() const;
- String GetMacroName() const;
- SvxMacro GetSvxMacro() const;
+ String GetLibName() const;
+ String GetMacroName() const;
+ SvxMacro GetSvxMacro() const;
- virtual String GetCntnt(BOOL bName = FALSE) const;
- virtual String Expand() const;
+ virtual String GetCntnt(BOOL bName = FALSE) const;
+ virtual String Expand() const;
virtual SwField* Copy() const;
// Library und FileName
virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual void SetPar1(const String& rStr);
// Macrotext
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
+ virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
@@ -503,12 +503,12 @@ public:
class SwPostItFieldType : public SwFieldType
{
private:
- SwDoc* mpDoc;
+ SwDoc* mpDoc;
public:
SwPostItFieldType(SwDoc* pDoc);
virtual SwFieldType* Copy() const;
- SwDoc* GetDoc() {return mpDoc;};
+ SwDoc* GetDoc() {return mpDoc;};
};
/*--------------------------------------------------------------------
@@ -517,10 +517,10 @@ public:
class SW_DLLPUBLIC SwPostItField : public SwField
{
- String sTxt; // die Anmerkung
- String sAuthor; // der Author
- DateTime aDateTime; // Datum und Zeit der Anmerkung
- OutlinerParaObject* mpText;
+ String sTxt; // die Anmerkung
+ String sAuthor; // der Author
+ DateTime aDateTime; // Datum und Zeit der Anmerkung
+ OutlinerParaObject* mpText;
SwTextAPIObject* m_pTextObject;
public:
@@ -528,22 +528,22 @@ public:
const String& rAuthor, const String& rTxt, const DateTime& rDate);
~SwPostItField();
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- inline const Date GetDate() const { return aDateTime.GetDate(); }
- inline const Time GetTime() const { return aDateTime.GetTime(); }
+ inline const Date GetDate() const { return aDateTime.GetDate(); }
+ inline const Time GetTime() const { return aDateTime.GetTime(); }
// Author
- virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual const String& GetPar1() const;
+ virtual void SetPar1(const String& rStr);
// Text
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
- const String& GetTxt() const { return sTxt; }
+ virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
+ const String& GetTxt() const { return sTxt; }
- const OutlinerParaObject* GetTextObject() const;
+ const OutlinerParaObject* GetTextObject() const;
void SetTextObject( OutlinerParaObject* pText );
sal_uInt32 GetNumberOfParagraphs() const;
@@ -562,13 +562,13 @@ class SwDocInfoFieldType : public SwValueFieldType
public:
SwDocInfoFieldType(SwDoc* pDc);
- String Expand(USHORT nSubType, sal_uInt32 nFormat, USHORT nLang, const String& rName) const;
+ String Expand(USHORT nSubType, sal_uInt32 nFormat, USHORT nLang, const String& rName) const;
virtual SwFieldType* Copy() const;
};
class SW_DLLPUBLIC SwDocInfoField : public SwValueField
{
- USHORT nSubType;
+ USHORT nSubType;
String aContent;
String aName;
@@ -576,15 +576,15 @@ public:
SwDocInfoField(SwDocInfoFieldType*, USHORT nSub, const String& rName, sal_uInt32 nFmt=0);
SwDocInfoField(SwDocInfoFieldType*, USHORT nSub, const String& rName, const String& rValue, sal_uInt32 nFmt=0);
- virtual void SetSubType(USHORT);
- virtual USHORT GetSubType() const;
- virtual void SetLanguage(USHORT nLng);
- virtual String Expand() const;
- virtual String GetCntnt(BOOL bName = FALSE) const;
- virtual SwField* Copy() const;
- String GetName() const { return aName; }
+ virtual void SetSubType(USHORT);
+ virtual USHORT GetSubType() const;
+ virtual void SetLanguage(USHORT nLng);
+ virtual String Expand() const;
+ virtual String GetCntnt(BOOL bName = FALSE) const;
+ virtual SwField* Copy() const;
+ String GetName() const { return aName; }
void SetName( const String& rName ) { aName = rName; }
- inline void SetExpansion(const String& rStr) { aContent = rStr; }
+ inline void SetExpansion(const String& rStr) { aContent = rStr; }
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
};
@@ -602,25 +602,25 @@ public:
inline void SetData(const String& rStr) { aData = rStr; }
- String Expand(USHORT nSubType, sal_uInt32 nFormat) const;
+ String Expand(USHORT nSubType, sal_uInt32 nFormat) const;
virtual SwFieldType* Copy() const;
};
class SwExtUserField : public SwField
{
- String aContent;
- USHORT nType;
+ String aContent;
+ USHORT nType;
public:
SwExtUserField(SwExtUserFieldType*, USHORT nSub, sal_uInt32 nFmt=0);
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- virtual USHORT GetSubType() const;
- virtual void SetSubType(USHORT nSub);
+ virtual USHORT GetSubType() const;
+ virtual void SetSubType(USHORT nSub);
- inline void SetExpansion(const String& rStr) { aContent = rStr; }
+ inline void SetExpansion(const String& rStr) { aContent = rStr; }
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
@@ -636,9 +636,9 @@ class SwRefPageSetFieldType : public SwFieldType
public:
SwRefPageSetFieldType();
- virtual SwFieldType* Copy() const;
+ virtual SwFieldType* Copy() const;
// ueberlagert, weil es nichts zum Updaten gibt!
- virtual void Modify( SfxPoolItem *, SfxPoolItem * );
+ virtual void Modify( SfxPoolItem *, SfxPoolItem * );
};
/*--------------------------------------------------------------------
@@ -647,23 +647,23 @@ public:
class SwRefPageSetField : public SwField
{
- short nOffset;
- BOOL bOn;
+ short nOffset;
+ BOOL bOn;
public:
SwRefPageSetField( SwRefPageSetFieldType*, short nOff = 0,
BOOL bOn = TRUE );
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
+ virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
- BOOL IsOn() const { return bOn; }
+ BOOL IsOn() const { return bOn; }
- short GetOffset() const { return nOffset; }
- void SetOffset( short nOff ) { nOffset = nOff; }
+ short GetOffset() const { return nOffset; }
+ void SetOffset( short nOff ) { nOffset = nOff; }
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
};
@@ -674,8 +674,8 @@ public:
class SwRefPageGetFieldType : public SwFieldType
{
- SwDoc* pDoc;
- sal_Int16 nNumberingType;
+ SwDoc* pDoc;
+ sal_Int16 nNumberingType;
void UpdateField( SwTxtFld* pTxtFld, _SetGetExpFlds& rSetList );
@@ -700,10 +700,10 @@ class SwRefPageGetField : public SwField
public:
SwRefPageGetField( SwRefPageGetFieldType*, sal_uInt32 nFmt );
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
- void SetText( const String& rTxt ) { sTxt = rTxt; }
+ void SetText( const String& rTxt ) { sTxt = rTxt; }
void ChangeExpansion( const SwFrm* pFrm, const SwTxtFld* pFld );
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
@@ -733,16 +733,16 @@ public:
SwJumpEditField( SwJumpEditFieldType*, sal_uInt32 nFormat,
const String& sText, const String& sHelp );
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
// Platzhalter-Text
virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual void SetPar1(const String& rStr);
// HinweisText
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
+ virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
SwCharFmt* GetCharFmt() const
{ return ((SwJumpEditFieldType*)GetTyp())->GetCharFmt(); }
@@ -769,11 +769,11 @@ public:
class SwScriptField : public SwField
{
- String sType; // Type von Code (Java/VBScript/...)
- String sCode; // der Code als Text
+ String sType; // Type von Code (Java/VBScript/...)
+ String sCode; // der Code als Text
// der Code als JavaCode ?
- BOOL bCodeURL; // Code enthaelt URL eines Scripts
+ BOOL bCodeURL; // Code enthaelt URL eines Scripts
public:
SwScriptField( SwScriptFieldType*, const String& rType,
@@ -781,18 +781,18 @@ public:
virtual String GetDescription() const;
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
// Type
- virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual const String& GetPar1() const;
+ virtual void SetPar1(const String& rStr);
// Text
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
+ virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
- BOOL IsCodeURL() const { return bCodeURL; }
- void SetCodeURL( BOOL bURL ) { bCodeURL = bURL; }
+ BOOL IsCodeURL() const { return bCodeURL; }
+ void SetCodeURL( BOOL bURL ) { bCodeURL = bURL; }
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
};
@@ -813,21 +813,21 @@ public:
Beschreibung: Script Field
--------------------------------------------------------------------*/
-#define MAX_COMBINED_CHARACTERS 6
+#define MAX_COMBINED_CHARACTERS 6
class SW_DLLPUBLIC SwCombinedCharField : public SwField
{
- String sCharacters; // combine these characters
+ String sCharacters; // combine these characters
public:
SwCombinedCharField( SwCombinedCharFieldType*, const String& rChars );
- virtual String Expand() const;
- virtual SwField* Copy() const;
+ virtual String Expand() const;
+ virtual SwField* Copy() const;
// Characters
- virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual const String& GetPar1() const;
+ virtual void SetPar1(const String& rStr);
virtual bool QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );