21#include <com/sun/star/beans/PropertyAttribute.hpp>
55 , m_nSeparatorType( 0 )
66 Any a = ::cppu::queryInterface(
68 static_cast< XServiceInfo*
>(
this),
69 static_cast< XTypeProvider*
>(
this));
75 a = OPropertySetHelper::queryInterface( aType );
81 return OWeakObject::queryInterface( aType );
86 OWeakObject::acquire();
91 OWeakObject::release();
108 return seqServiceNames;
115 static ::cppu::OTypeCollection ourTypeCollection(
122 return ourTypeCollection.getTypes();
127 return css::uno::Sequence<sal_Int8>();
131 Any& aConvertedValue,
141 bool bReturn =
false;
155 sal_Int32 nHandle,
const Any& aValue )
169 Any& aValue, sal_Int32 nHandle )
const
189 return ourInfoHelper;
210 sal_Int16 aCurrentValue ,
211 const Any& aNewValue ,
213 Any& aConvertedValue )
216 bool bReturn =
false;
219 sal_Int16 aValue = 0;
223 if( aValue != aCurrentValue )
226 aOldValue <<= aCurrentValue;
227 aConvertedValue <<= aValue;
235 aConvertedValue.clear ();
constexpr OUStringLiteral IMPLEMENTATIONNAME_ACTIONTRIGGERSEPARATOR
constexpr OUStringLiteral SERVICENAME_ACTIONTRIGGERSEPARATOR
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL createPropertySetInfo(IPropertyArrayHelper &rProperties)
virtual void SAL_CALL getFastPropertyValue(css::uno::Any &aValue, sal_Int32 nHandle) const override
virtual OUString SAL_CALL getImplementationName() override
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override
ActionTriggerSeparatorPropertySet()
sal_Int16 m_nSeparatorType
static css::uno::Sequence< css::beans::Property > impl_getStaticPropertyDescriptor()
virtual void SAL_CALL acquire() noexcept override
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper() override
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &aType) override
bool impl_tryToChangeProperty(sal_Int16 aCurrentValue, const css::uno::Any &aNewValue, css::uno::Any &aOldValue, css::uno::Any &aConvertedValue)
virtual ~ActionTriggerSeparatorPropertySet() override
virtual sal_Bool SAL_CALL convertFastPropertyValue(css::uno::Any &aConvertedValue, css::uno::Any &aOldValue, sal_Int32 nHandle, const css::uno::Any &aValue) override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
virtual void SAL_CALL release() noexcept override
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const css::uno::Any &aValue) override
void SAL_CALL convertPropertyValue(target &value, const css::uno::Any &a)
bool CPPUHELPER_DLLPUBLIC supportsService(css::lang::XServiceInfo *implementation, rtl::OUString const &name)