Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_BaseIndex.java111 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() local
175 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 11 milliseconds