Searched refs:aDocProp (Results 1 – 5 of 5) sorted by relevance
81 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in initialize() local83 if( aDocProp != null ) in initialize()86 aDocProp.setPropertyValue( "BaseDiagram", "com.sun.star.chart.XYDiagram" ); in initialize()110 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in refresh() local112 if( aDocProp != null ) in refresh()117 XIndexAccess.class, aDocProp.getPropertyValue( "AdditionalShapes" )); in refresh()
175 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in chartDataChanged() local177 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in chartDataChanged()
176 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle() local178 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle()
308 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle() local310 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle()
227 PropertySet aDocProp( mxDocModel ); in getLibraryContainer() local228 Reference< XLibraryContainer > xLibContainer( aDocProp.getAnyProperty( nPropId ), UNO_QUERY ); in getLibraryContainer()
Completed in 48 milliseconds