Searched refs:xRangesIA (Results 1 – 5 of 5) sorted by relevance
317 unoidl.com.sun.star.container.XIndexAccess xRangesIA ) in getCellRangeListString() argument320 int nCount = xRangesIA.getCount(); in getCellRangeListString()325 uno.Any aRangeObj = xRangesIA.getByIndex( nIndex ); in getCellRangeListString()
678 unoidl.com.sun.star.container.XIndexAccess xRangesIA = in doFormattingSamples()680 int nCount = xRangesIA.getCount(); in doFormattingSamples()683 uno.Any aRangesObj = xRangesIA.getByIndex( nIndex ); in doFormattingSamples()
337 com.sun.star.container.XIndexAccess xRangesIA ) throws RuntimeException, Exception in getCellRangeListString() argument340 int nCount = xRangesIA.getCount(); in getCellRangeListString()345 Object aRangeObj = xRangesIA.getByIndex( nIndex ); in getCellRangeListString()
700 … com.sun.star.container.XIndexAccess xRangesIA = xUniqueFormatSupp.getUniqueCellFormatRanges(); in doFormattingSamples() local701 int nCount = xRangesIA.getCount(); in doFormattingSamples()704 Object aRangesObj = xRangesIA.getByIndex( nIndex ); in doFormattingSamples()
531 unoidl.com.sun.star.container.XIndexAccess xRangesIA ) in getCellRangeListString() argument534 int nCount = xRangesIA.getCount(); in getCellRangeListString()539 uno.Any aRangeObj = xRangesIA.getByIndex( nIndex ); in getCellRangeListString()
Completed in 64 milliseconds