LCOV - code coverage report
Current view: top level - oox/source/shape - ShapeDrawingFragmentHandler.cxx (source / functions) Hit Total Coverage
Test: commit 0e63ca4fde4e446f346e35849c756a30ca294aab Lines: 13 13 100.0 %
Date: 2014-04-11 Functions: 7 7 100.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             : 
      10             : #include "ShapeDrawingFragmentHandler.hxx"
      11             : 
      12             : using namespace com::sun::star;
      13             : 
      14             : namespace oox { namespace shape {
      15             : 
      16          17 : ShapeDrawingFragmentHandler::ShapeDrawingFragmentHandler(oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, oox::drawingml::ShapePtr pGroupShapePtr ) throw()
      17             :         : FragmentHandler2(rFilter, rFragmentPath),
      18          17 :         mpGroupShapePtr(pGroupShapePtr)
      19             : {
      20          17 : }
      21             : 
      22          34 : ShapeDrawingFragmentHandler::~ShapeDrawingFragmentHandler() throw()
      23             : {
      24          34 : }
      25             : 
      26          17 : void SAL_CALL ShapeDrawingFragmentHandler::endDocument() throw (xml::sax::SAXException, uno::RuntimeException, std::exception)
      27             : {
      28          17 : }
      29             : 
      30          34 : ::oox::core::ContextHandlerRef ShapeDrawingFragmentHandler::onCreateContext(sal_Int32 Element, const AttributeList& /*Attribs*/ )
      31             : {
      32          34 :     switch( Element )
      33             :     {
      34             :         case DSP_TOKEN( spTree ):
      35          17 :             return new oox::drawingml::ShapeGroupContext(*this, oox::drawingml::ShapePtr((oox::drawingml::Shape*)0), mpGroupShapePtr);
      36             :         default:
      37          17 :             break;
      38             :     }
      39             : 
      40          17 :     return this;
      41             : }
      42             : 
      43         177 : } }
      44             : 
      45             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10