Lines Matching refs:SCCOL

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()
130 SCCOL j; in InsertMatrixFormula()
211 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in InsertTableOp()
217 SCCOL j; in InsertTableOp()
252 nCol2 = Min( nCol2, (SCCOL)(rParam.aRefFormulaEnd.Col() - 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()
400 void ScDocument::DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize()
420 void ScDocument::GetLastAttrCell( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetLastAttrCell()
428 sal_Int32 ScDocument::GetMaxStringLen( SCTAB nTab, SCCOL nCol, in GetMaxStringLen()
438 SCCOL nCol, in GetMaxNumberStringLen()
458 SCCOL nStartCol = aSingle.aStart.Col(); in GetSelectionFunction()
460 SCCOL nEndCol = aSingle.aEnd.Col(); 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()
762 SCCOL nMaxCol, SCCOLROW* pOtherCols ) in RowDifferences()
766 for (SCCOL nThisCol=0; nThisCol<=nMaxCol; nThisCol++) in RowDifferences()
768 SCCOL nOtherCol; in RowDifferences()
770 nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in RowDifferences()
799 sal_uInt16 ScDocument::ColDifferences( SCCOL nThisCol, SCTAB nThisTab, in ColDifferences()
800 ScDocument& rOtherDoc, SCCOL nOtherCol, SCTAB nOtherTab, in ColDifferences()
876 …nComp = ColDifferences( static_cast<SCCOL>(nThisRow), nThisTab, rOtherDoc, static_cast<SCCOL>(i), … in FindOrder()
878 …nComp = RowDifferences( nThisRow, nThisTab, rOtherDoc, i, nOtherTab, static_cast<SCCOL>(nEndCol), … in FindOrder()
1005 SCCOL nThisEndCol = 0; in CompareDocument()
1007 SCCOL nOtherEndCol = 0; in CompareDocument()
1011 SCCOL nEndCol = Max(nThisEndCol, nOtherEndCol); in CompareDocument()
1013 SCCOL nThisCol; in CompareDocument()
1088 SCCOL nLastOtherCol = static_cast<SCCOL>(nOtherEndCol + 1); in CompareDocument()
1093 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument()
1104 if ( nThisCol == nThisEndCol || ValidCol(static_cast<SCCOL>(pOtherCols[nThisCol+1])) ) in CompareDocument()
1106 SCCOL nFirstNew = static_cast<SCCOL>(nThisCol); in CompareDocument()
1109 SCCOL nDiff = nThisCol - nFirstNew; in CompareDocument()
1171 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument()