Searched refs:pOtherCols (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/core/data/ |
| H A D | documen4.cxx | 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() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | document.hxx | 1647 SCCOL nMaxCol, SCCOLROW* pOtherCols );
|