Lines Matching refs:nRow

1210 void ScXMLExport::WriteRowStartTag(sal_Int32 nRow, const sal_Int32 nIndex,  in WriteRowStartTag()  argument
1230 if ( nRow >= sal::static_int_cast<sal_Int32>( rRowDefaults.size() ) ) in WriteRowStartTag()
1234 nRow = rRowDefaults.size() - 1; in WriteRowStartTag()
1236 sal_Int32 nCellStyleIndex(rRowDefaults[nRow].nIndex); in WriteRowStartTag()
1240 (*pDefaults->GetRowDefaults())[nRow].bIsAutoStyle)); in WriteRowStartTag()
1306 sal_Int32 nRow; in OpenRow() local
1307 for (nRow = nStartRow; nRow < nEndRow; ++nRow) in OpenRow()
1309 if (nRow == nStartRow) in OpenRow()
1311 nPrevIndex = pRowStyles->GetStyleNameIndex(nTable, nRow); in OpenRow()
1313 …nPrevFlag = (pDoc->GetRowFlags(static_cast<SCROW>(nRow), static_cast<SCTAB>(nTable))) & (CR_HIDDEN… in OpenRow()
1317 nIndex = pRowStyles->GetStyleNameIndex(nTable, nRow); in OpenRow()
1319 …nFlag = (pDoc->GetRowFlags(static_cast<SCROW>(nRow), static_cast<SCTAB>(nTable))) & (CR_HIDDEN | C… in OpenRow()
1321 …!(bHasRowHeader && ((nRow == aRowHeaderRange.StartRow) || (nRow - 1 == aRowHeaderRange.EndRow))) && in OpenRow()
1322 !(pGroupRows->IsGroupStart(nRow)) && in OpenRow()
1323 !(pGroupRows->IsGroupEnd(nRow - 1))) in OpenRow()
1327 if (nRow < nEndRow) in OpenRow()
1330 OpenAndCloseRow(nPrevIndex, nPrevFlag, nRow - nEqualRows, nEqualRows); in OpenRow()
1335 OpenAndCloseRow(nPrevIndex, nPrevFlag, nRow - nEqualRows, nEqualRows); in OpenRow()
1342 OpenNewRow(nPrevIndex, nPrevFlag, nRow - nEqualRows, nEqualRows); in OpenRow()
1355 void ScXMLExport::CloseRow(const sal_Int32 nRow) in CloseRow() argument
1360 if (bHasRowHeader && nRow == aRowHeaderRange.EndRow) in CloseRow()
1365 if (pGroupRows->IsGroupEnd(nRow)) in CloseRow()
1369 pGroupRows->CloseGroups(nRow); in CloseRow()
2562 sal_Int32 nRow = 0; in _ExportAutoStyles() local
2563 while (nRow <= nRows && nRow <= MAXROW) in _ExportAutoStyles()
2566 … uno::Reference <beans::XPropertySet> xRowProperties(xTableRows->getByIndex(nRow), uno::UNO_QUERY); in _ExportAutoStyles()
2571 pRowStyles->AddFieldStyleName(nTable, nRow, nIndex); in _ExportAutoStyles()
2573 sal_Int32 nOld(nRow); in _ExportAutoStyles()
2574nRow = pDoc->GetNextDifferentChangedRow(sal::static_int_cast<SCTAB>(nTable), static_cast<SCROW>(nR… in _ExportAutoStyles()
2575 if (nRow > nOld + 1) in _ExportAutoStyles()
2576 … pRowStyles->AddFieldStyleName(nTable, nOld + 1, nIndex, nRow - 1); in _ExportAutoStyles()
2724 sal_Int32 nRow(pCellAddress->StartRow); in GetMerged() local
2728 sal_Bool bRowInc(nEndRow > nRow); in GetMerged()
2729 while(!bReady && nRow <= nEndRow && nCol <= nEndCol) in GetMerged()
2731 …heetCellRange> xSheetCellRange(xTable->getCellRangeByPosition(nCol, nRow, nCol, nRow), uno::UNO_QU… in GetMerged()
2740 if ((aCellAddress2.EndRow > nRow || in GetMerged()
2742 aCellAddress2.StartRow == nRow && in GetMerged()
2756 ++nRow; in GetMerged()
2761 DBG_ASSERT(!(!bReady && nEndRow > nRow && nEndCol > nCol), "should not be possible"); in GetMerged()
4067 SCROW nRow = *itrRow; in WriteExternalRefCaches() local
4069 pTable->getAllCols(nRow, aCols); in WriteExternalRefCaches()
4092 SCROW nRow = *itrRow; in WriteExternalRefCaches() local
4095 if (nRow > 0) in WriteExternalRefCaches()
4097 if (nRow > 1) in WriteExternalRefCaches()
4100 aVal.append(nRow); in WriteExternalRefCaches()
4112 SCROW nRowGap = nRow - nLastRow; in WriteExternalRefCaches()
4131 pTable->getAllCols(nRow, aCols); in WriteExternalRefCaches()
4168 ScExternalRefCache::TokenRef pToken = pTable->getCell(nCol, nRow, &nNumFmt); in WriteExternalRefCaches()
4207 nLastRow = nRow; in WriteExternalRefCaches()
4232 …ScRangeStringConverter::GetStringFromAddress( sStrData, ScAddress( pCons->nCol, pCons->nRow, pCons… in WriteConsolidation()