LibreOffice Module extensions (master) 1
Classes | Namespaces | Typedefs
propertyhandler.hxx File Reference
#include "pcrcommon.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/script/XTypeConverter.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/inspection/XPropertyHandler.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase1.hxx>
#include <comphelper/uno3.hxx>
#include <memory>
#include <vector>
Include dependency graph for propertyhandler.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pcr::PropertyHandler
 the base class for property handlers More...
 
class  pcr::PropertyHandlerComponent
 PropertyHandler implementation which additionally supports XServiceInfo. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::inspection
 
namespace  weld
 
namespace  pcr
 a property handler for any virtual string properties
 

Typedefs

typedef sal_Int32 pcr::PropertyId
 
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler > pcr::PropertyHandler_Base
 
typedef ::cppu::ImplHelper1< css::lang::XServiceInfo > pcr::PropertyHandlerComponent_Base