Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx106 struct BinRange struct
108 BinAddress maFirst;
109 BinAddress maLast;
111 inline explicit BinRange() {} in BinRange() function
112 inline explicit BinRange( const BinAddress& rAddr ) : maFirst( rAddr ), maLast( rAddr ) {} in BinRange() function
113 …inline explicit BinRange( const BinAddress& rFirst, const BinAddress& rLast ) : maFirst( rFirs… in BinRange() argument
114 …inline explicit BinRange( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nCol2, sal_Int32 nRow2 )… in BinRange() function
116 …inline explicit BinRange( const ::com::sun::star::table::CellAddress& rAddr ) : maFirst( rAddr… in BinRange() function
117 …inline explicit BinRange( const ::com::sun::star::table::CellAddress& rFirst, const ::com::sun… in BinRange() function
118 …inline explicit BinRange( const ::com::sun::star::table::CellRangeAddress& rRange ) : maFirst(… in BinRange() argument
[all …]

Completed in 49 milliseconds