Searched refs:nWh2 (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svl/source/items/ |
H A D | itemset.cxx | 177 void SfxItemSet::InitRanges_Impl(sal_uInt16 nWh1, sal_uInt16 nWh2) in InitRanges_Impl() argument 182 *(_pWhichRanges+1) = nWh2; in InitRanges_Impl() 184 const sal_uInt16 nRg = nWh2 - nWh1 + 1; in InitRanges_Impl() 191 void SfxItemSet::InitRanges_Impl(va_list pArgs, sal_uInt16 nWh1, sal_uInt16 nWh2, sal_uInt16 nNull) in InitRanges_Impl() argument 195 sal_uInt16 nSize = InitializeRanges_Impl( _pWhichRanges, pArgs, nWh1, nWh2, nNull ); in InitRanges_Impl() 203 USHORT_ARG nWh1, USHORT_ARG nWh2, USHORT_ARG nNull, ... ): in SfxItemSet() argument 211 DBG_ASSERT( nWh1 <= nWh2, "Ungueltiger Bereich" ); in SfxItemSet() 218 sal::static_int_cast< sal_uInt16 >(nWh2)); in SfxItemSet() 224 sal::static_int_cast< sal_uInt16 >(nWh2), in SfxItemSet()
|
H A D | nranges.cxx | 58 NUMTYPE nWh1, NUMTYPE nWh2, NUMTYPE nNull ) in InitializeRanges_Impl() argument 75 aNumArr.Insert( nWh2, nCnt++ ); in InitializeRanges_Impl() 76 DBG_ASSERT( nWh1 <= nWh2, "Ungueltiger Bereich" ); in InitializeRanges_Impl() 77 nSize += nWh2 - nWh1 + 1; in InitializeRanges_Impl()
|
/aoo42x/main/svl/inc/svl/ |
H A D | itemset.hxx | 97 SVL_DLLPRIVATE void InitRanges_Impl(sal_uInt16 nWh1, sal_uInt16 nWh2); 127 SfxItemSet( SfxItemPool&, USHORT_ARG nWh1, USHORT_ARG nWh2, USHORT_ARG nNull, ... );
|
H A D | nranges.hxx | 60 SfxNumRanges( NUMTYPE_ARG nWh1, NUMTYPE_ARG nWh2, NUMTYPE_ARG nNull, ... );
|
/aoo42x/main/sw/source/core/attr/ |
H A D | swatrset.cxx | 152 SwAttrSet::SwAttrSet( SwAttrPool& rPool, sal_uInt16 nWh1, sal_uInt16 nWh2 ) in SwAttrSet() argument 153 : SfxItemSet( rPool, nWh1, nWh2 ), pOldSet( 0 ), pNewSet( 0 ) in SwAttrSet()
|
Completed in 32 milliseconds