10#ifndef INCLUDED_TEST_INC_UNOAPIPROPERTYTESTERS_HXX
11#define INCLUDED_TEST_INC_UNOAPIPROPERTYTESTERS_HXX
13#include <com/sun/star/beans/XPropertySet.hpp>
14#include <com/sun/star/uno/Reference.hxx>
15#include <com/sun/star/util/Color.hpp>
28 css::uno::Reference<css::beans::XPropertySet>
const& xPropertySet,
const OUString& name);
38 css::uno::Reference<css::beans::XPropertySet>
const& xPropertySet,
const OUString& name);
46 css::uno::Reference<css::beans::XPropertySet>
const& xPropertySet,
const OUString& name);
56 const OUString& name,
const double& dValue = 42.0);
66 const OUString& name,
const double& dValue = 42.0);
76 const OUString& name,
const sal_Int32& nValue = 42);
86 const OUString& name,
const sal_Int32& nValue = 42);
96 const OUString& name,
const sal_Int32& nValue = 42);
106 const OUString& name,
const sal_Int16& nValue = 42);
116 const OUString& name,
const sal_Int16& nValue = 42);
126 const OUString& name,
const sal_Int16& nValue = 42);
136 const OUString& name,
const OUString& rValue);
148 const OUString& name,
const OUString& rValue = OUString(
"StringValue"));
158 const OUString& name,
const OUString& rValue);
167 css::uno::Reference<css::beans::XPropertySet>
const& xPropertySet,
const OUString& name,
168 const css::util::Color& rValue = css::util::Color(0x12345678));
void testShortReadonlyProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int16 &nValue)
void testStringOptionalProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName, const OUString &rValue)
void testLongProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int32 &nValue)
void testStringProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const OUString &rValue)
void testShortOptionalProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName, const sal_Int16 &rValue)
void testShortProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int16 &nValue)
void testBooleanProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name)
void testDoubleProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const double &dValue)
void testBooleanReadonlyProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name)
void testColorProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const util::Color &rValue)
void testBooleanOptionalProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName)
void testStringReadonlyProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const OUString &rValue)
void testDoubleReadonlyProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const double &dValue)
void testLongOptionalProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName, const sal_Int32 &rValue)
void testLongReadonlyProperty(uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int32 &nValue)
#define OOO_DLLPUBLIC_TEST