Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx1011 Reference< XDynamicResultSet > aOrigCursor = createDynamicCursor( rPropertyNames, eMode ); in createSortedDynamicCursor() local
1013 if( aOrigCursor.is() ) in createSortedDynamicCursor()
1023 aResult = aSortFactory->createSortedDynamicResultSet( aOrigCursor, in createSortedDynamicCursor()
1031 aResult = aOrigCursor; in createSortedDynamicCursor()
1046 Reference< XDynamicResultSet > aOrigCursor = createDynamicCursor( rPropertyHandles, eMode ); in createSortedDynamicCursor() local
1048 if( aOrigCursor.is() ) in createSortedDynamicCursor()
1058 aResult = aSortFactory->createSortedDynamicResultSet( aOrigCursor, in createSortedDynamicCursor()
1066 aResult = aOrigCursor; in createSortedDynamicCursor()

Completed in 25 milliseconds