LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/awt/grid - GridColumnEvent.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 3 0.0 %
Date: 2012-12-27 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_AWT_GRID_GRIDCOLUMNEVENT_HPP
       2             : #define INCLUDED_COM_SUN_STAR_AWT_GRID_GRIDCOLUMNEVENT_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/awt/grid/GridColumnEvent.hdl"
       7             : 
       8             : #include "com/sun/star/lang/EventObject.hpp"
       9             : #include "com/sun/star/uno/Any.hxx"
      10             : #include "com/sun/star/uno/Type.hxx"
      11             : #include "cppu/unotype.hxx"
      12             : #include "rtl/ustring.hxx"
      13             : #include "sal/types.h"
      14             : #include "typelib/typeclass.h"
      15             : #include "typelib/typedescription.h"
      16             : 
      17             : namespace com { namespace sun { namespace star { namespace awt { namespace grid {
      18             : 
      19             : inline GridColumnEvent::GridColumnEvent() SAL_THROW(())
      20             :     : css::lang::EventObject()
      21             :     , AttributeName()
      22             :     , OldValue()
      23             :     , NewValue()
      24             :     , ColumnIndex(0)
      25             : {
      26             : }
      27             : 
      28           0 : inline GridColumnEvent::GridColumnEvent(const ::com::sun::star::uno::Reference< css::uno::XInterface >& Source_, const ::rtl::OUString& AttributeName_, const ::com::sun::star::uno::Any& OldValue_, const ::com::sun::star::uno::Any& NewValue_, const ::sal_Int32& ColumnIndex_) SAL_THROW(())
      29             :     : css::lang::EventObject(Source_)
      30             :     , AttributeName(AttributeName_)
      31             :     , OldValue(OldValue_)
      32             :     , NewValue(NewValue_)
      33           0 :     , ColumnIndex(ColumnIndex_)
      34             : {
      35           0 : }
      36             : 
      37             : } } } } }
      38             : 
      39             : namespace com { namespace sun { namespace star { namespace awt { namespace grid {
      40             : 
      41             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::awt::grid::GridColumnEvent const *) {
      42             :     //TODO: On certain platforms with weak memory models, the following code can result in some threads observing that the_type points to garbage
      43             :     static ::typelib_TypeDescriptionReference * the_type = 0;
      44             :     if (the_type == 0) {
      45             :         ::typelib_static_type_init(&the_type, typelib_TypeClass_STRUCT, "com.sun.star.awt.grid.GridColumnEvent");
      46             :     }
      47             :     return *reinterpret_cast< ::com::sun::star::uno::Type * >(&the_type);
      48             : }
      49             : 
      50             : } } } } }
      51             : 
      52             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::awt::grid::GridColumnEvent const *) SAL_THROW(()) {
      53             :     return ::cppu::UnoType< css::awt::grid::GridColumnEvent >::get();
      54             : }
      55             : 
      56             : #endif // INCLUDED_COM_SUN_STAR_AWT_GRID_GRIDCOLUMNEVENT_HPP

Generated by: LCOV version 1.10