com.sun.star.sheet
Interface XCellRangesQuery
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XCellRangesQuery
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract com.sun.star.sheet.XSheetCellRanges |
queryColumnDifferences(com.sun.star.table.CellAddress ca)
|
abstract com.sun.star.sheet.XSheetCellRanges |
queryContentCells(short s)
|
abstract com.sun.star.sheet.XSheetCellRanges |
queryEmptyCells()
|
abstract com.sun.star.sheet.XSheetCellRanges |
queryFormulaCells(int i)
|
abstract com.sun.star.sheet.XSheetCellRanges |
queryIntersection(com.sun.star.table.CellRangeAddress cra)
|
abstract com.sun.star.sheet.XSheetCellRanges |
queryRowDifferences(com.sun.star.table.CellAddress ca)
|
abstract com.sun.star.sheet.XSheetCellRanges |
queryVisibleCells()
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
queryColumnDifferences
public abstract com.sun.star.sheet.XSheetCellRanges queryColumnDifferences(com.sun.star.table.CellAddress ca)
throws com.sun.star.uno.RuntimeException
queryContentCells
public abstract com.sun.star.sheet.XSheetCellRanges queryContentCells(short s)
throws com.sun.star.uno.RuntimeException
queryEmptyCells
public abstract com.sun.star.sheet.XSheetCellRanges queryEmptyCells()
throws com.sun.star.uno.RuntimeException
queryFormulaCells
public abstract com.sun.star.sheet.XSheetCellRanges queryFormulaCells(int i)
throws com.sun.star.uno.RuntimeException
queryIntersection
public abstract com.sun.star.sheet.XSheetCellRanges queryIntersection(com.sun.star.table.CellRangeAddress cra)
throws com.sun.star.uno.RuntimeException
queryRowDifferences
public abstract com.sun.star.sheet.XSheetCellRanges queryRowDifferences(com.sun.star.table.CellAddress ca)
throws com.sun.star.uno.RuntimeException
queryVisibleCells
public abstract com.sun.star.sheet.XSheetCellRanges queryVisibleCells()
throws com.sun.star.uno.RuntimeException