Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx1081 Reference< XDynamicResultSet > aDynSet; in createSortedCursor() local
1085 aCursorAny >>= aDynSet; in createSortedCursor()
1087 if( aDynSet.is() ) in createSortedCursor()
1098 aDynResult = aSortFactory->createSortedDynamicResultSet( aDynSet, in createSortedCursor()
1108 aResult = aDynSet->getStaticResultSet(); in createSortedCursor()
1135 Reference< XDynamicResultSet > aDynSet; in createSortedCursor() local
1139 aCursorAny >>= aDynSet; in createSortedCursor()
1141 if( aDynSet.is() ) in createSortedCursor()
1152 aDynResult = aSortFactory->createSortedDynamicResultSet( aDynSet, in createSortedCursor()
1162 aResult = aDynSet->getStaticResultSet(); in createSortedCursor()

Completed in 23 milliseconds