Home
last modified time | relevance | path

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

/aoo42x/main/oox/inc/oox/xls/
H A Daddressconverter.hxx56 struct BinAddress struct
58 sal_Int32 mnCol;
59 sal_Int32 mnRow;
61 inline explicit BinAddress() : mnCol( 0 ), mnRow( 0 ) {} in BinAddress() function
62 … inline explicit BinAddress( sal_Int32 nCol, sal_Int32 nRow ) : mnCol( nCol ), mnRow( nRow ) {} in BinAddress() function
63 …inline explicit BinAddress( const ::com::sun::star::table::CellAddress& rAddr ) : mnCol( rAddr… in BinAddress() argument
65 inline void set( sal_Int32 nCol, sal_Int32 nRow ) { mnCol = nCol; mnRow = nRow; } in set()
66 …inline void set( const ::com::sun::star::table::CellAddress& rAddr ) { mnCol = rAddr.Colum… in set()

Completed in 16 milliseconds