Searched refs:pWhichPairTable (Results 1 – 1 of 1) sorted by relevance
231 void SfxItemSet::InitRanges_Impl(const sal_uInt16 *pWhichPairTable) in InitRanges_Impl() argument237 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() argument267 if ( pWhichPairTable ) in SfxItemSet()268 InitRanges_Impl(pWhichPairTable); in SfxItemSet()
Completed in 9 milliseconds