StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.sheet
Interface XConsolidationDescriptor

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XConsolidationDescriptor
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.GeneralFunction getFunction()
           
abstract  boolean getInsertLinks()
           
abstract  com.sun.star.table.CellRangeAddress[] getSources()
           
abstract  com.sun.star.table.CellAddress getStartOutputPosition()
           
abstract  boolean getUseColumnHeaders()
           
abstract  boolean getUseRowHeaders()
           
abstract  void setFunction(com.sun.star.sheet.GeneralFunction gf)
           
abstract  void setInsertLinks(boolean b)
           
abstract  void setSources(com.sun.star.table.CellRangeAddress[] cra)
           
abstract  void setStartOutputPosition(com.sun.star.table.CellAddress ca)
           
abstract  void setUseColumnHeaders(boolean b)
           
abstract  void setUseRowHeaders(boolean b)
           
 

Field Detail

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
Method Detail

getFunction

public abstract com.sun.star.sheet.GeneralFunction getFunction()
                                                        throws com.sun.star.uno.RuntimeException

getInsertLinks

public abstract boolean getInsertLinks()
                                throws com.sun.star.uno.RuntimeException

getSources

public abstract com.sun.star.table.CellRangeAddress[] getSources()
                                                          throws com.sun.star.uno.RuntimeException

getStartOutputPosition

public abstract com.sun.star.table.CellAddress getStartOutputPosition()
                                                               throws com.sun.star.uno.RuntimeException

getUseColumnHeaders

public abstract boolean getUseColumnHeaders()
                                     throws com.sun.star.uno.RuntimeException

getUseRowHeaders

public abstract boolean getUseRowHeaders()
                                  throws com.sun.star.uno.RuntimeException

setFunction

public abstract void setFunction(com.sun.star.sheet.GeneralFunction gf)
                          throws com.sun.star.uno.RuntimeException

setInsertLinks

public abstract void setInsertLinks(boolean b)
                             throws com.sun.star.uno.RuntimeException

setSources

public abstract void setSources(com.sun.star.table.CellRangeAddress[] cra)
                         throws com.sun.star.uno.RuntimeException

setStartOutputPosition

public abstract void setStartOutputPosition(com.sun.star.table.CellAddress ca)
                                     throws com.sun.star.uno.RuntimeException

setUseColumnHeaders

public abstract void setUseColumnHeaders(boolean b)
                                  throws com.sun.star.uno.RuntimeException

setUseRowHeaders

public abstract void setUseRowHeaders(boolean b)
                               throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc