Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh5.cxx465 void ScDocShell::UpdatePendingRowHeights( SCTAB nUpdateTab, bool bBefore ) in UpdatePendingRowHeights() argument
473 if ( nUpdateTab >= nTabCount ) in UpdatePendingRowHeights()
474 nUpdateTab = nTabCount-1; // nUpdateTab is inclusive in UpdatePendingRowHeights()
478 for (nTab=0; nTab<=nUpdateTab; ++nTab) in UpdatePendingRowHeights()
485 for (nTab=0; nTab<=nUpdateTab; ++nTab) in UpdatePendingRowHeights()
494 if ( aDocument.IsPendingRowHeights( nUpdateTab ) ) in UpdatePendingRowHeights()
496 AdjustRowHeight( 0, MAXROW, nUpdateTab ); in UpdatePendingRowHeights()
497 aDocument.UpdatePageBreaks( nUpdateTab ); in UpdatePendingRowHeights()
498 aDocument.SetPendingRowHeights( nUpdateTab, sal_False ); in UpdatePendingRowHeights()
/aoo4110/main/sc/source/ui/inc/
H A Ddocsh.hxx287 void UpdatePendingRowHeights( SCTAB nUpdateTab, bool bBefore = false );

Completed in 28 milliseconds