Lines Matching refs:aResult

537     Any aResult = m_xImpl->executeCommand( aCommand );  in getCommands()  local
540 aResult >>= xInfo; in getCommands()
553 Any aResult = m_xImpl->executeCommand( aCommand ); in getProperties() local
556 aResult >>= xInfo; in getProperties()
680 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface() local
683 aResult >>= xRow; in getPropertyValuesInterface()
713 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface() local
716 aResult >>= xRow; in getPropertyValuesInterface()
761 Any aResult = m_xImpl->executeCommand( aCommand ); in setPropertyValues() local
764 aResult >>= aErrors; in setPropertyValues()
809 Any aResult = m_xImpl->executeCommand( aCommand ); in setPropertyValues() local
812 aResult >>= aErrors; in setPropertyValues()
923 Reference< XResultSet > aResult; in createCursor() local
927 aResult = xDynSet->getStaticResultSet(); in createCursor()
929 OSL_ENSURE( aResult.is(), "Content::createCursor - no cursor!" ); in createCursor()
931 if ( !aResult.is() ) in createCursor()
934 aCursorAny >>= aResult; in createCursor()
936 OSL_ENSURE( !aResult.is(), in createCursor()
941 return aResult; in createCursor()
953 Reference< XResultSet > aResult; in createCursor() local
957 aResult = xDynSet->getStaticResultSet(); in createCursor()
959 OSL_ENSURE( aResult.is(), "Content::createCursor - no cursor!" ); in createCursor()
961 if ( !aResult.is() ) in createCursor()
964 aCursorAny >>= aResult; in createCursor()
966 OSL_ENSURE( !aResult.is(), in createCursor()
971 return aResult; in createCursor()
980 Reference< XDynamicResultSet > aResult; in createDynamicCursor() local
981 createCursorAny( rPropertyNames, eMode ) >>= aResult; in createDynamicCursor()
983 OSL_ENSURE( aResult.is(), "Content::createDynamicCursor - no cursor!" ); in createDynamicCursor()
985 return aResult; in createDynamicCursor()
994 Reference< XDynamicResultSet > aResult; in createDynamicCursor() local
995 createCursorAny( rPropertyHandles, eMode ) >>= aResult; in createDynamicCursor()
997 OSL_ENSURE( aResult.is(), "Content::createDynamicCursor - no cursor!" ); in createDynamicCursor()
999 return aResult; in createDynamicCursor()
1010 Reference< XDynamicResultSet > aResult; in createSortedDynamicCursor() local
1023 aResult = aSortFactory->createSortedDynamicResultSet( aOrigCursor, in createSortedDynamicCursor()
1028 OSL_ENSURE( aResult.is(), "Content::createSortedDynamicCursor - no sorted cursor!\n" ); in createSortedDynamicCursor()
1030 if( !aResult.is() ) in createSortedDynamicCursor()
1031 aResult = aOrigCursor; in createSortedDynamicCursor()
1034 return aResult; in createSortedDynamicCursor()
1045 Reference< XDynamicResultSet > aResult; in createSortedDynamicCursor() local
1058 aResult = aSortFactory->createSortedDynamicResultSet( aOrigCursor, in createSortedDynamicCursor()
1063 OSL_ENSURE( aResult.is(), "Content::createSortedDynamicCursor - no sorted cursor!\n" ); in createSortedDynamicCursor()
1065 if( !aResult.is() ) in createSortedDynamicCursor()
1066 aResult = aOrigCursor; in createSortedDynamicCursor()
1069 return aResult; in createSortedDynamicCursor()
1080 Reference< XResultSet > aResult; in createSortedCursor() local
1106 aResult = aDynResult->getStaticResultSet(); in createSortedCursor()
1108 aResult = aDynSet->getStaticResultSet(); in createSortedCursor()
1111 OSL_ENSURE( aResult.is(), "Content::createSortedCursor - no cursor!" ); in createSortedCursor()
1113 if ( !aResult.is() ) in createSortedCursor()
1116 aCursorAny >>= aResult; in createSortedCursor()
1118 OSL_ENSURE( !aResult.is(), in createSortedCursor()
1123 return aResult; in createSortedCursor()
1134 Reference< XResultSet > aResult; in createSortedCursor() local
1160 aResult = aDynResult->getStaticResultSet(); in createSortedCursor()
1162 aResult = aDynSet->getStaticResultSet(); in createSortedCursor()
1165 OSL_ENSURE( aResult.is(), "Content::createSortedCursor - no cursor!" ); in createSortedCursor()
1167 if ( !aResult.is() ) in createSortedCursor()
1170 aCursorAny >>= aResult; in createSortedCursor()
1172 OSL_ENSURE( !aResult.is(), in createSortedCursor()
1177 return aResult; in createSortedCursor()