LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XSheetPastable Interface Referencepublished

represents a sheet into which contents of the clipboard can be pasted. More...

Inheritance diagram for XSheetPastable:
XInterface

Public Member Functions

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 format.
 
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.
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Detailed Description

represents a sheet into which contents of the clipboard can be pasted.

Deprecated:

Member Function Documentation

◆ paste()

void paste ( [in] com::sun::star::table::CellAddress  aDestination)

pastes the contents of the clipboard at the specified position on the sheet.

◆ pasteCellRange()

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.

The contents of the clipboard must be from a cell range.

◆ pasteFormat()

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 format.


The documentation for this interface was generated from the following file: