swmodule.cxx (efeef26f) | swmodule.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 --- 120 unchanged lines hidden (view full) --- 129#include <redlndlg.hxx> 130#endif 131#ifndef _SYNCBTN_HXX 132#include <syncbtn.hxx> 133#endif 134#include <mailmergechildwindow.hxx> 135#include <modcfg.hxx> 136#include <fontcfg.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 --- 120 unchanged lines hidden (view full) --- 129#include <redlndlg.hxx> 130#endif 131#ifndef _SYNCBTN_HXX 132#include <syncbtn.hxx> 133#endif 134#include <mailmergechildwindow.hxx> 135#include <modcfg.hxx> 136#include <fontcfg.hxx> |
137#include <sfx2/SidebarChildWindow.hxx> |
|
137#include <sfx2/taskpane.hxx> 138#include <sfx2/evntconf.hxx> 139#include <sfx2/appuno.hxx> 140#include <swatrset.hxx> 141#include <idxmrk.hxx> 142#include <dlelstnr.hxx> 143#ifndef _BARCFG_HXX 144#include <barcfg.hxx> --- 314 unchanged lines hidden (view full) --- 459 SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_RIGHT_TO_LEFT, pMod); 460 461 GalleryChildWindow::RegisterChildWindow(0, pMod); 462 463 ::avmedia::MediaToolBoxControl::RegisterControl(SID_AVMEDIA_TOOLBOX, pMod); 464 ::avmedia::MediaPlayer::RegisterChildWindow(0, pMod); 465 466 SvxSmartTagsControl::RegisterControl(SID_OPEN_SMARTTAGMENU, pMod); | 138#include <sfx2/taskpane.hxx> 139#include <sfx2/evntconf.hxx> 140#include <sfx2/appuno.hxx> 141#include <swatrset.hxx> 142#include <idxmrk.hxx> 143#include <dlelstnr.hxx> 144#ifndef _BARCFG_HXX 145#include <barcfg.hxx> --- 314 unchanged lines hidden (view full) --- 460 SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_RIGHT_TO_LEFT, pMod); 461 462 GalleryChildWindow::RegisterChildWindow(0, pMod); 463 464 ::avmedia::MediaToolBoxControl::RegisterControl(SID_AVMEDIA_TOOLBOX, pMod); 465 ::avmedia::MediaPlayer::RegisterChildWindow(0, pMod); 466 467 SvxSmartTagsControl::RegisterControl(SID_OPEN_SMARTTAGMENU, pMod); |
467 ::sfx2::TaskPaneWrapper::RegisterChildWindow( sal_False, pMod ); | 468 ::sfx2::SidebarChildWindow::RegisterChildWindow(NULL, pMod); 469 ::sfx2::TaskPaneWrapper::RegisterChildWindow(NULL, pMod); |
468} 469 470 471 472/************************************************************************* 473|* 474|* Modul laden (nur Attrappe fuer das Linken der DLL) 475|* --- 21 unchanged lines hidden --- | 470} 471 472 473 474/************************************************************************* 475|* 476|* Modul laden (nur Attrappe fuer das Linken der DLL) 477|* --- 21 unchanged lines hidden --- |