Home
last modified time | relevance | path

Searched refs:nUpdateTab (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx463 void ScDocShell::UpdatePendingRowHeights( SCTAB nUpdateTab, bool bBefore ) in UpdatePendingRowHeights() argument
471 if ( nUpdateTab >= nTabCount ) in UpdatePendingRowHeights()
472 nUpdateTab = nTabCount-1; // nUpdateTab is inclusive in UpdatePendingRowHeights()
476 for (nTab=0; nTab<=nUpdateTab; ++nTab) in UpdatePendingRowHeights()
483 for (nTab=0; nTab<=nUpdateTab; ++nTab) in UpdatePendingRowHeights()
492 if ( aDocument.IsPendingRowHeights( nUpdateTab ) ) in UpdatePendingRowHeights()
494 AdjustRowHeight( 0, MAXROW, nUpdateTab ); in UpdatePendingRowHeights()
495 aDocument.UpdatePageBreaks( nUpdateTab ); in UpdatePendingRowHeights()
496 aDocument.SetPendingRowHeights( nUpdateTab, sal_False ); in UpdatePendingRowHeights()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx287 void UpdatePendingRowHeights( SCTAB nUpdateTab, bool bBefore = false );

Completed in 22 milliseconds