Searched refs:NUMTYPE (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svl/source/items/ |
H A D | nranges.cxx | 48 inline void Swap_Impl(const NUMTYPE *& rp1, const NUMTYPE *& rp2) in Swap_Impl() 57 NUMTYPE InitializeRanges_Impl( NUMTYPE *&rpRanges, va_list pArgs, in InitializeRanges_Impl() 58 NUMTYPE nWh1, NUMTYPE nWh2, NUMTYPE nNull ) in InitializeRanges_Impl() 105 NUMTYPE Count_Impl( const NUMTYPE *pRanges ) in Count_Impl() 114 NUMTYPE nCount = 0; in Count_Impl() 125 NUMTYPE Capacity_Impl( const NUMTYPE *pRanges ) in Capacity_Impl() 169 SfxNumRanges::SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 ) in SfxNumRanges() 247 NUMTYPE n = 0; in operator ==() 378 NUMTYPE * pNew = new NUMTYPE[nCount + 1]; in operator +=() 478 NUMTYPE *pTarget = new NUMTYPE[ nTargetSize ]; in operator -=() [all …]
|
H A D | rngitem_inc.cxx | 27 static inline NUMTYPE Count_Impl(const NUMTYPE * pRanges) in Count_Impl() 29 NUMTYPE nCount = 0; in Count_Impl() 39 NUMTYPE Count_Impl( const NUMTYPE *pRanges ); 51 SfxXRangeItem::SfxXRangeItem( sal_uInt16 which, NUMTYPE from, NUMTYPE to ): in SfxXRangeItem() 116 NUMTYPE nVon, nBis; in Create() 144 _pRanges = new NUMTYPE[nCount]; in SfxXRangesItem() 153 NUMTYPE nCount; in SfxXRangesItem() 155 _pRanges = new NUMTYPE[nCount + 1]; in SfxXRangesItem() 167 _pRanges = new NUMTYPE[nCount]; in SfxXRangesItem() 188 NUMTYPE n; in operator ==() [all …]
|
H A D | rngitem.cxx | 28 #ifndef NUMTYPE 30 #define NUMTYPE sal_uInt16 macro 36 #define NUMTYPE sal_uInt32 macro
|
H A D | itemset.cxx | 55 #define NUMTYPE sal_uInt16 in DBG_NAME() macro 59 #undef NUMTYPE in DBG_NAME() 63 #define NUMTYPE sal_uLong in DBG_NAME() macro 67 #undef NUMTYPE in DBG_NAME()
|
/trunk/main/svl/inc/svl/ |
H A D | rngitem.hxx | 26 #ifndef NUMTYPE 28 #define NUMTYPE sal_uInt16 macro 32 #undef NUMTYPE 37 #define NUMTYPE sal_uLong macro 41 #undef NUMTYPE 59 NUMTYPE nFrom; 60 NUMTYPE nTo; 64 SfxXRangeItem( sal_uInt16 nWID, NUMTYPE nFrom, NUMTYPE nTo ); 74 inline NUMTYPE& From() { return nFrom; } in From() 76 inline NUMTYPE& To() { return nTo; } in To() [all …]
|
H A D | nranges.hxx | 32 #ifndef NUMTYPE 34 #define NUMTYPE sal_uInt16 macro 38 #undef NUMTYPE 39 #define NUMTYPE sal_uLong macro 54 NUMTYPE* _pRanges; // 0-terminated array of NUMTYPE-pairs 59 SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 ); 61 SfxNumRanges( const NUMTYPE* nNumTable ); 75 NUMTYPE Count() const; 78 sal_Bool Contains( NUMTYPE n ) const; 81 operator const NUMTYPE* () const [all …]
|
/trunk/main/autodoc/inc/cosv/ |
H A D | comfunc.hxx | 53 template <class NUMTYPE> 55 NUMTYPE & o_rNumber, 56 const NUMTYPE & i_rNumber ); 95 template <class NUMTYPE> 97 switch_endian( NUMTYPE & o_rNumber, in switch_endian() 98 const NUMTYPE & i_rNumber ) in switch_endian() 101 const char * pBack = reinterpret_cast< const char* >(&i_rNumber) + sizeof(NUMTYPE); in switch_endian() 103 for ( size_t p = 0; p < sizeof(NUMTYPE); --p ) in switch_endian()
|
Completed in 38 milliseconds