Searched refs:ppDst (Results 1 – 1 of 1) sorted by relevance
296 SfxItemArray ppDst = _aItems, ppSrc = rASet._aItems; in SfxItemSet() local297 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 20 milliseconds