Searched refs:aOrigCursor (Results 1 – 1 of 1) sorted by relevance
1011 Reference< XDynamicResultSet > aOrigCursor = createDynamicCursor( rPropertyNames, eMode ); in createSortedDynamicCursor() local1013 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() local1048 if( aOrigCursor.is() ) in createSortedDynamicCursor()1058 aResult = aSortFactory->createSortedDynamicResultSet( aOrigCursor, in createSortedDynamicCursor()1066 aResult = aOrigCursor; in createSortedDynamicCursor()
Completed in 28 milliseconds