summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/fldmgr.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:59:21 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:59:21 +0000
commit0103a8dbdc0643eb043e92adddcbf6477fe12316 (patch)
tree962b0bc6de1b67905b600c07f232ece468cc7afa /sw/source/ui/inc/fldmgr.hxx
parentc1cf6815da9b16e92ad9459ca3e2a525eb1331a9 (diff)
INTEGRATION: CWS os13 (1.6.280); FILE MERGED
2003/07/25 10:54:08 os 1.6.280.1: #i15268# convert some methods to be 'static'
Diffstat (limited to 'sw/source/ui/inc/fldmgr.hxx')
-rw-r--r--sw/source/ui/inc/fldmgr.hxx21
1 files changed, 7 insertions, 14 deletions
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index 71e512d0a551..c1f0c09558e4 100644
--- a/sw/source/ui/inc/fldmgr.hxx
+++ b/sw/source/ui/inc/fldmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldmgr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2002-11-15 11:13:11 $
+ * last change: $Author: hjs $ $Date: 2003-08-19 11:59:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,12 +97,6 @@ class ListBox;
class SvNumberFormatter;
/*--------------------------------------------------------------------
- Beschreibung: Shell setzen auf der der SwFldMgr arbeitet
- --------------------------------------------------------------------*/
-
-void SetFldMgrShell(SwWrtShell* pSh);
-
-/*--------------------------------------------------------------------
Beschreibung: Die Gruppen von Feldern
--------------------------------------------------------------------*/
@@ -160,8 +154,6 @@ struct SwInsertFld_Data
class SwFldMgr
{
private:
- SvStringsDtor aSubLst;
-
SwField* pCurFld;
SbModule* pModule;
const SvxMacroItem* pMacroItem;
@@ -248,16 +240,17 @@ public:
// TypeId des aktuellen Feldes
USHORT GetCurTypeId() const;
+
// TypeId fuer einen konkrete Pos in der Liste
- USHORT GetTypeId(USHORT nPos) const;
+ static USHORT GetTypeId(USHORT nPos);
// Name des Typen in der Liste der Felder
- const String& GetTypeStr(USHORT nPos) const;
+ static const String& GetTypeStr(USHORT nPos);
// Pos in der Liste der Felder
- USHORT GetPos(USHORT nTypeId) const;
+ static USHORT GetPos(USHORT nTypeId);
// Untertypen zu einem Typ
- SvStringsDtor& GetSubTypes(USHORT nId);
+ BOOL GetSubTypes(USHORT nId, SvStringsDtor& rToFill);
BOOL SetUserSubType(const String& rName, USHORT nSubType);