Searched refs:rTr (Results 1 – 2 of 2) sorted by relevance
705 const TokenId TokenPool::Store( const ScSingleRefData& rTr ) in Store() argument719 ppP_RefTr[ nP_RefTrAkt ] = new ScSingleRefData( rTr ); in Store()721 *ppP_RefTr[ nP_RefTrAkt ] = rTr; in Store()730 const TokenId TokenPool::Store( const ScComplexRefData& rTr ) in Store() argument744 ppP_RefTr[ nP_RefTrAkt ] = new ScSingleRefData( rTr.Ref1 ); in Store()746 *ppP_RefTr[ nP_RefTrAkt ] = rTr.Ref1; in Store()750 ppP_RefTr[ nP_RefTrAkt ] = new ScSingleRefData( rTr.Ref2 ); in Store()752 *ppP_RefTr[ nP_RefTrAkt ] = rTr.Ref2; in Store()789 const TokenId TokenPool::StoreNlf( const ScSingleRefData& rTr ) in StoreNlf() argument804 ppP_Nlf[ nP_NlfAkt ]->aRef = rTr; in StoreNlf()[all …]
203 const TokenId Store( const ScSingleRefData& rTr );204 const TokenId Store( const ScComplexRefData& rTr );208 const TokenId StoreNlf( const ScSingleRefData& rTr );
Completed in 13 milliseconds