Home
last modified time | relevance | path

Searched defs:XclRange (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxladdress.hxx77 struct XclRange struct
82 inline explicit XclRange( ScAddress::Uninitialized e ) : maFirst( e ), maLast( e ) {} in XclRange() function
83 inline explicit XclRange() {} in XclRange() argument
84 inline explicit XclRange( const XclAddress& rPos ) : maFirst( rPos ), maLast( rPos ) {} in XclRange() function
85 …inline explicit XclRange( const XclAddress& rFirst, const XclAddress& rLast ) : maFirst( rFirs… in XclRange() argument
86 …inline explicit XclRange( sal_uInt16 nCol1, sal_uInt16 nRow1, sal_uInt16 nCol2, sal_uInt16 nRo… in XclRange() argument
102 inline bool operator==( const XclRange& rL, const XclRange& rR ) in operator ==() argument

Completed in 18 milliseconds