Searched refs:maPageRows (Results 1 – 2 of 2) sorted by relevance
2506 … OSL_ENSURE(nY < maPageRows.size(), "vector access error for maPageRows (!)"); in CountPages()2507 nPages += maPageRows[nY].CountVisible(); in CountPages()2521 OSL_ENSURE(nY < maPageRows.size(), "vector access error for maPageRows (!)"); in CountPages()2522 nPages += maPageRows[nY].CountVisible(); in CountPages()2735 … OSL_ENSURE(nCountY < maPageRows.size(), "vector access error for maPageRows (!)"); in DoPrint()2736 nY1 = maPageRows[nCountY].GetStartRow(); in DoPrint()2737 nY2 = maPageRows[nCountY].GetEndRow(); in DoPrint()2738 if ( !aTableParam.bSkipEmpty || !maPageRows[nCountY].IsHidden(nCountX) ) in DoPrint()2756 OSL_ENSURE(nCountY < maPageRows.size(), "vector access error for maPageRows (!)"); in DoPrint()2757 nY1 = maPageRows[nCountY].GetStartRow(); in DoPrint()[all …]
215 std::vector< ScPageRowEntry> maPageRows; member in ScPrintFunc