21module
com { module sun { module star { module sheet {
41 [in]
string aFormat );
52 [in]
boolean bSkipEmpty,
53 [in]
boolean bTranspose,
represents a sheet into which contents of the clipboard can be pasted.
Definition XSheetPastable.idl:29
void pasteCellRange([in] com::sun::star::table::CellRangeAddress aDestination, [in] com::sun::star::sheet::PasteOperation nOperation, [in] short nContents, [in] boolean bSkipEmpty, [in] boolean bTranspose, [in] boolean bAsLink, [in] com::sun::star::sheet::CellInsertMode nInsert)
pastes clipboard data from a cell range into another cell range.
void paste([in] com::sun::star::table::CellAddress aDestination)
pastes the contents of the clipboard at the specified position on the sheet.
void pasteFormat([in] com::sun::star::table::CellAddress aDestination, [in] string aFormat)
pastes the contents of the clipboard at the specified position on the sheet, using the specified form...
base interface of all UNO interfaces
Definition XInterface.idl:46
CellInsertMode
is used to specify how cells are moved when new cells are inserted.
Definition CellInsertMode.idl:27
PasteOperation
used to specify which operations are carried out when pasting cell values into a cell range.
Definition PasteOperation.idl:28
Definition Ambiguous.idl:20
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:27
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27