Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dtable1.cxx520 SCCOL nAttrStartX = nMaxDataX + 1; in GetPrintArea() local
521 while ( nAttrStartX < MAXCOL ) in GetPrintArea()
523 SCCOL nAttrEndX = nAttrStartX; in GetPrintArea()
524 while ( nAttrEndX < MAXCOL && aCol[nAttrStartX].IsVisibleAttrEqual(aCol[nAttrEndX+1]) ) in GetPrintArea()
526 if ( nAttrEndX + 1 - nAttrStartX >= SC_COLUMNS_STOP ) in GetPrintArea()
529 nMaxX = nAttrStartX - 1; in GetPrintArea()
537 nAttrStartX = nAttrEndX + 1; in GetPrintArea()

Completed in 17 milliseconds