LibreOffice Module test (master) 1
Namespaces | Functions
unoapi_property_testers.hxx File Reference
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/util/Color.hpp>
#include <sal/config.h>
#include <test/testdllapi.hxx>
Include dependency graph for unoapi_property_testers.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  apitest
 

Functions

void OOO_DLLPUBLIC_TEST apitest::testBooleanProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name)
 Tester for property type 'boolean' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testBooleanOptionalProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name)
 Tester for optional property type 'boolean' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testBooleanReadonlyProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name)
 Tester for read-only property type 'boolean' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testDoubleProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const double &dValue=42.0)
 Tester for property type 'double' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testDoubleReadonlyProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const double &dValue=42.0)
 Tester for read-only property type 'double' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testLongProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int32 &nValue=42)
 Tester for property type 'long' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testLongOptionalProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int32 &nValue=42)
 Tester for optional property type 'long' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testLongReadonlyProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int32 &nValue=42)
 Tester for read-only property type 'long' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testShortProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int16 &nValue=42)
 Tester for property type 'short' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testShortOptionalProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int16 &nValue=42)
 Tester for optional property type 'short' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testShortReadonlyProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int16 &nValue=42)
 Tester for read-only property type 'short' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testStringProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const OUString &rValue)
 Tester for property type 'string' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testStringOptionalProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const OUString &rValue=OUString("StringValue"))
 Tester for optional property type 'string' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testStringReadonlyProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const OUString &rValue)
 Tester for read-only property type 'string' of a. More...
 
void OOO_DLLPUBLIC_TEST apitest::testColorProperty (css::uno::Reference< css::beans::XPropertySet > const &xPropertySet, const OUString &name, const css::util::Color &rValue=css::util::Color(0x12345678))
 Tester for property type com::sun::star::util::Color of a. More...