20#ifndef INCLUDED_SVX_UNOMASTER_HXX
21#define INCLUDED_SVX_UNOMASTER_HXX
23#include <com/sun/star/uno/Type.h>
24#include <com/sun/star/uno/Any.h>
25#include <com/sun/star/beans/XPropertySetInfo.hpp>
26#include <com/sun/star/beans/PropertyState.hpp>
36 virtual bool queryAggregation(
const css::uno::Type & rType, css::uno::Any& aAny ) = 0;
45 virtual void SAL_CALL
setPropertyValue(
const OUString& aPropertyName,
const css::uno::Any& aValue ) = 0;
53 virtual css::beans::PropertyState SAL_CALL
getPropertyState(
const OUString& PropertyName ) = 0;
63 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes( ) = 0;
this abstract class is the interface for an instance that likes to enhance the functionality of compo...
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()=0
virtual bool queryAggregation(const css::uno::Type &rType, css::uno::Any &aAny)=0
virtual css::beans::PropertyState SAL_CALL getPropertyState(const OUString &PropertyName)=0
virtual void SAL_CALL setPropertyToDefault(const OUString &PropertyName)=0
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()=0
virtual css::uno::Any SAL_CALL getPropertyValue(const OUString &PropertyName)=0
virtual css::uno::Any SAL_CALL getPropertyDefault(const OUString &aPropertyName)=0
virtual void SAL_CALL setPropertyValue(const OUString &aPropertyName, const css::uno::Any &aValue)=0
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo()=0