LibreOfficeDev
LibreOfficeDev 27.2 SDK API Reference
Loading...
Searching...
No Matches
XCopyableBrowseNode Interface Reference

An optional interface that can be added to implementations of XBrowseNode in order to make the node copyable. More...

import "XCopyableBrowseNode.idl";

Inheritance diagram for XCopyableBrowseNode:

Public Member Functions

boolean isCopyableNode ()
boolean nodeCanBeCopiedTo ([in] XBrowseNode parentNode)
XBrowseNode copyNode ([in] XBrowseNode parentNode) raises (com::sun::star::uno::Exception)
 Copy the node.

Detailed Description

An optional interface that can be added to implementations of XBrowseNode in order to make the node copyable.

Since LibreOffice 27.2

Member Function Documentation

◆ copyNode()

XBrowseNode copyNode ( [in] XBrowseNode parentNode)
raises (com::sun::star::uno::Exception )

Copy the node.

◆ isCopyableNode()

boolean isCopyableNode ( )
Returns
whether this node can be used as the source for a copy operation.

◆ nodeCanBeCopiedTo()

boolean nodeCanBeCopiedTo ( [in] XBrowseNode parentNode)
Returns
whether this node can be copied to be a child of the destination node.
Parameters
parentNode- The parent to copy this node to.

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