Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2623 static const sal_uInt16 PASS_SINGLE = 0; in RecalcDocSize() local
2625 for( sal_uInt16 nPass = PASS_SINGLE; nPass <= PASS_SPANNED; ++nPass ) in RecalcDocSize()
2640 bool bProcessColWidth = ((nPass == PASS_SINGLE) == (aCellSpan.mnCols == 1)); in RecalcDocSize()
2641 bool bProcessRowHeight = ((nPass == PASS_SINGLE) == (aCellSpan.mnRows == 1)); in RecalcDocSize()

Completed in 27 milliseconds