Lines Matching refs:INLINE
40 #define INLINE inline macro
42 #define INLINE macro
67 INLINE xub_StrLen operator++();
68 INLINE xub_StrLen operator--();
70 INLINE xub_StrLen operator++(int);
71 INLINE xub_StrLen operator--(int);
74 INLINE xub_StrLen operator+=( xub_StrLen );
75 INLINE xub_StrLen operator-=( xub_StrLen );
76 INLINE xub_StrLen operator+=( const SwIndex& );
77 INLINE xub_StrLen operator-=( const SwIndex& );
79 INLINE sal_Bool operator<( const SwIndex& ) const;
80 INLINE sal_Bool operator<=( const SwIndex& ) const;
81 INLINE sal_Bool operator>( const SwIndex& ) const;
82 INLINE sal_Bool operator>=( const SwIndex& ) const;
96 INLINE SwIndex& operator=( xub_StrLen );
111 #undef INLINE