Home
last modified time | relevance | path

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

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