Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2021 ScVbaRange::Address( const uno::Any& RowAbsolute, const uno::Any& ColumnAbsolute, const uno::Any& … in Address() function in ScVbaRange
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx262 struct Address struct
264 sal_Int32 mnCol;
265 sal_Int32 mnRow;
266 inline explicit Address() : mnCol( 0 ), mnRow( 0 ) {} in Address() function
267 inline explicit Address( sal_Int32 nCol, sal_Int32 nRow ) : mnCol( nCol ), mnRow( nRow ) {} in Address() function

Completed in 74 milliseconds