Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx386 ScAddress* pNewAddress = new ScAddress; in CreatePositionMap() local
425 if ( pCol->Insert( nInsRow, pNewAddress ) ) in CreatePositionMap()
427 pNewAddress->Set( nCol, nRow, nTab ); in CreatePositionMap()
428 pNewAddress = new ScAddress; in CreatePositionMap()
436 delete pNewAddress; in CreatePositionMap()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx712 auto_ptr<FormulaToken> pNewAddress; in createPositionMap() local
775pNewAddress.reset(new ScExternalSingleRefToken(nFileId, aTabName, aCellData)); in createPositionMap()
777 pNewAddress.reset(new ScSingleRefToken(aCellData)); in createPositionMap()
779 if (pCol->Insert(nInsRow, pNewAddress.get())) in createPositionMap()
780 pNewAddress.release(); // To prevent the instance from being destroyed. in createPositionMap()
786 pNewAddress.reset(); in createPositionMap()

Completed in 35 milliseconds