Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditemset.cxx296 SfxItemArray ppDst = _aItems, ppSrc = rASet._aItems; in SfxItemSet() local
297 for( sal_uInt16 n = nCnt; n; --n, ++ppDst, ++ppSrc ) in SfxItemSet()
302 *ppDst = *ppSrc; in SfxItemSet()
306 *ppDst = *ppSrc; in SfxItemSet()
307 ( (SfxPoolItem*) (*ppDst) )->AddRef(); in SfxItemSet()
310 *ppDst = (*ppSrc)->Clone(); in SfxItemSet()
313 *ppDst = &_pPool->Put( **ppSrc ); in SfxItemSet()

Completed in 12 milliseconds