Searched refs:_aItems (Results 1 – 4 of 4) sorted by relevance
83 const SfxPoolItem *pItem = pSet->_aItems[n]; in DBG_NAME()155 _aItems = new const SfxPoolItem* [ nSize ]; in SfxItemSet()156 memset( (void*) _aItems, 0, nSize * sizeof( SfxPoolItem* ) ); in SfxItemSet()185 _aItems = new const SfxPoolItem* [ nRg ]; in InitRanges_Impl()186 memset( (void*) _aItems, 0, nRg * sizeof( SfxPoolItem* ) ); in InitRanges_Impl()196 _aItems = new const SfxPoolItem* [ nSize ]; in InitRanges_Impl()197 memset( (void*) _aItems, 0, sizeof( SfxPoolItem* ) * nSize ); in InitRanges_Impl()244 _aItems = new const SfxPoolItem* [ nCnt ]; in InitRanges_Impl()245 memset( (void*) _aItems, 0, sizeof( SfxPoolItem* ) * nCnt ); in InitRanges_Impl()293 _aItems = new const SfxPoolItem* [ nCnt ]; in SfxItemSet()[all …]
55 SfxItemArray ppFnd = _rSet._aItems; in SfxItemIter()84 SfxItemArray ppFnd = _rSet._aItems; in NextItem()102 SfxItemArray ppFnd = _rSet._aItems; in PrevItem()
47 return _rSet._nCount ? *(_rSet._aItems+_nAkt) : 0; } in FirstItem()50 return _rSet._nCount ? *(_rSet._aItems+_nAkt) : 0; } in LastItem()52 { return _rSet._nCount ? *(_rSet._aItems+_nAkt) : 0; } in GetCurItem()
73 SfxItemArray _aItems; // Item-Feld member in SfxItemSet106 return _aItems; in GetItems_Impl()