LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sheet_XViewSplitable_idl__
20 #define __com_sun_star_sheet_XViewSplitable_idl__
26 module
com { module sun { module star { module sheet {
boolean getIsWindowSplit()
returns TRUE if the view is split into individual panes.
long getSplitColumn()
returns the column before which the view is split.
Definition: Ambiguous.idl:22
long getSplitHorizontal()
returns the horizontal position in pixels where the view is split.
long getSplitVertical()
returns the vertical position in pixels where the view is split.
long getSplitRow()
returns the row before which the view is split.
enables a SpreadsheetView to split the view.
Definition: XViewSplitable.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:48
void splitAtPosition([in] long nPixelX, [in] long nPixelY)
splits the view at the specified position.