view0.cxx (efeef26f) view0.cxx (22de8995)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38#include <globals.h>
39#include <sfx2/app.hxx>
40#include <sfx2/request.hxx>
41#include <svl/whiter.hxx>
42#include <svx/srchdlg.hxx>
43#include <sfx2/templdlg.hxx>
44#include <sfx2/viewfrm.hxx>
45#include <sfx2/bindings.hxx>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38#include <globals.h>
39#include <sfx2/app.hxx>
40#include <sfx2/request.hxx>
41#include <svl/whiter.hxx>
42#include <svx/srchdlg.hxx>
43#include <sfx2/templdlg.hxx>
44#include <sfx2/viewfrm.hxx>
45#include <sfx2/bindings.hxx>
46#include <sfx2/SidebarChildWindow.hxx>
46#include <uivwimp.hxx>
47#include <avmedia/mediaplayer.hxx>
48//#include <swlinguconfig.hxx>
49#include <swmodule.hxx>
50
51#include <sfx2/objface.hxx>
52#include <navipi.hxx>
53#include <wrtsh.hxx>

--- 50 unchanged lines hidden (view full) ---

104 SFX_VIEW_REGISTRATION(SwGlobalDocShell);
105 }
106}
107
108SFX_IMPL_INTERFACE( SwView, SfxViewShell, SW_RES(RID_TOOLS_TOOLBOX) )
109{
110 SFX_CHILDWINDOW_CONTEXT_REGISTRATION(SID_NAVIGATOR);
111 SFX_CHILDWINDOW_REGISTRATION(SID_TASKPANE);
47#include <uivwimp.hxx>
48#include <avmedia/mediaplayer.hxx>
49//#include <swlinguconfig.hxx>
50#include <swmodule.hxx>
51
52#include <sfx2/objface.hxx>
53#include <navipi.hxx>
54#include <wrtsh.hxx>

--- 50 unchanged lines hidden (view full) ---

105 SFX_VIEW_REGISTRATION(SwGlobalDocShell);
106 }
107}
108
109SFX_IMPL_INTERFACE( SwView, SfxViewShell, SW_RES(RID_TOOLS_TOOLBOX) )
110{
111 SFX_CHILDWINDOW_CONTEXT_REGISTRATION(SID_NAVIGATOR);
112 SFX_CHILDWINDOW_REGISTRATION(SID_TASKPANE);
113 SFX_CHILDWINDOW_REGISTRATION(::sfx2::SidebarChildWindow::GetChildWindowId());
112 SFX_CHILDWINDOW_REGISTRATION(SfxTemplateDialogWrapper::GetChildWindowId());
113 SFX_CHILDWINDOW_REGISTRATION(SvxSearchDialogWrapper::GetChildWindowId());
114 SFX_CHILDWINDOW_REGISTRATION(SwSpellDialogChildWindow::GetChildWindowId());
115 SFX_CHILDWINDOW_REGISTRATION(FN_REDLINE_ACCEPT);
116 SFX_CHILDWINDOW_REGISTRATION(SID_HYPERLINK_DIALOG);
117 SFX_CHILDWINDOW_REGISTRATION(GalleryChildWindow::GetChildWindowId());
118 SFX_CHILDWINDOW_REGISTRATION(::avmedia::MediaPlayer::GetChildWindowId());
119 SFX_CHILDWINDOW_REGISTRATION(FN_INSERT_FIELD_DATA_ONLY);

--- 503 unchanged lines hidden ---
114 SFX_CHILDWINDOW_REGISTRATION(SfxTemplateDialogWrapper::GetChildWindowId());
115 SFX_CHILDWINDOW_REGISTRATION(SvxSearchDialogWrapper::GetChildWindowId());
116 SFX_CHILDWINDOW_REGISTRATION(SwSpellDialogChildWindow::GetChildWindowId());
117 SFX_CHILDWINDOW_REGISTRATION(FN_REDLINE_ACCEPT);
118 SFX_CHILDWINDOW_REGISTRATION(SID_HYPERLINK_DIALOG);
119 SFX_CHILDWINDOW_REGISTRATION(GalleryChildWindow::GetChildWindowId());
120 SFX_CHILDWINDOW_REGISTRATION(::avmedia::MediaPlayer::GetChildWindowId());
121 SFX_CHILDWINDOW_REGISTRATION(FN_INSERT_FIELD_DATA_ONLY);

--- 503 unchanged lines hidden ---