Lines Matching refs:aPropertySet

974 		Reference< XPropertySet >  aPropertySet( m_xForm, UNO_QUERY );  in createDatabaseForm()  local
977 if(aPropertySet.is()) in createDatabaseForm()
981 aPropertySet->setPropertyValue(C2U("ResultSetType"),aVal ); in createDatabaseForm()
983 aPropertySet->setPropertyValue(C2U("ResultSetConcurrency"), aVal); in createDatabaseForm()
987 aPropertySet->setPropertyValue(C2U("FetchSize"), aVal); in createDatabaseForm()
991 aPropertySet->setPropertyValue(C2U("ActiveConnection"), aVal); in createDatabaseForm()
1013 aPropertySet->setPropertyValue(C2U("Command"), aVal); in createDatabaseForm()
1015 aPropertySet->setPropertyValue(C2U("CommandType"), aVal); in createDatabaseForm()
1172 Reference< XPropertySet > aPropertySet( m_xForm, UNO_QUERY ); in setActiveDataSource() local
1173 if(aPropertySet.is()) in setActiveDataSource()
1178 aPropertySet->getPropertyValue(C2U("ActiveConnection")) >>= xOldConnection; in setActiveDataSource()
1187 aPropertySet->setPropertyValue(C2U("ActiveConnection"), aVal); in setActiveDataSource()
1207 aPropertySet->setPropertyValue(C2U("Command"), aVal); in setActiveDataSource()
1208 aPropertySet->setPropertyValue(C2U("CommandType"), makeAny(CommandType::TABLE)); in setActiveDataSource()
1211 aPropertySet->setPropertyValue(C2U("FetchSize"), aVal); in setActiveDataSource()
1255 Reference< XPropertySet > aPropertySet( m_xForm, UNO_QUERY ); in setActiveDataTable() local
1257 if(aPropertySet.is()) in setActiveDataTable()
1274 aPropertySet->setPropertyValue( C2U("Command"), aVal ); in setActiveDataTable()