Home
last modified time | relevance | path

Searched refs:SfxNumRanges (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dnranges.hxx35 #define SfxNumRanges SfxUShortRanges macro
40 #define SfxNumRanges SfxULongRanges macro
52 class SfxNumRanges class
57 SfxNumRanges() : _pRanges( 0 ) {} in SfxNumRanges() function in SfxNumRanges
58 SfxNumRanges( const SfxNumRanges &rOrig );
62 ~SfxNumRanges() in ~SfxNumRanges()
69 SfxNumRanges& operator = ( const SfxNumRanges & );
71 SfxNumRanges& operator += ( const SfxNumRanges & );
72 SfxNumRanges& operator -= ( const SfxNumRanges & );
73 SfxNumRanges& operator /= ( const SfxNumRanges & );
[all …]
/trunk/main/svl/source/items/
H A Dnranges.cxx149 SfxNumRanges::SfxNumRanges( const SfxNumRanges &rOrig ) in SfxNumRanges() function in SfxNumRanges
169 SfxNumRanges::SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 ) in SfxNumRanges() function in SfxNumRanges
211 SfxNumRanges::SfxNumRanges( const NUMTYPE* pArr ) in SfxNumRanges() function in SfxNumRanges
231 sal_Bool SfxNumRanges::operator==( const SfxNumRanges &rOther ) const in operator ==()
262 SfxNumRanges& SfxNumRanges::operator = in operator =()
264 const SfxNumRanges &rRanges in operator =()
294 SfxNumRanges& SfxNumRanges::operator += in operator +=()
296 const SfxNumRanges &rRanges in operator +=()
454 SfxNumRanges& SfxNumRanges::operator -= in operator -=()
655 SfxNumRanges& SfxNumRanges::operator /= in operator /=()
[all …]
H A Ditemset.cxx57 #define SfxNumRanges SfxUShortRanges in DBG_NAME() macro
61 #undef SfxNumRanges in DBG_NAME()
65 #define SfxNumRanges SfxULongRanges in DBG_NAME() macro
69 #undef SfxNumRanges in DBG_NAME()

Completed in 25 milliseconds