Line data Source code
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 :
20 : #define _BIGINT_HXX
21 : #define _CACHESTR_HXX
22 : #define _CONFIG_HXX
23 : #define _CURSOR_HXX
24 : #define _CTRLTOOL_HXX
25 : #define _MACRODLG_HXX
26 : #define _OUTLINER_HXX
27 : #define _PASSWD_HXX
28 : #define _PRNDLG_HXX
29 : #define _RULER_HXX
30 : #define _SCRWIN_HXX
31 : #define _STDMENU_HXX
32 : #define _TABBAR_HXX
33 :
34 : //sfx
35 : #define _SFXCTRLITEM
36 : #define _SFXDISPATCH_HXX
37 : #define _SFXIMGMGR_HXX
38 : #define _SFX_MINFITEM_HXX
39 :
40 : //sfxcore.hxx
41 : #define _SFXGENLINK_HXX
42 : #define _SFXHINTPOST_HXX
43 : #define _SFXDOCINF_HXX
44 :
45 : // SFX
46 : #define _SFXMSGPOOL_HXX
47 : #define _PASSWD_HXX
48 : #define _SFXTBXCTRL_HXX
49 : #define _SFXSTBITEM_HXX
50 : #define _SFXMNUITEM_HXX
51 : #define _SFXIMGMGR_HXX
52 : #define _SFX_MINFITEM_HXX
53 : #define _SFXEVENT_HXX
54 :
55 : //sfxdlg.hxx
56 : #define _SFX_DINFDLG_HXX
57 : #define _SFX_MGETEMPL_HXX
58 : #define _SFX_TPLPITEM_HXX
59 : #define _NEWSTYLE_HXX
60 :
61 : //sfxitems.hxx
62 : #define _SFXFLAGITEM_HXX
63 : #define _SFXPTITEM_HXX
64 : #define _SFXRECTITEM_HXX
65 : #define _SFXITEMITER_HXX
66 : #define _SFX_WHITER_HXX
67 : #define _SFXPOOLCACH_HXX
68 : #define _SFXRNGITEM_HXX
69 :
70 : #define _SFXBASIC_HXX
71 : #define _SFX_TEMPLDLG_HXX
72 : #define _SFXIMGMGR_HXX
73 : #define _SFXMNUITEM_HXX
74 : #define _SFXMNUMGR_HXX
75 : #define _SFXSTBITEM_HXX
76 : #define _SFXTBXCTRL_HXX
77 : #define _SFXREQUEST_HXX
78 : #define _SFXOBJFACE_HXX
79 : #define _SFXMSGPOOL_HXX
80 : #define _SFXMSG_HXX
81 : #define _SFX_PRNMON_HXX
82 :
83 : #define _SVTABBX_HXX
84 :
85 : #define _SVX_HYPHEN_HXX
86 : #define _SVX_OPTSAVE_HXX
87 : #define _SVX_OPTPATH_HXX
88 : #define _SVX_OPTLINGU_HXX
89 : #define _SVX_RULER_HXX
90 : #define _SVX_RULRITEM_HXX
91 : #define _SVX_SPLWRAP_HXX
92 : #define _SVX_THESDLG_HXX
93 :
94 : #include <sfx2/childwin.hxx>
95 : #include <sfx2/objsh.hxx>
96 :
97 : #include "document.hxx"
98 : #include "viewdata.hxx"
99 : #include "drawview.hxx"
100 : #include "drawpage.hxx"
101 : #include "drwlayer.hxx"
102 :
103 : // STATIC DATA -----------------------------------------------------------
104 :
105 : // -----------------------------------------------------------------------
106 :
107 0 : void ActivateOlk( ScViewData* /* pViewData */ )
108 : {
109 : // Browser fuer Virtual Controls fuellen
110 : // VC's und den Browser dazu gibts nicht mehr...
111 :
112 : // GetSbxForm gibt's nicht mehr, muss auch nichts mehr angemeldet werden
113 0 : }
114 :
115 0 : void DeActivateOlk( ScViewData* /* pViewData */ )
116 : {
117 : // Browser fuer Virtual Controls fuellen
118 : // VC's und den Browser dazu gibts nicht mehr...
119 :
120 : // GetSbxForm gibt's nicht mehr, muss auch nichts mehr angemeldet werden
121 15 : }
122 :
123 :
124 :
125 :
126 :
127 : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|