Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx972 ScPatternAttr* pPatt = NULL; in Apply() local
978 if( !pPatt ) in Apply()
980 pPatt = new ScPatternAttr( rDoc.GetPool() ); in Apply()
981 pPatt->GetItemSet().Put( SfxUInt32Item( ATTR_VALUE_FORMAT, in Apply()
985 ppCols[ nCol ]->Apply( rDoc, nCol, nTab, *pPatt ); in Apply()
989 if( pPatt ) in Apply()
990 delete pPatt; in Apply()

Completed in 17 milliseconds