Lines Matching refs:nRow

1104 	for (long nRow=0; nRow<nRows; nRow++)  in lcl_PutDataArray()  local
1106 const uno::Sequence<uno::Any>& rColSeq = pArray[nRow]; in lcl_PutDataArray()
1245 for (long nRow=0; nRow<nRows; nRow++) in lcl_PutFormulaArray() local
1247 const uno::Sequence<rtl::OUString>& rColSeq = pArray[nRow]; in lcl_PutFormulaArray()
3004 for (sal_Int32 nRow = 0; nRow < nRowCount; nRow++) in getData() local
3009 pColAry[nCol] = pMemChart->GetData( static_cast<short>(nCol), static_cast<short>(nRow) ); in getData()
3011 pRowAry[nRow] = aColSeq; in getData()
3073 for (long nRow=0; nRow<nRowCount; nRow++) in setData() local
3075 const uno::Sequence<double>& rRowSeq = aData[nRow]; in setData()
3082 sal::static_int_cast<SCROW>(nRow) ); in setData()
3117 for (sal_Int32 nRow = 0; nRow < nRowCount; nRow++) in getRowDescriptions() local
3118 pAry[nRow] = pMemChart->GetRowText(static_cast<short>(nRow)); in getRowDescriptions()
3147 for (long nRow=0; nRow<nRowCount; nRow++) in setRowDescriptions() local
3150 static_cast<SCSIZE>(nRow) ); in setRowDescriptions()
3153 String aStr = pArray[nRow]; in setRowDescriptions()
3417 SCROW nRow = 0, nLastRow; in queryVisibleCells() local
3418 while (nRow <= MAXROW) in queryVisibleCells()
3420 if (pDoc->RowHidden(nRow, nTab, nLastRow)) in queryVisibleCells()
3422 aMarkData.SetMultiMarkArea(ScRange(0, nRow, nTab, MAXCOL, nLastRow, nTab), false); in queryVisibleCells()
3424 nRow = nLastRow + 1; in queryVisibleCells()
3908 SCROW nRow = 0; in findAll() local
3910 sal_Bool bFound = pDoc->SearchAndReplace( *pSearchItem, nCol, nRow, nTab, in findAll()
3946 SCROW nRow; in Find_Impl() local
3949 pLastPos->GetVars( nCol, nRow, nTab ); in Find_Impl()
3953 ScDocument::GetSearchAndReplaceStart( *pSearchItem, nCol, nRow ); in Find_Impl()
3957 sal_Bool bFound = pDoc->SearchAndReplace( *pSearchItem, nCol, nRow, nTab, in Find_Impl()
3961 ScAddress aFoundPos( nCol, nRow, nTab ); in Find_Impl()
4043 SCROW nRow = 0; in replaceAll() local
4061 bFound = pDoc->SearchAndReplace( *pSearchItem, nCol, nRow, nTab, in replaceAll()
4068 new ScUndoReplace( pDocShell, *pUndoMark, nCol, nRow, nTab, in replaceAll()
4883 sal_Int32 nColumn, sal_Int32 nRow ) in GetCellByPosition_Impl() argument
4890 if ( nColumn >= 0 && nRow >= 0 ) in GetCellByPosition_Impl()
4893 sal_Int32 nPosY = aRange.aStart.Row() + nRow; in GetCellByPosition_Impl()
4907 sal_Int32 nColumn, sal_Int32 nRow ) in getCellByPosition() argument
4912 return GetCellByPosition_Impl(nColumn, nRow); in getCellByPosition()
7099 sal_Int32 nColumn, sal_Int32 nRow ) in getCellByPosition() argument
7103 return ScCellRangeObj::GetCellByPosition_Impl(nColumn, nRow); in getCellByPosition()
9023 ScTableRowObj::ScTableRowObj(ScDocShell* pDocSh, SCROW nRow, SCTAB nTab) : in ScTableRowObj() argument
9024 ScCellRangeObj( pDocSh, ScRange(0,nRow,nTab, MAXCOL,nRow,nTab) ), in ScTableRowObj()
9064 SCROW nRow = rRange.aStart.Row(); in SetOnePropertyValue() local
9069 nRowArr[0] = nRowArr[1] = nRow; in SetOnePropertyValue()
9095 pDoc->SetRowFiltered(nRow, nRow, nTab, bFil); in SetOnePropertyValue()
9105 sal_uInt16 nHeight = pDoc->GetOriginalHeight( nRow, nTab ); in SetOnePropertyValue()
9134 SCROW nRow = rRange.aStart.Row(); in GetOnePropertyValue() local
9140 sal_uInt16 nHeight = pDoc->GetOriginalHeight( nRow, nTab ); in GetOnePropertyValue()
9148 bool bHidden = pDoc->RowHidden(nRow, nTab, nDummy); in GetOnePropertyValue()
9153 bool bVis = pDoc->RowFiltered(nRow, nTab); in GetOnePropertyValue()
9158 sal_Bool bOpt = !(pDoc->GetRowFlags( nRow, nTab ) & CR_MANUALSIZE); in GetOnePropertyValue()
9163 ScBreakType nBreak = pDoc->HasRowBreak(nRow, nTab); in GetOnePropertyValue()
9168 ScBreakType nBreak = (pDoc->HasRowBreak(nRow, nTab) & BREAK_MANUAL); in GetOnePropertyValue()
9306 SCROW nRow = aPos.Row(); in Advance_Impl() local
9308 sal_Bool bFound = pDocShell->GetDocument()->GetNextMarkedCell( nCol, nRow, nTab, *pMark ); in Advance_Impl()
9310 aPos.Set( nCol, nRow, nTab ); in Advance_Impl()