Home
last modified time | relevance | path

Searched refs:aDiaProp2 (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java363 XPropertySet aDiaProp2 = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle() local
365 aDiaProp2.setPropertyValue("String", "TestSubTitle"); in testTitleAndSubTitle()
371 aDiaProp2 = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle()
376 aDiaProp2.getPropertyValue("String")); in testTitleAndSubTitle()
379 aDiaProp2.setPropertyValue("String", "AnotherTestSubTitle"); in testTitleAndSubTitle()
399 aDiaProp2 = (XPropertySet) UnoRuntime.queryInterface( in testTitleAndSubTitle()
404 aDiaProp2.getPropertyValue("String")); in testTitleAndSubTitle()

Completed in 21 milliseconds