summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/fldmgr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 12:04:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 12:04:08 +0000
commit9634273b00ac5fde97a4cbf053f48ae6290a0c07 (patch)
treecd54d66bd1c82bc3bce93e3a0f1659f5289dbbfe /sw/source/ui/inc/fldmgr.hxx
parentINTEGRATION: CWS tune05 (1.7.256); FILE MERGED (diff)
downloadcore-9634273b00ac5fde97a4cbf053f48ae6290a0c07.tar.gz
core-9634273b00ac5fde97a4cbf053f48ae6290a0c07.zip
INTEGRATION: CWS tune05 (1.9.54); FILE MERGED
2004/07/23 16:43:18 mhu 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2004/07/22 09:09:33 cmc 1.9.54.1: #i30554# unused l methods
Diffstat (limited to 'sw/source/ui/inc/fldmgr.hxx')
-rw-r--r--sw/source/ui/inc/fldmgr.hxx20
1 files changed, 2 insertions, 18 deletions
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index 5083fc66d342..22d5180fdcef 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2004-06-29 08:11:27 $
+ * last change: $Author: obo $ $Date: 2004-08-12 13:04:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -173,7 +173,6 @@ private:
USHORT GetCurrLanguage() const;
com::sun::star::uno::Reference<com::sun::star::container::XNameAccess> xDBContext;
- com::sun::star::uno::Reference<com::sun::star::container::XNameAccess> GetDBContext();
com::sun::star::uno::Reference<com::sun::star::text::XNumberingTypeInfo> xNumberingInfo;
com::sun::star::uno::Reference<com::sun::star::text::XNumberingTypeInfo> GetNumberingInfo()const;
public:
@@ -183,11 +182,6 @@ public:
// Feld einfuegen ueber TypeId (TYP_ ...)
BOOL InsertFld( const SwInsertFld_Data& rData );
- BOOL InsertURL( const String& rName,
- const String& rVal,
- const String& rFrame,
- const SvxMacroItem* pItem = 0);
-
// Direkt das aktuelle Feld aendern
void UpdateCurFld(ULONG nFormat,
const String& rPar1,
@@ -201,8 +195,6 @@ public:
// Ein Feld ermitteln
SwField* GetCurFld();
- // Zugriff auf Feldtypen
- void RemoveDBTypes();
void InsertFldType(SwFieldType& rType);
BOOL ChooseMacro(const String &rSelMacro = aEmptyStr);
@@ -216,11 +208,6 @@ public:
BOOL GoNext( SwFieldType* pTyp = 0 ) { return GoNextPrev( TRUE, pTyp ); }
BOOL GoPrev( SwFieldType* pTyp = 0 ) { return GoNextPrev( FALSE, pTyp ); }
- // Setzen von Werten aus Benutzerfeldern (BASIC)
- //
- BOOL SetFieldValue(const String &rFieldName,
- const String &rValue);
-
// Erfragen von Werten aus Datenbankfeldern (BASIC )
// String GetDataBaseFieldValue(const String &rDBName, const String &rFieldName, SwWrtShell* pSh);
BOOL IsDBNumeric(const String& rDBName, const String& rTblQryName,
@@ -235,7 +222,6 @@ public:
SwFieldType* GetFldType(USHORT nResId, USHORT nId = 0) const;
SwFieldType* GetFldType(USHORT nResId, const String& rName) const;
- void RemoveFldType(USHORT nResId, USHORT nId = 0);
void RemoveFldType(USHORT nResId, const String& rName);
// Zugriff ueber TypeId aus dem Dialog
@@ -257,8 +243,6 @@ public:
// Untertypen zu einem Typ
BOOL GetSubTypes(USHORT nId, SvStringsDtor& rToFill);
- BOOL SetUserSubType(const String& rName, USHORT nSubType);
-
// Formate zu einem Typ
USHORT GetFormatCount(USHORT nTypeId, BOOL bIsText, BOOL bHtmlMode = FALSE) const;
String GetFormatStr(USHORT nTypeId, ULONG nFormatId) const;