(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: sheet ::

deprecated interface XSheetPastable
Usage Restrictions
deprecated
Description
represents a sheet into which contents of the clipboard can be pasted.

Methods' Summary
paste pastes the contents of the clipboard at the specified position on the sheet.  
pasteFormat pastes the contents of the clipboard at the specified position on the sheet, using the specified format.  
pasteCellRange pastes clipboard data from a cell range into another cell range.  
Methods' Details
paste
void
paste( [in] ::com::sun::star::table::CellAddress  aDestination );

Description
pastes the contents of the clipboard at the specified position on the sheet.
pasteFormat
void
pasteFormat( [in] ::com::sun::star::table::CellAddress  aDestination,
[in] string  aFormat );

Description
pastes the contents of the clipboard at the specified position on the sheet, using the specified format.
pasteCellRange
void
pasteCellRange( [in] ::com::sun::star::table::CellRangeAddress  aDestination,
[in] PasteOperation  nOperation,
[in] short  nContents,
[in] boolean  bSkipEmpty,
[in] boolean  bTranspose,
[in] boolean  bAsLink,
[in] CellInsertMode  nInsert );

Description
pastes clipboard data from a cell range into another cell range.

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

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.