LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/chart2/data - DatabaseDataProvider.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 12 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_CHART2_DATA_DATABASEDATAPROVIDER_HPP
       2             : #define INCLUDED_COM_SUN_STAR_CHART2_DATA_DATABASEDATAPROVIDER_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include <cassert>
       7             : 
       8             : #include "com/sun/star/uno/RuntimeException.hpp"
       9             : #include "com/sun/star/uno/Exception.hpp"
      10             : #include "com/sun/star/uno/DeploymentException.hpp"
      11             : #include "com/sun/star/chart2/data/XDatabaseDataProvider.hpp"
      12             : #include "com/sun/star/uno/XComponentContext.hpp"
      13             : #include "com/sun/star/sdbc/XConnection.hpp"
      14             : #include "com/sun/star/uno/Any.hxx"
      15             : #include "com/sun/star/uno/Reference.hxx"
      16             : #include "com/sun/star/uno/Sequence.hxx"
      17             : #include "cppu/unotype.hxx"
      18             : #include "rtl/ustring.h"
      19             : #include "rtl/ustring.hxx"
      20             : 
      21             : namespace com { namespace sun { namespace star { namespace chart2 { namespace data {
      22             : 
      23             : class DatabaseDataProvider {
      24             : public:
      25           0 :     static ::com::sun::star::uno::Reference< css::chart2::data::XDatabaseDataProvider > createWithConnection(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context, const ::com::sun::star::uno::Reference< css::sdbc::XConnection >& connection) {
      26             :         assert(the_context.is());
      27           0 :         ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > the_arguments(1);
      28           0 :         the_arguments[0] <<= connection;
      29           0 :         ::com::sun::star::uno::Reference< css::chart2::data::XDatabaseDataProvider > the_instance;
      30             :         try {
      31           0 :             the_instance = ::com::sun::star::uno::Reference< css::chart2::data::XDatabaseDataProvider >(the_context->getServiceManager()->createInstanceWithArgumentsAndContext(::rtl::OUString( "com.sun.star.chart2.data.DatabaseDataProvider" ), the_arguments, the_context), ::com::sun::star::uno::UNO_QUERY);
      32           0 :         } catch (::com::sun::star::uno::RuntimeException &) {
      33           0 :             throw;
      34           0 :         } catch (::com::sun::star::uno::Exception & the_exception) {
      35           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.chart2.data.DatabaseDataProvider of type com.sun.star.chart2.data.XDatabaseDataProvider: " ) + the_exception.Message, the_context);
      36             :         }
      37           0 :         if (!the_instance.is()) {
      38           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.chart2.data.DatabaseDataProvider of type com.sun.star.chart2.data.XDatabaseDataProvider" ), the_context);
      39             :         }
      40           0 :         return the_instance;
      41             :     }
      42             : 
      43             : private:
      44             :     DatabaseDataProvider(); // not implemented
      45             :     DatabaseDataProvider(DatabaseDataProvider &); // not implemented
      46             :     ~DatabaseDataProvider(); // not implemented
      47             :     void operator =(DatabaseDataProvider); // not implemented
      48             : };
      49             : 
      50             : } } } } }
      51             : 
      52             : #endif // INCLUDED_COM_SUN_STAR_CHART2_DATA_DATABASEDATAPROVIDER_HPP

Generated by: LCOV version 1.10