Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditemset.cxx231 void SfxItemSet::InitRanges_Impl(const sal_uInt16 *pWhichPairTable) in InitRanges_Impl() argument
237 const sal_uInt16* pPtr = pWhichPairTable; in InitRanges_Impl()
247 std::ptrdiff_t cnt = pPtr - pWhichPairTable +1; in InitRanges_Impl()
249 memcpy( _pWhichRanges, pWhichPairTable, sizeof( sal_uInt16 ) * cnt ); in InitRanges_Impl()
255 SfxItemSet::SfxItemSet( SfxItemPool& rPool, const sal_uInt16* pWhichPairTable ): in SfxItemSet() argument
267 if ( pWhichPairTable ) in SfxItemSet()
268 InitRanges_Impl(pWhichPairTable); in SfxItemSet()

Completed in 22 milliseconds