Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx940 ppCols = new DifColumn *[ MAXCOL + 1 ]; in DifAttrCache()
942 ppCols[ nCnt ] = NULL; in DifAttrCache()
950 if( ppCols[ nCnt ] ) in ~DifAttrCache()
951 delete ppCols[ nCnt ]; in ~DifAttrCache()
961 if( !ppCols[ nCol ] ) in SetNumFormat()
962 ppCols[ nCol ] = new DifColumn; in SetNumFormat()
964 ppCols[ nCol ]->SetNumFormat( nRow, nNumFormat ); in SetNumFormat()
976 if( ppCols[ nCol ] ) in Apply()
985 ppCols[ nCol ]->Apply( rDoc, nCol, nTab, *pPatt ); in Apply()
996 if( ppCols[ nCol ] ) in Apply()
[all …]
/trunk/main/sc/source/filter/inc/
H A Ddif.hxx199 DifColumn** ppCols; member in DifAttrCache
215 if( !ppCols[ nCol ] ) in SetLogical()
216 ppCols[ nCol ] = new DifColumn; in SetLogical()
217 ppCols[ nCol ]->SetLogical( nRow ); in SetLogical()

Completed in 21 milliseconds