Searched defs:XclRange (Results 1 – 1 of 1) sorted by relevance
77 struct XclRange struct82 inline explicit XclRange( ScAddress::Uninitialized e ) : maFirst( e ), maLast( e ) {} in XclRange() argument83 inline explicit XclRange() {} in XclRange() function84 inline explicit XclRange( const XclAddress& rPos ) : maFirst( rPos ), maLast( rPos ) {} in XclRange() argument85 …inline explicit XclRange( const XclAddress& rFirst, const XclAddress& rLast ) : maFirst( rFirs… in XclRange() function86 …inline explicit XclRange( sal_uInt16 nCol1, sal_uInt16 nRow1, sal_uInt16 nCol2, sal_uInt16 nRo… in XclRange() function102 inline bool operator==( const XclRange& rL, const XclRange& rR ) in operator ==() argument
Completed in 12 milliseconds