Home
last modified time | relevance | path

Searched refs:ColumnAbsolute (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl117 …string Address( [in] any RowAbsolute, [in] any ColumnAbsolute, [in] any ReferenceStyle, [in] any E…
/trunk/main/sc/source/ui/vba/
H A Dvbarange.hxx223 …CALL Address( const css::uno::Any& RowAbsolute, const css::uno::Any& ColumnAbsolute, const css::un…
H A Dvbarange.cxx2021 ScVbaRange::Address( const uno::Any& RowAbsolute, const uno::Any& ColumnAbsolute, const uno::Any& … in Address() argument
2040 …sAddress += xRange->Address( RowAbsolute, ColumnAbsolute, ReferenceStyle, aExternalCopy, RelativeT… in Address()
2072 if ( ColumnAbsolute.hasValue() ) in Address()
2075 ColumnAbsolute >>= bVal; in Address()
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1255 getRange = myRange.Address(RowAbsolute:=False, ColumnAbsolute:=False, ReferenceStyle:=xlA1)

Completed in 59 milliseconds