Home
last modified time | relevance | path

Searched refs:pOtherCols (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx762 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 …]
/trunk/main/sc/inc/
H A Ddocument.hxx1650 SCCOL nMaxCol, SCCOLROW* pOtherCols );

Completed in 27 milliseconds