Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Ddpobject.cxx1773 long nDupSource = -1; in lcl_FillOldFields() local
1779 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 29 milliseconds