Home
last modified time | relevance | path

Searched refs:Key2 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl134 void Sort( [in] any Key1, [in] any Order1, [in] any Key2, [in] any Type,
/trunk/main/sc/source/ui/vba/
H A Dvbarange.hxx244 …st css::uno::Any& Key1, const css::uno::Any& Order1, const css::uno::Any& Key2, const css::uno::An…
H A Dvbarange.cxx3331 ScVbaRange::Sort( const uno::Any& Key1, const uno::Any& Order1, const uno::Any& Key2, const uno::An… in Sort() argument
3484 if ( Key2.hasValue() ) in Sort()
3485 xKey2 = processKey( Key2, mxContext, pDocShell ); in Sort()

Completed in 46 milliseconds