LCOV - code coverage report
Current view: top level - sd/source/ui/dlg - PaneShells.cxx (source / functions) Hit Total Coverage
Test: commit e02a6cb2c3e2b23b203b422e4e0680877f232636 Lines: 0 22 0.0 %
Date: 2014-04-14 Functions: 0 24 0.0 %
Legend: Lines: hit not hit

          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             : #include "PaneShells.hxx"
      21             : 
      22             : #include "PaneChildWindows.hxx"
      23             : 
      24             : #include "glob.hrc"
      25             : #include "sdresid.hxx"
      26             : 
      27             : #include <sfx2/msg.hxx>
      28             : #include <sfx2/objface.hxx>
      29             : 
      30             : namespace sd {
      31             : 
      32             : //===== LeftImpressPaneShell ==================================================
      33             : 
      34             : SFX_SLOTMAP(LeftImpressPaneShell)
      35             : {
      36             :     { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
      37             : };
      38             : 
      39           0 : SFX_IMPL_INTERFACE(LeftImpressPaneShell, SfxShell, SdResId(STR_LEFT_IMPRESS_PANE_SHELL))
      40             : {
      41           0 :     SFX_CHILDWINDOW_REGISTRATION(
      42           0 :         ::sd::LeftPaneImpressChildWindow::GetChildWindowId());
      43           0 : }
      44             : 
      45           0 : TYPEINIT1(LeftImpressPaneShell, SfxShell);
      46             : 
      47             : 
      48             : 
      49           0 : LeftImpressPaneShell::LeftImpressPaneShell (void)
      50           0 :     : SfxShell()
      51             : {
      52           0 :     SetName(OUString("LeftImpressPane"));
      53           0 : }
      54             : 
      55             : 
      56             : 
      57             : 
      58           0 : LeftImpressPaneShell::~LeftImpressPaneShell (void)
      59             : {
      60           0 : }
      61             : 
      62             : 
      63             : 
      64             : 
      65             : //===== LeftDrawPaneShell =====================================================
      66             : 
      67             : SFX_SLOTMAP(LeftDrawPaneShell)
      68             : {
      69             :     { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
      70             : };
      71             : 
      72           0 : SFX_IMPL_INTERFACE(LeftDrawPaneShell, SfxShell, SdResId(STR_LEFT_DRAW_PANE_SHELL))
      73             : {
      74           0 :     SFX_CHILDWINDOW_REGISTRATION(
      75           0 :         ::sd::LeftPaneDrawChildWindow::GetChildWindowId());
      76           0 : }
      77             : 
      78           0 : TYPEINIT1(LeftDrawPaneShell, SfxShell);
      79             : 
      80             : 
      81             : 
      82           0 : LeftDrawPaneShell::LeftDrawPaneShell (void)
      83           0 :     : SfxShell()
      84             : {
      85           0 :     SetName(OUString("LeftDrawPane"));
      86           0 : }
      87             : 
      88             : 
      89             : 
      90             : 
      91           0 : LeftDrawPaneShell::~LeftDrawPaneShell (void)
      92             : {
      93           0 : }
      94             : 
      95             : 
      96             : } // end of namespace ::sd
      97             : 
      98             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10