scdll.cxx (7a32b0c8) scdll.cxx (a72d41dc)
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

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

258 SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_LEFT_TO_RIGHT, pMod);
259 SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_RIGHT_TO_LEFT, pMod);
260
261 //Media Controller
262 ::avmedia::MediaToolBoxControl::RegisterControl( SID_AVMEDIA_TOOLBOX, pMod );
263
264 // common SFX controller
265 ::sfx2::TaskPaneWrapper::RegisterChildWindow( sal_False, pMod );
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

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

258 SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_LEFT_TO_RIGHT, pMod);
259 SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_RIGHT_TO_LEFT, pMod);
260
261 //Media Controller
262 ::avmedia::MediaToolBoxControl::RegisterControl( SID_AVMEDIA_TOOLBOX, pMod );
263
264 // common SFX controller
265 ::sfx2::TaskPaneWrapper::RegisterChildWindow( sal_False, pMod );
266 ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(NULL, pMod);
266 ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(sal_False, pMod);
267
268 // Svx-StatusBar-Controller
269 SvxInsertStatusBarControl ::RegisterControl(SID_ATTR_INSERT, pMod);
270 SvxSelectionModeControl ::RegisterControl(SID_STATUS_SELMODE, pMod);
271 SvxZoomStatusBarControl ::RegisterControl(SID_ATTR_ZOOM, pMod);
272 SvxZoomSliderControl ::RegisterControl(SID_ATTR_ZOOMSLIDER, pMod);
273 SvxModifyControl ::RegisterControl(SID_DOC_MODIFIED, pMod);
274 XmlSecStatusBarControl ::RegisterControl( SID_SIGNATURE, pMod );

--- 89 unchanged lines hidden ---
267
268 // Svx-StatusBar-Controller
269 SvxInsertStatusBarControl ::RegisterControl(SID_ATTR_INSERT, pMod);
270 SvxSelectionModeControl ::RegisterControl(SID_STATUS_SELMODE, pMod);
271 SvxZoomStatusBarControl ::RegisterControl(SID_ATTR_ZOOM, pMod);
272 SvxZoomSliderControl ::RegisterControl(SID_ATTR_ZOOMSLIDER, pMod);
273 SvxModifyControl ::RegisterControl(SID_DOC_MODIFIED, pMod);
274 XmlSecStatusBarControl ::RegisterControl( SID_SIGNATURE, pMod );

--- 89 unchanged lines hidden ---