Lines Matching refs:SCROW

60 sal_Bool ScDocument::Solver(SCCOL nFCol, SCROW nFRow, SCTAB nFTab,  in Solver()
61 SCCOL nVCol, SCROW nVRow, SCTAB nVTab, in Solver()
120 void ScDocument::InsertMatrixFormula(SCCOL nCol1, SCROW nRow1, in InsertMatrixFormula()
121 SCCOL nCol2, SCROW nRow2, in InsertMatrixFormula()
131 SCROW k; in InsertMatrixFormula()
211 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in InsertTableOp()
218 SCROW k; in InsertTableOp()
265 nRow2 = Min( nRow2, (SCROW)(rParam.aRefFormulaEnd.Row() - in InsertTableOp()
336 sal_Bool ScDocument::GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab, in GetNextSpellingCell()
345 sal_Bool ScDocument::GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, SCTAB nTab, in GetNextMarkedCell()
355 SCCOL nCol, SCROW nRow, SCTAB nTab, in ReplaceStyle()
420 void ScDocument::GetLastAttrCell( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetLastAttrCell()
429 SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const in GetMaxStringLen()
439 SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen()
459 SCROW nStartRow = aSingle.aStart.Row(); in GetSelectionFunction()
461 SCROW nEndRow = aSingle.aEnd.Row(); in GetSelectionFunction()
610 SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt16 nWhich ) const in GetEffItem()
644 const SfxItemSet* ScDocument::GetCondResult( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetCondResult()
663 SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetCondFormat()
760 sal_uInt16 ScDocument::RowDifferences( SCROW nThisRow, SCTAB nThisTab, in RowDifferences()
761 ScDocument& rOtherDoc, SCROW nOtherRow, SCTAB nOtherTab, in RowDifferences()
801 SCROW nMaxRow, SCCOLROW* pOtherRows ) in ColDifferences()
807 for (SCROW nThisRow=0; nThisRow<=nMaxRow; nThisRow++) in ColDifferences()
809 SCROW nOtherRow; in ColDifferences()
908 SCROW nFillStart = 0; in FindOrder()
909 SCROW nFillPos = 0; in FindOrder()
913 SCROW nThisOther = ( nThisRow <= nThisEndRow ) ? pOtherRows[nThisRow] : (nOtherEndRow+1); in FindOrder()
920 SCROW nDiff1 = nThisOther - nFillStart; in FindOrder()
921 SCROW nDiff2 = nThisRow - nFillPos; in FindOrder()
922 SCROW nMinDiff = Min(nDiff1, nDiff2); in FindOrder()
923 for (SCROW i=0; i<nMinDiff; i++) in FindOrder()
1006 SCROW nThisEndRow = 0; in CompareDocument()
1008 SCROW nOtherEndRow = 0; in CompareDocument()
1012 SCROW nEndRow = Max(nThisEndRow, nOtherEndRow); in CompareDocument()
1014 SCROW nThisRow; in CompareDocument()
1127 SCROW nLastOtherRow = nOtherEndRow + 1; in CompareDocument()
1132 SCROW nOtherRow = pOtherRows[nThisRow]; in CompareDocument()
1145 SCROW nFirstNew = nThisRow; in CompareDocument()
1148 SCROW nDiff = nThisRow - nFirstNew; in CompareDocument()
1168 SCROW nOtherRow = pOtherRows[nThisRow]; in CompareDocument()