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

interface XDocumentAuditing
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDocumentAuditing
Description
provides auditing functions of a document.

Methods' Summary
refreshArrows refreshes all existing auditing arrows on all sheets of the document.
Methods' Details
refreshArrows
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