Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java81 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in initialize() local
83 if( aDocProp != null ) in initialize()
86 aDocProp.setPropertyValue( "BaseDiagram", "com.sun.star.chart.XYDiagram" ); in initialize()
110 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in refresh() local
112 if( aDocProp != null ) in refresh()
117 XIndexAccess.class, aDocProp.getPropertyValue( "AdditionalShapes" )); in refresh()
H A DListenAtCalcRangeInDraw.java175 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in chartDataChanged() local
177 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in chartDataChanged()
H A DChartInDraw.java176 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle() local
178 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle()
H A DChartInCalc.java308 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle() local
310 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle()
/aoo41x/main/oox/source/ole/
H A Dvbaproject.cxx227 PropertySet aDocProp( mxDocModel ); in getLibraryContainer() local
228 Reference< XLibraryContainer > xLibContainer( aDocProp.getAnyProperty( nPropId ), UNO_QUERY ); in getLibraryContainer()

Completed in 40 milliseconds