Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditemset.cxx273 SfxItemSet::SfxItemSet( const SfxItemSet& rASet ): in SfxItemSet() argument
274 _pPool( rASet._pPool ), in SfxItemSet()
275 _pParent( rASet._pParent ), in SfxItemSet()
276 _nCount( rASet._nCount ), in SfxItemSet()
286 sal_uInt16* pPtr = rASet._pWhichRanges; in SfxItemSet()
296 SfxItemArray ppDst = _aItems, ppSrc = rASet._aItems; in SfxItemSet()
317 std::ptrdiff_t cnt = pPtr - rASet._pWhichRanges+1; in SfxItemSet()
319 memcpy( _pWhichRanges, rASet._pWhichRanges, sizeof( sal_uInt16 ) * cnt); in SfxItemSet()

Completed in 23 milliseconds