Searched refs:axisProperties (Results 1 – 1 of 1) sorted by relevance
130 XPropertySet axisProperties = null; in impl_getYAxisProperties() local139 axisProperties = UnoRuntime.queryInterface( XPropertySet.class, primaryYAxis ); in impl_getYAxisProperties()145 return axisProperties; in impl_getYAxisProperties()179 final XPropertySet axisProperties = impl_getYAxisProperties(); in doMultipleModifications() local182 undoManager.addUndoAction( new PropertyUndoAction( axisProperties, "LineWidth", 300 ) ); in doMultipleModifications()183 … undoManager.addUndoAction( new PropertyUndoAction( axisProperties, "LineColor", 0x000000 ) ); in doMultipleModifications()