Lines Matching refs:SCTAB

60 sal_Bool ScDocument::Solver(SCCOL nFCol, SCROW nFRow, SCTAB nFTab,  in Solver()
61 SCCOL nVCol, SCROW nVRow, SCTAB nVTab, in Solver()
129 SCTAB i, nTab1; in InsertMatrixFormula()
216 SCTAB i, nTab1; 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()
367 for (SCTAB i=0; i<=MAXTAB; i++) in CompileDBFormula()
375 for (SCTAB i=0; i<=MAXTAB; i++) in CompileDBFormula()
386 for (SCTAB i=0; i<=MAXTAB; i++) in CompileNameFormula()
394 for (SCTAB i=0; i<=MAXTAB; i++) in CompileColRowNameFormula()
400 void ScDocument::DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize()
412 for (SCTAB nTab=0; nTab<=MAXTAB && pTab[nTab]; nTab++) in InvalidateTableArea()
420 void ScDocument::GetLastAttrCell( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetLastAttrCell()
428 sal_Int32 ScDocument::GetMaxStringLen( SCTAB nTab, SCCOL nCol, in GetMaxStringLen()
437 xub_StrLen ScDocument::GetMaxNumberStringLen( sal_uInt16& nPrecision, SCTAB nTab, in GetMaxNumberStringLen()
463 for (SCTAB nTab=0; nTab<=MAXTAB && !aData.bError; nTab++) 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()
689 for (SCTAB i=0; i<=MAXTAB && pTab[i]; i++) in FindConditionalFormat()
693 void ScDocument::FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges, SCTAB nTab ) in FindConditionalFormat()
760 sal_uInt16 ScDocument::RowDifferences( SCROW nThisRow, SCTAB nThisTab, in RowDifferences()
761 ScDocument& rOtherDoc, SCROW nOtherRow, SCTAB nOtherTab, in RowDifferences()
799 sal_uInt16 ScDocument::ColDifferences( SCCOL nThisCol, SCTAB nThisTab, in ColDifferences()
800 ScDocument& rOtherDoc, SCCOL nOtherCol, SCTAB nOtherTab, in ColDifferences()
841 sal_Bool bColumns, ScDocument& rOtherDoc, SCTAB nThisTab, SCTAB nOtherTab, in FindOrder()
942 SCTAB nThisCount = GetTableCount(); in CompareDocument()
943 SCTAB nOtherCount = rOtherDoc.GetTableCount(); in CompareDocument()
944 SCTAB* pOtherTabs = new SCTAB[nThisCount]; in CompareDocument()
945 SCTAB nThisTab; in CompareDocument()
952 SCTAB nOtherTab = SCTAB_MAX; in CompareDocument()
956 for (SCTAB nTemp=0; nTemp<nOtherCount && nOtherTab>MAXTAB; nTemp++) in CompareDocument()
967 SCTAB nFillStart = 0; in CompareDocument()
968 SCTAB nFillPos = 0; in CompareDocument()
972 SCTAB nThisOther = ( nThisTab < nThisCount ) ? pOtherTabs[nThisTab] : nOtherCount; in CompareDocument()
979 SCTAB nDiff1 = nThisOther - nFillStart; in CompareDocument()
980 SCTAB nDiff2 = nThisTab - nFillPos; in CompareDocument()
981 SCTAB nMinDiff = Min(nDiff1, nDiff2); in CompareDocument()
982 for (SCTAB i=0; i<nMinDiff; i++) in CompareDocument()
1002 SCTAB nOtherTab = pOtherTabs[nThisTab]; in CompareDocument()