LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/normal/com/sun/star/beans - PropertyBag.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 14 24 58.3 %
Date: 2013-07-09 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_BEANS_PROPERTYBAG_HPP
       2             : #define INCLUDED_COM_SUN_STAR_BEANS_PROPERTYBAG_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include <cassert>
       7             : 
       8             : #include "com/sun/star/beans/XPropertyBag.hpp"
       9             : #include "com/sun/star/uno/DeploymentException.hpp"
      10             : #include "com/sun/star/uno/Exception.hpp"
      11             : #include "com/sun/star/uno/RuntimeException.hpp"
      12             : #include "com/sun/star/uno/XComponentContext.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 "com/sun/star/uno/Type.hxx"
      17             : #include "cppu/unotype.hxx"
      18             : #include "rtl/ustring.h"
      19             : #include "rtl/ustring.hxx"
      20             : #include "sal/types.h"
      21             : 
      22             : namespace com { namespace sun { namespace star { namespace beans {
      23             : 
      24             : class PropertyBag {
      25             : public:
      26          27 :     static ::com::sun::star::uno::Reference< css::beans::XPropertyBag > createDefault(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context) {
      27             :         assert(the_context.is());
      28          27 :         ::com::sun::star::uno::Reference< css::beans::XPropertyBag > the_instance;
      29             :         try {
      30          27 :             the_instance = ::com::sun::star::uno::Reference< css::beans::XPropertyBag >(the_context->getServiceManager()->createInstanceWithArgumentsAndContext(::rtl::OUString( "com.sun.star.beans.PropertyBag" ), ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >(), the_context), ::com::sun::star::uno::UNO_QUERY);
      31           0 :         } catch (const ::com::sun::star::uno::RuntimeException &) {
      32           0 :             throw;
      33           0 :         } catch (const ::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.beans.PropertyBag of type com.sun.star.beans.XPropertyBag: " ) + the_exception.Message, the_context);
      35             :         }
      36          27 :         if (!the_instance.is()) {
      37           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.beans.PropertyBag of type com.sun.star.beans.XPropertyBag" ), the_context);
      38             :         }
      39          27 :         return the_instance;
      40             :     }
      41             : 
      42         431 :     static ::com::sun::star::uno::Reference< css::beans::XPropertyBag > createWithTypes(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& AllowedTypes, ::sal_Bool AllowEmptyPropertyName, ::sal_Bool AutomaticAddition) {
      43             :         assert(the_context.is());
      44         431 :         ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > the_arguments(3);
      45         431 :         the_arguments[0] <<= AllowedTypes;
      46         431 :         the_arguments[1] <<= AllowEmptyPropertyName;
      47         431 :         the_arguments[2] <<= AutomaticAddition;
      48         431 :         ::com::sun::star::uno::Reference< css::beans::XPropertyBag > the_instance;
      49             :         try {
      50         431 :             the_instance = ::com::sun::star::uno::Reference< css::beans::XPropertyBag >(the_context->getServiceManager()->createInstanceWithArgumentsAndContext(::rtl::OUString( "com.sun.star.beans.PropertyBag" ), the_arguments, the_context), ::com::sun::star::uno::UNO_QUERY);
      51           0 :         } catch (const ::com::sun::star::uno::RuntimeException &) {
      52           0 :             throw;
      53           0 :         } catch (const ::com::sun::star::uno::Exception & the_exception) {
      54           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.beans.PropertyBag of type com.sun.star.beans.XPropertyBag: " ) + the_exception.Message, the_context);
      55             :         }
      56         431 :         if (!the_instance.is()) {
      57           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.beans.PropertyBag of type com.sun.star.beans.XPropertyBag" ), the_context);
      58             :         }
      59         431 :         return the_instance;
      60             :     }
      61             : 
      62             : private:
      63             :     PropertyBag(); // not implemented
      64             :     PropertyBag(PropertyBag &); // not implemented
      65             :     ~PropertyBag(); // not implemented
      66             :     void operator =(PropertyBag); // not implemented
      67             : };
      68             : 
      69             : } } } }
      70             : 
      71             : #endif // INCLUDED_COM_SUN_STAR_BEANS_PROPERTYBAG_HPP

Generated by: LCOV version 1.10