update dev300-m58
[ooovba.git] / sw / source / ui / inc / initui.hxx
blob7a7e429d1efa0c8d386b6ace34423a58ec66ecf9
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: initui.hxx,v $
10 * $Revision: 1.8 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _INITUI_HXX
31 #define _INITUI_HXX
33 #include "tools/solar.h"
34 #include "swdllapi.h"
37 * Forward Declarations
39 class String;
40 class SwThesaurus;
41 class SvStringsDtor;
44 * Extern Definitions
46 extern SwThesaurus* pThes;
48 extern String* pOldGrfCat;
49 extern String* pOldTabCat;
50 extern String* pOldFrmCat;
52 extern String* pCurrGlosGroup;
54 SW_DLLPUBLIC String* GetOldGrfCat();
55 SW_DLLPUBLIC String* GetOldTabCat();
56 SW_DLLPUBLIC String* GetOldFrmCat();
57 SW_DLLPUBLIC String* GetOldDrwCat();
59 SW_DLLPUBLIC String* GetCurrGlosGroup();
60 SW_DLLPUBLIC void SetCurrGlosGroup(String* pStr);
62 extern SvStringsDtor* pDBNameList;
64 extern SvStringsDtor* pAuthFieldNameList;
65 extern SvStringsDtor* pAuthFieldTypeList;
67 // stellt die Textbausteinverwaltung zur Verfuegung
68 class SwGlossaries;
69 SW_DLLPUBLIC SwGlossaries* GetGlossaries();
71 class SwGlossaryList;
73 BOOL HasGlossaryList();
74 SwGlossaryList* GetGlossaryList();
76 extern void _InitUI();
77 extern void _FinitUI();
78 extern void _InitSpell();
79 extern void _FinitSpell();
82 #endif