1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
36 #define _SFXDISPATCH_HXX
37 #define _SFXIMGMGR_HXX
38 #define _SFX_MINFITEM_HXX
41 #define _SFXGENLINK_HXX
42 #define _SFXHINTPOST_HXX
43 #define _SFXDOCINF_HXX
46 #define _SFXMSGPOOL_HXX
48 #define _SFXTBXCTRL_HXX
49 #define _SFXSTBITEM_HXX
50 #define _SFXMNUITEM_HXX
51 #define _SFXIMGMGR_HXX
52 #define _SFX_MINFITEM_HXX
56 #define _SFX_DINFDLG_HXX
57 #define _SFX_MGETEMPL_HXX
58 #define _SFX_TPLPITEM_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
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
81 #define _SFX_PRNMON_HXX
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
94 #include <sfx2/childwin.hxx>
95 #include <sfx2/objsh.hxx>
97 #include "document.hxx"
98 #include "viewdata.hxx"
99 #include "drawview.hxx"
100 #include "drawpage.hxx"
101 #include "drwlayer.hxx"
103 // STATIC DATA -----------------------------------------------------------
105 // -----------------------------------------------------------------------
107 void ActivateOlk( ScViewData
* /* pViewData */ )
109 // Browser fuer Virtual Controls fuellen
110 // VC's und den Browser dazu gibts nicht mehr...
112 // GetSbxForm gibt's nicht mehr, muss auch nichts mehr angemeldet werden
115 void DeActivateOlk( ScViewData
* /* pViewData */ )
117 // Browser fuer Virtual Controls fuellen
118 // VC's und den Browser dazu gibts nicht mehr...
120 // GetSbxForm gibt's nicht mehr, muss auch nichts mehr angemeldet werden
127 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */