Searched refs:nDupSource (Results 1 – 1 of 1) sorted by relevance
1773 long nDupSource = -1; in lcl_FillOldFields() local1779 nDupSource = lcl_FindName( xNameOrig->getName(), xDimsName ); in lcl_FillOldFields()1783 if ( nDupSource >= 0 ) in lcl_FillOldFields()1791 nCompCol = static_cast<SCsCOL>(nDupSource)+nColAdd; //! seek source column from name in lcl_FillOldFields()1816 else if ( nDupSource >= 0 ) // if source was not found (different orientation) in lcl_FillOldFields()1817 rField.nCol = static_cast<SCsCOL>(nDupSource)+nColAdd; //! seek from name in lcl_FillOldFields()
Completed in 17 milliseconds