Lines Matching refs:nSheet

1378 	const sal_Int32 nEndCol, const sal_Int32 nEndRow, const sal_Int32 nSheet)  in ExportFormatRanges()  argument
1383 pCellStyles->GetFormatRanges(nStartCol, nEndCol, nStartRow, nSheet, pRowFormatRanges); in ExportFormatRanges()
1385 OpenRow(nSheet, nStartRow, 1); in ExportFormatRanges()
1393 …pCellStyles->GetFormatRanges(nStartCol, pSharedData->GetLastColumn(nSheet), nStartRow, nSheet, pRo… in ExportFormatRanges()
1401 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1406 OpenRow(nSheet, nStartRow + nRows, nTotalRows - nRows); in ExportFormatRanges()
1411 OpenRow(nSheet, nStartRow + nRows, nMaxRows); in ExportFormatRanges()
1415 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1421 OpenRow(nSheet, nEndRow, 1); in ExportFormatRanges()
1423 pCellStyles->GetFormatRanges(0, nEndCol, nEndRow, nSheet, pRowFormatRanges); in ExportFormatRanges()
1432 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1436 OpenRow(nSheet, nStartRow + nRows, nTotalRows - nRows); in ExportFormatRanges()
1441 OpenRow(nSheet, nStartRow + nRows, nMaxRows); in ExportFormatRanges()
1445 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1449 OpenRow(nSheet, nEndRow, 1); in ExportFormatRanges()
1451 pCellStyles->GetFormatRanges(0, nEndCol, nEndRow, nSheet, pRowFormatRanges); in ExportFormatRanges()