Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java154 XIndexAccess xColumnIndexAccess = m_xQueryAnalyzer.getOrderColumns(); in prependSortingCriteria() local
160 for (int i = 0; i < xColumnIndexAccess.getCount(); i++) in prependSortingCriteria()
164 …xColumnPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xColumnIndexAccess.getByIndex(i… in prependSortingCriteria()

Completed in 18 milliseconds