LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/xml/xslt - XSLTTransformer.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_XML_XSLT_XSLTTRANSFORMER_HPP
       2             : #define INCLUDED_COM_SUN_STAR_XML_XSLT_XSLTTRANSFORMER_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/DeploymentException.hpp"
      10             : #include "com/sun/star/uno/Exception.hpp"
      11             : #include "com/sun/star/uno/XComponentContext.hpp"
      12             : #include "com/sun/star/xml/xslt/XXSLTTransformer.hpp"
      13             : #include "com/sun/star/uno/Any.hxx"
      14             : #include "com/sun/star/uno/Reference.hxx"
      15             : #include "com/sun/star/uno/Sequence.hxx"
      16             : #include "cppu/unotype.hxx"
      17             : #include "rtl/ustring.h"
      18             : #include "rtl/ustring.hxx"
      19             : 
      20             : namespace com { namespace sun { namespace star { namespace xml { namespace xslt {
      21             : 
      22             : class XSLTTransformer {
      23             : public:
      24           0 :     static ::com::sun::star::uno::Reference< css::xml::xslt::XXSLTTransformer > create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& args) {
      25             :         assert(the_context.is());
      26           0 :         ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > the_arguments(1);
      27           0 :         the_arguments[0] <<= args;
      28           0 :         ::com::sun::star::uno::Reference< css::xml::xslt::XXSLTTransformer > the_instance;
      29             :         try {
      30           0 :             the_instance = ::com::sun::star::uno::Reference< css::xml::xslt::XXSLTTransformer >(the_context->getServiceManager()->createInstanceWithArgumentsAndContext(::rtl::OUString( "com.sun.star.xml.xslt.XSLTTransformer" ), the_arguments, the_context), ::com::sun::star::uno::UNO_QUERY);
      31           0 :         } catch (::com::sun::star::uno::RuntimeException &) {
      32           0 :             throw;
      33           0 :         } catch (::com::sun::star::uno::Exception & the_exception) {
      34           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.xml.xslt.XSLTTransformer of type com.sun.star.xml.xslt.XXSLTTransformer: " ) + the_exception.Message, the_context);
      35             :         }
      36           0 :         if (!the_instance.is()) {
      37           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.xml.xslt.XSLTTransformer of type com.sun.star.xml.xslt.XXSLTTransformer" ), the_context);
      38             :         }
      39           0 :         return the_instance;
      40             :     }
      41             : 
      42             : private:
      43             :     XSLTTransformer(); // not implemented
      44             :     XSLTTransformer(XSLTTransformer &); // not implemented
      45             :     ~XSLTTransformer(); // not implemented
      46             :     void operator =(XSLTTransformer); // not implemented
      47             : };
      48             : 
      49             : } } } } }
      50             : 
      51             : #endif // INCLUDED_COM_SUN_STAR_XML_XSLT_XSLTTRANSFORMER_HPP

Generated by: LCOV version 1.10