Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java130 XPropertySet axisProperties = null; in impl_getYAxisProperties() local
139 axisProperties = UnoRuntime.queryInterface( XPropertySet.class, primaryYAxis ); in impl_getYAxisProperties()
145 return axisProperties; in impl_getYAxisProperties()
179 final XPropertySet axisProperties = impl_getYAxisProperties(); in doMultipleModifications() local
182 undoManager.addUndoAction( new PropertyUndoAction( axisProperties, "LineWidth", 300 ) ); in doMultipleModifications()
183 … undoManager.addUndoAction( new PropertyUndoAction( axisProperties, "LineColor", 0x000000 ) ); in doMultipleModifications()