LibreOffice Module test (master) 1
Namespaces | Functions
unoapi_property_testers.cxx File Reference
#include <test/unoapi_property_testers.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <cppunit/TestAssert.h>
Include dependency graph for unoapi_property_testers.cxx:

Go to the source code of this file.

Namespaces

namespace  apitest
 

Functions

void apitest::testBooleanProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name)
 
void apitest::testBooleanOptionalProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName)
 
void apitest::testBooleanReadonlyProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name)
 
void apitest::testDoubleProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const double &dValue)
 
void apitest::testDoubleReadonlyProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const double &dValue)
 
void apitest::testLongProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int32 &nValue)
 
void apitest::testLongOptionalProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName, const sal_Int32 &rValue)
 
void apitest::testLongReadonlyProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int32 &nValue)
 
void apitest::testShortProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int16 &nValue)
 
void apitest::testShortOptionalProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName, const sal_Int16 &rValue)
 
void apitest::testShortReadonlyProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const sal_Int16 &nValue)
 
void apitest::testStringOptionalProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &rName, const OUString &rValue)
 
void apitest::testStringProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const OUString &rValue)
 
void apitest::testStringReadonlyProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const OUString &rValue)
 
void apitest::testColorProperty (uno::Reference< beans::XPropertySet > const &xPropertySet, const OUString &name, const util::Color &rValue)