Lines Matching refs:sheet
32 #include <com/sun/star/sheet/SheetLinkMode.idl>
37 module com { module sun { module star { module sheet {
41 /** enables a sheet to refer to another sheet in a different document.
43 <p>To insert a sheet link, the sheet used as linked sheet has to exist
46 collection and links the sheet to the specified external sheet.</p>
48 @see com::sun::star::sheet::SheetLinks
49 @see com::sun::star::sheet::SheetLink
63 com::sun::star::sheet::SheetLinkMode getLinkMode();
67 /** enables the linking of the sheet and controls whether formulas
77 void setLinkMode( [in] com::sun::star::sheet::SheetLinkMode nLinkMode );
96 /** returns the sheet name of the sheet in the source document.
102 /** sets the name of the linked sheet in the source document.
104 <p>This method sets the sheet name in the <type>SheetLink</type>
105 object, it does not modify the sheet name in the source document.</p>
111 /** links the sheet to another sheet in another document.
115 sheet name are set.</p>
121 [in] com::sun::star::sheet::SheetLinkMode nMode );