LCOV - code coverage report
Current view: top level - svx/source/sdr/overlay - overlaycrosshair.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 18 0.0 %
Date: 2012-08-25 Functions: 0 5 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 18 0.0 %

           Branch data     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 <svx/sdr/overlay/overlaycrosshair.hxx>
      21                 :            : #include <tools/gen.hxx>
      22                 :            : #include <vcl/outdev.hxx>
      23                 :            : #include <svx/sdr/overlay/overlaytools.hxx>
      24                 :            : #include <svx/sdr/overlay/overlaymanager.hxx>
      25                 :            : 
      26                 :            : //////////////////////////////////////////////////////////////////////////////
      27                 :            : 
      28                 :            : namespace sdr
      29                 :            : {
      30                 :            :     namespace overlay
      31                 :            :     {
      32                 :          0 :         drawinglayer::primitive2d::Primitive2DSequence OverlayCrosshairStriped::createOverlayObjectPrimitive2DSequence()
      33                 :            :         {
      34                 :          0 :             drawinglayer::primitive2d::Primitive2DSequence aRetval;
      35                 :            : 
      36         [ #  # ]:          0 :             if(getOverlayManager())
      37                 :            :             {
      38                 :          0 :                 const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor());
      39                 :          0 :                 const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor());
      40                 :          0 :                 const double fStripeLengthPixel(getOverlayManager()->getStripeLengthPixel());
      41                 :            : 
      42                 :            :                 const drawinglayer::primitive2d::Primitive2DReference aReference(
      43                 :            :                     new drawinglayer::primitive2d::OverlayCrosshairPrimitive(
      44                 :          0 :                         getBasePosition(),
      45                 :            :                         aRGBColorA,
      46                 :            :                         aRGBColorB,
      47 [ #  # ][ #  # ]:          0 :                         fStripeLengthPixel));
                 [ #  # ]
      48                 :            : 
      49 [ #  # ][ #  # ]:          0 :                 aRetval = drawinglayer::primitive2d::Primitive2DSequence(&aReference, 1);
                 [ #  # ]
      50                 :            :             }
      51                 :            : 
      52                 :          0 :             return aRetval;
      53                 :            :         }
      54                 :            : 
      55                 :          0 :         void OverlayCrosshairStriped::stripeDefinitionHasChanged()
      56                 :            :         {
      57                 :            :             // react on OverlayManager's stripe definition change
      58                 :          0 :             objectChange();
      59                 :          0 :         }
      60                 :            : 
      61                 :          0 :         OverlayCrosshairStriped::OverlayCrosshairStriped(const basegfx::B2DPoint& rBasePos)
      62         [ #  # ]:          0 :         :   OverlayObjectWithBasePosition(rBasePos, Color(COL_BLACK))
      63                 :            :         {
      64                 :          0 :         }
      65                 :            : 
      66                 :          0 :         OverlayCrosshairStriped::~OverlayCrosshairStriped()
      67                 :            :         {
      68         [ #  # ]:          0 :         }
      69                 :            :     } // end of namespace overlay
      70                 :            : } // end of namespace sdr
      71                 :            : 
      72                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10