Lines Matching refs:xDiaProp

568                 XPropertySet xDiaProp = (XPropertySet) UnoRuntime.queryInterface(  in testChartType()  local
570 assure( "Diagram is no XPropertySet", xDiaProp != null ); in testChartType()
572 xDiaProp.setPropertyValue( "Stacked", new Boolean( true )); in testChartType()
575 xDiaProp.getPropertyValue( "Stacked" ))); in testChartType()
577 xDiaProp.setPropertyValue( "Dim3D", new Boolean( false )); in testChartType()
580 xDiaProp.getPropertyValue( "Dim3D" ))); in testChartType()
582 xDiaProp.setPropertyValue( "Vertical", new Boolean( true )); in testChartType()
585 xDiaProp.getPropertyValue( "Vertical" ))); in testChartType()
744 XPropertySet xDiaProp = (XPropertySet) UnoRuntime.queryInterface( in setStockData_Type4() local
748 xDiaProp.setPropertyValue( "DataRowSource", eNewSource ); in setStockData_Type4()
752 xDiaProp.getPropertyValue( "DataRowSource" )) == eNewSource ); in setStockData_Type4()
811 XPropertySet xDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testStockProperties() local
813 assure( "Diagram is no XPropertySet", xDiaProp != null ); in testStockProperties()
815 xDiaProp.setPropertyValue( "Volume", new Boolean( true )); in testStockProperties()
816 assure( "Has Volume", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "Volume" ))); in testStockProperties()
818 xDiaProp.setPropertyValue( "UpDown", new Boolean( true )); in testStockProperties()
819 assure( "Has UpDown", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "UpDown" ))); in testStockProperties()
882 XPropertySet xDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testData() local
885 xDiaProp.setPropertyValue( "DataRowSource", eNewSource ); in testData()
889 xDiaProp.getPropertyValue( "DataRowSource" )) == eNewSource ); in testData()