Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dconsoli.cxx516 for (SCROW nOutRow=nOutStart; nOutRow<=nOutEnd; nOutRow++) in OutputToDocument() local
517 rDestDoc.ShowRow( nOutRow, nTab, false ); in OutputToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dconsoli.cxx516 for (SCROW nOutRow=nOutStart; nOutRow<=nOutEnd; nOutRow++) in OutputToDocument() local
517 pDestDoc->ShowRow( nOutRow, nTab, false ); in OutputToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable3.cxx3061 SCROW nOutRow = 0; in Query() local
3068 nOutRow = aParam.nDestRow + nHeader; in Query()
3133 CopyData( aParam.nCol1,j, aParam.nCol2,j, aParam.nDestCol,nOutRow,aParam.nDestTab ); in Query()
3136 ++nOutRow; in Query()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable3.cxx3372 SCROW nOutRow = 0; in Query() local
3379 nOutRow = aParam.nDestRow + nHeader; in Query()
3444 CopyData( aParam.nCol1,j, aParam.nCol2,j, aParam.nDestCol,nOutRow,aParam.nDestTab ); in Query()
3447 ++nOutRow; in Query()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocfunc.cxx5422 SCROW nOutRow = nStartRow; in InsertNameList() local
5428 pData->UpdateSymbol(aContent, ScAddress( nStartCol, nOutRow, nTab )); in InsertNameList()
5432 rDoc.SetString(ScAddress(nStartCol,nOutRow,nTab), aName, &aParam); in InsertNameList()
5433 rDoc.SetString(ScAddress(nEndCol,nOutRow,nTab), aFormula, &aParam); in InsertNameList()
5434 ++nOutRow; in InsertNameList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocfunc.cxx5400 SCROW nOutRow = nStartRow; in InsertNameList() local
5406 pData->UpdateSymbol(aContent, ScAddress( nStartCol, nOutRow, nTab )); in InsertNameList()
5410 rDoc.SetString(ScAddress(nStartCol,nOutRow,nTab), aName, &aParam); in InsertNameList()
5411 rDoc.SetString(ScAddress(nEndCol,nOutRow,nTab), aFormula, &aParam); in InsertNameList()
5412 ++nOutRow; in InsertNameList()