Lines Matching defs:const
311 inline void GetVars( SCCOL& nColP, SCROW& nRowP, SCTAB& nTabP ) const in GetVars()
376 inline bool ScAddress::operator==( const ScAddress& r ) const in operator ==()
381 inline bool ScAddress::operator!=( const ScAddress& r ) const in operator !=()
386 inline bool ScAddress::operator<( const ScAddress& r ) const in operator <()
401 inline bool ScAddress::operator<=( const ScAddress& r ) const in operator <=()
406 inline bool ScAddress::operator>( const ScAddress& r ) const in operator >()
411 inline bool ScAddress::operator>=( const ScAddress& r ) const in operator >=()
538 inline void ScRange::GetVars( SCCOL& nCol1, SCROW& nRow1, SCTAB& nTab1, in GetVars()
545 inline bool ScRange::operator==( const ScRange& r ) const in operator ==()
550 inline bool ScRange::operator!=( const ScRange& r ) const in operator !=()
556 inline bool ScRange::operator<( const ScRange& r ) const in operator <()
561 inline bool ScRange::operator<=( const ScRange& r ) const in operator <=()
566 inline bool ScRange::operator>( const ScRange& r ) const in operator >()
571 inline bool ScRange::operator>=( const ScRange& r ) const in operator >=()
576 inline bool ScRange::In( const ScAddress& rAddr ) const in In()
584 inline bool ScRange::In( const ScRange& r ) const in In()
654 const ScRange& GetRange( sal_uInt16 n ) const { return aRange[n]; } in GetRange()
667 inline int ScRangePair::operator==( const ScRangePair& r ) const in operator ==()
672 inline int ScRangePair::operator!=( const ScRangePair& r ) const in operator !=()
724 inline int operator != ( const ScRefAddress& r ) const in operator !=()
758 inline int ScRefAddress::operator==( const ScRefAddress& r ) const in operator ==()