Searched refs:indProp (Results 1 – 1 of 1) sorted by relevance
111 XIndexReplace indProp = (XIndexReplace) UnoRuntime.queryInterface( in _LevelFormat()115 oldVal = (PropertyValue[][]) indProp.getByIndex(0); in _LevelFormat()131 indProp.replaceByIndex(0, newVal); in _LevelFormat()143 return indProp; in _LevelFormat()170 XIndexReplace indProp = (XIndexReplace) UnoRuntime.queryInterface( in printLevelFormatProperty() local175 log.println(" \u0421ollection has " + indProp.getCount() + in printLevelFormatProperty()178 for (int i = 0; i < indProp.getCount(); i++) { in printLevelFormatProperty()179 val = (PropertyValue[][]) indProp.getByIndex(i); in printLevelFormatProperty()
Completed in 19 milliseconds