Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1282 Reference<XNameAccess> xIndexCols = xIndex->getColumns(); in sortRows() local
1283 …if(xIndexCols->hasByName(comphelper::getString(xColProp->getPropertyValue(OMetaConnection::getProp… in sortRows()
/aoo4110/main/forms/source/component/
H A DDatabaseForm.cxx2020 Reference< XIndexAccess > xIndexCols( xColsSuppl->getColumns(), UNO_QUERY ); in reset_impl() local
2021 for (sal_Int32 i = 0; i < xIndexCols->getCount(); ++i) in reset_impl()
2024 xIndexCols->getByIndex(i) >>= xColProps; in reset_impl()

Completed in 47 milliseconds