Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable3.cxx712 sal_Bool bSpaceLeft = sal_True; // Erfolg beim Einfuegen? in DoSubTotals() local
720 for (sal_uInt16 nLevel=0; nLevel<=nLevelCount && bSpaceLeft; nLevel++) // incl. Gesamtergebnis in DoSubTotals()
743 for (SCROW nRow=nStartRow; nRow<=nEndRow+1 && bSpaceLeft; nRow++) in DoSubTotals()
786 bSpaceLeft = pDocument->InsertRow( 0, nTab, MAXCOL, nTab, in DoSubTotals()
794 if (bSpaceLeft) in DoSubTotals()
912 if (bSpaceLeft) in DoSubTotals()
919 return bSpaceLeft; in DoSubTotals()

Completed in 16 milliseconds