|
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) |
|