Searched defs:Address (Results 1 – 2 of 2) sorted by relevance
262 struct Address struct264 sal_Int32 mnCol;265 sal_Int32 mnRow;266 inline explicit Address() : mnCol( 0 ), mnRow( 0 ) {} in Address() function267 inline explicit Address( sal_Int32 nCol, sal_Int32 nRow ) : mnCol( nCol ), mnRow( nRow ) {} in Address() function
2021 ScVbaRange::Address( const uno::Any& RowAbsolute, const uno::Any& ColumnAbsolute, const uno::Any& … in Address() function in ScVbaRange
Completed in 56 milliseconds