Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dnranges.cxx58 NUMTYPE nWh1, NUMTYPE nWh2, NUMTYPE nNull ) in InitializeRanges_Impl() argument
74 aNumArr.Insert( nWh1, nCnt++ ); in InitializeRanges_Impl()
76 DBG_ASSERT( nWh1 <= nWh2, "Ungueltiger Bereich" ); in InitializeRanges_Impl()
77 nSize += nWh2 - nWh1 + 1; in InitializeRanges_Impl()
188 SfxNumRanges::SfxNumRanges( NUMTYPE_ARG nWh0, NUMTYPE_ARG nWh1, NUMTYPE_ARG nNull, ... ) in SfxNumRanges() argument
204 sal::static_int_cast< NUMTYPE >(nWh1), in SfxNumRanges()
H A Ditemset.cxx177 void SfxItemSet::InitRanges_Impl(sal_uInt16 nWh1, sal_uInt16 nWh2) in InitRanges_Impl() argument
181 *(_pWhichRanges+0) = nWh1; 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()
217 sal::static_int_cast< sal_uInt16 >(nWh1), in SfxItemSet()
223 pArgs, sal::static_int_cast< sal_uInt16 >(nWh1), in SfxItemSet()
/trunk/main/svl/inc/svl/
H A Ditemset.hxx97 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 Dnranges.hxx60 SfxNumRanges( NUMTYPE_ARG nWh1, NUMTYPE_ARG nWh2, NUMTYPE_ARG nNull, ... );
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx152 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 23 milliseconds