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

interface XDocumentAuditing
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDocumentAuditing
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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