Lines Matching refs:pOtherCols
762 SCCOL nMaxCol, SCCOLROW* pOtherCols ) in RowDifferences() argument
769 if ( pOtherCols ) in RowDifferences()
770 nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in RowDifferences()
1030 SCCOLROW* pOtherCols = new SCCOLROW[nThisEndCol+1]; in CompareDocument() local
1044 FindOrder( pOtherCols, nThisEndCol, nOtherEndCol, sal_True, in CompareDocument()
1048 pOtherCols, &aProgress, nThisEndRow ); in CompareDocument()
1062 nOtherTab, nThisEndCol, pOtherCols ); in CompareDocument()
1068 pOtherCols[nThisCol] = nThisCol; 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()
1107 while ( nFirstNew > 0 && pOtherCols[nFirstNew-1] > MAXCOL ) in CompareDocument()
1171 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument()
1192 delete[] pOtherCols; in CompareDocument()