Searched refs:pOtherCols (Results 1 – 2 of 2) sorted by relevance
/aoo41x/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() 1171 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 1650 SCCOL nMaxCol, SCCOLROW* pOtherCols );
|
Completed in 37 milliseconds