Searched refs:PASS_SINGLE (Results 1 – 1 of 1) sorted by relevance
2623 static const sal_uInt16 PASS_SINGLE = 0; in RecalcDocSize() local2625 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 28 milliseconds