LibreOffice Module sw (master) 1
init.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef INCLUDED_SW_INC_INIT_HXX
20#define INCLUDED_SW_INC_INIT_HXX
21
22#include <sal/config.h>
23
24#include <vector>
25
26#include <osl/module.h>
27#include <osl/module.hxx>
28
29class SvGlobalName;
30class SwViewShell;
31
32void InitCore(); // bastyp/init.cxx
33void FinitCore();
34
35namespace sw {
36
37// basflt/fltini.cxx
39{
40private:
41 Filters(Filters const&) = delete;
42 Filters& operator=(Filters const&) = delete;
43
44public:
45 Filters();
46
47 ~Filters();
48#ifndef DISABLE_DYNLOADING
49 oslGenericFunction GetMswordLibSymbol( const char *pSymbol );
50#endif
51
52private:
53 osl::Module msword_;
54};
55
56}
57
58// layout/newfrm.cxx
59void FrameInit();
60void FrameFinit();
61void SetShell( SwViewShell *pSh );
62
63// text/txtfrm.cxx
64void TextInit_();
65void TextFinit();
66
67// We collect the GlobalNames of the servers at runtime, who don't want to be notified
68// about printer changes. Thereby saving loading a lot of objects (luckily all foreign
69// objects are mapped to one ID).
70// Initialisation and deinitialisation can be found in init.cxx
71extern std::vector<SvGlobalName> *pGlobalOLEExcludeList;
72
73#endif
74
75/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
osl::Module msword_
Definition: init.hxx:53
Filters & operator=(Filters const &)=delete
oslGenericFunction GetMswordLibSymbol(const char *pSymbol)
Definition: fltini.cxx:129
Filters(Filters const &)=delete
void TextFinit()
Definition: txtinit.cxx:50
void FrameInit()
Definition: newfrm.cxx:296
std::vector< SvGlobalName > * pGlobalOLEExcludeList
Definition: init.cxx:442
void SetShell(SwViewShell *pSh)
Definition: newfrm.cxx:353
void TextInit_()
Definition: txtinit.cxx:37
void InitCore()
Definition: init.cxx:459
void FinitCore()
Definition: init.cxx:684
void FrameFinit()
Definition: newfrm.cxx:307
Dialog to specify the properties of date form field.