Searched refs:Count_Impl (Results 1 – 3 of 3) sorted by relevance
105 NUMTYPE Count_Impl( const NUMTYPE *pRanges ) in Count_Impl() function159 NUMTYPE nCount = Count_Impl( rOrig._pRanges ) + 1; in SfxNumRanges()224 NUMTYPE nCount = Count_Impl(pArr) + 1; in SfxNumRanges()285 NUMTYPE nCount = Count_Impl( rRanges._pRanges ) + 1; in operator =()476 NUMTYPE nThisSize = Count_Impl(_pRanges); in operator -=()477 NUMTYPE nTargetSize = 1 + ( nThisSize + Count_Impl(rRanges._pRanges) ); in operator -=()582 NUMTYPE nUShorts = Count_Impl(pTarget) + 1; in operator -=()686 NUMTYPE nThisSize = Count_Impl(_pRanges); in operator /=()687 NUMTYPE nTargetSize = 1 + ( nThisSize + Count_Impl(rRanges._pRanges) ); in operator /=()760 NUMTYPE nUShorts = Count_Impl(pTarget) + 1; in operator /=()
27 static inline NUMTYPE Count_Impl(const NUMTYPE * pRanges) in Count_Impl() function39 NUMTYPE Count_Impl( const NUMTYPE *pRanges );143 NUMTYPE nCount = Count_Impl(pRanges) + 1; in SfxXRangesItem()166 NUMTYPE nCount = Count_Impl(rItem._pRanges) + 1; in SfxXRangesItem()226 NUMTYPE nCount = Count_Impl( _pRanges ); in Store()
871 sal_uInt16 nCount = Count_Impl(pNewRanges) + 1; in SetRanges()
Completed in 43 milliseconds