Lines Matching refs:the_value

464 …eDataProvider::setMasterFields(const uno::Sequence< ::rtl::OUString > & the_value) throw (uno::Run…  in setMasterFields()  argument
467 set(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("MasterFields")),the_value,m_MasterFields); in setMasterFields()
478 …eDataProvider::setDetailFields(const uno::Sequence< ::rtl::OUString > & the_value) throw (uno::Run… in setDetailFields() argument
480 set(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DetailFields")),the_value,m_DetailFields); in setDetailFields()
490 void SAL_CALL DatabaseDataProvider::setCommand(const ::rtl::OUString & the_value) throw (uno::Runti… in setCommand() argument
495 m_xAggregateSet->setPropertyValue( PROPERTY_COMMAND, uno::makeAny( the_value ) ); in setCommand()
497 set(PROPERTY_COMMAND,the_value,m_Command); in setCommand()
508 void SAL_CALL DatabaseDataProvider::setCommandType(::sal_Int32 the_value) throw (uno::RuntimeExcept… in setCommandType() argument
512 m_xAggregateSet->setPropertyValue( PROPERTY_COMMAND_TYPE, uno::makeAny( the_value ) ); in setCommandType()
514 set(PROPERTY_COMMAND_TYPE,the_value,m_CommandType); in setCommandType()
525 void SAL_CALL DatabaseDataProvider::setFilter(const ::rtl::OUString & the_value) throw (uno::Runtim… in setFilter() argument
529 m_aFilterManager.setFilterComponent( dbtools::FilterManager::fcPublicFilter, the_value ); in setFilter()
531 set(PROPERTY_FILTER,the_value,m_Filter); in setFilter()
540 void SAL_CALL DatabaseDataProvider::setApplyFilter( ::sal_Bool the_value ) throw (RuntimeException) in setApplyFilter() argument
544 m_xAggregateSet->setPropertyValue( PROPERTY_APPLYFILTER, uno::makeAny( the_value ) ); in setApplyFilter()
546 set(PROPERTY_APPLYFILTER,the_value,m_ApplyFilter); in setApplyFilter()
555 void SAL_CALL DatabaseDataProvider::setHavingClause( const ::rtl::OUString& the_value ) throw (bean… in setHavingClause() argument
559 m_xAggregateSet->setPropertyValue( PROPERTY_HAVING_CLAUSE, uno::makeAny( the_value ) ); in setHavingClause()
561 set(PROPERTY_HAVING_CLAUSE,the_value,m_HavingClause); in setHavingClause()
570 void SAL_CALL DatabaseDataProvider::setGroupBy( const ::rtl::OUString& the_value ) throw (beans::Un… in setGroupBy() argument
574 m_xAggregateSet->setPropertyValue( PROPERTY_GROUP_BY, uno::makeAny( the_value ) ); in setGroupBy()
576 set(PROPERTY_GROUP_BY,the_value,m_GroupBy); in setGroupBy()
585 void SAL_CALL DatabaseDataProvider::setOrder( const ::rtl::OUString& the_value ) throw (uno::Runtim… in setOrder() argument
589 m_xAggregateSet->setPropertyValue( PROPERTY_ORDER, uno::makeAny( the_value ) ); in setOrder()
591 set(PROPERTY_ORDER,the_value,m_Order); in setOrder()
601 void SAL_CALL DatabaseDataProvider::setEscapeProcessing(::sal_Bool the_value) throw (uno::RuntimeEx… in setEscapeProcessing() argument
603 set(PROPERTY_ESCAPE_PROCESSING,the_value,m_EscapeProcessing); in setEscapeProcessing()
613 void SAL_CALL DatabaseDataProvider::setRowLimit(::sal_Int32 the_value) throw (uno::RuntimeException) in setRowLimit() argument
615 set(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("RowLimit")),the_value,m_RowLimit); in setRowLimit()
625 …ovider::setActiveConnection(const uno::Reference< sdbc::XConnection > & the_value) throw (uno::Run… in setActiveConnection() argument
627 if ( !the_value.is() ) in setActiveConnection()
629 set(PROPERTY_ACTIVE_CONNECTION,the_value,m_xActiveConnection); in setActiveConnection()
639 void SAL_CALL DatabaseDataProvider::setDataSourceName(const ::rtl::OUString& the_value) throw (uno:… in setDataSourceName() argument
641 set(PROPERTY_DATASOURCENAME,the_value,m_DataSourceName); in setDataSourceName()