Home
last modified time | relevance | path

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

/aoo42x/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl134 void Sort( [in] any Key1, [in] any Order1, [in] any Key2, [in] any Type,
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.hxx244 …virtual void SAL_CALL Sort( const css::uno::Any& Key1, const css::uno::Any& Order1, const css::uno…
H A Dvbarange.cxx3331 ScVbaRange::Sort( const uno::Any& Key1, const uno::Any& Order1, const uno::Any& Key2, const uno::An… in Sort() argument
3450 if ( Order1.hasValue() ) in Sort()
3452 nOrder1 = ::comphelper::getINT16(Order1); in Sort()

Completed in 43 milliseconds