interface XDocumentAuditing in module com::sun::star::sheet::

(Global Index)

Syntax

interface XDocumentAuditing : com::sun::star::uno::XInterface ;

Description

represents auditing functions of a document.

Method Summary

refreshArrows refreshes all existing auditing arrows on all sheets of the document.

Method Details



refreshArrows

Syntax

void refreshArrows ();

Description

refreshes all existing auditing arrows on all sheets of the document.

Dependencies are marked for all the cells that were marked before, but using current formulas.

Top of Page