Tag: cws_dev300_rptchart02 User: oj Date: 2008-04-16 09:26:53+0000 Modified: dba/dbaccess/source/core/misc/DatabaseDataProvider.cxx
Log: set props ini File Changes: Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: DatabaseDataProvider.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/DatabaseDataProvider.cxx?r1=1.2.2.2&r2=1.2.2.3 Delta lines: +5 -3 ------------------- --- DatabaseDataProvider.cxx 2008-04-16 06:46:30+0000 1.2.2.2 +++ DatabaseDataProvider.cxx 2008-04-16 09:26:51+0000 1.2.2.3 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DatabaseDataProvider.cxx,v $ - * $Revision: 1.2.2.2 $ + * $Revision: 1.2.2.3 $ * * This file is part of OpenOffice.org. * @@ -71,7 +71,7 @@ m_xContext(context), m_CommandType(0), m_RowLimit(0), - m_EscapeProcessing(sal_False), + m_EscapeProcessing(sal_True), m_ApplyFilter(sal_False) { m_xInternal.set( m_xContext->getServiceManager()->createInstanceWithContext(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.chart.InternalDataProvider")),m_xContext ), uno::UNO_QUERY ); @@ -85,6 +85,8 @@ uno::Reference<beans::XPropertySet> xProp(static_cast< ::cppu::OWeakObject* >( this ),uno::UNO_QUERY); m_aFilterManager.initialize( xProp, m_xAggregateSet ); m_aParameterManager.initialize( xProp, m_xAggregate ); + m_xAggregateSet->setPropertyValue(PROPERTY_COMMAND_TYPE,uno::makeAny(m_CommandType)); + m_xAggregateSet->setPropertyValue(PROPERTY_ESCAPE_PROCESSING,uno::makeAny(m_EscapeProcessing)); } osl_decrementInterlockedCount( &m_refCount ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
