User: rt Date: 2008-06-16 13:44:05+0000 Modified: dba/reportdesign/source/ui/inspection/GeometryHandler.cxx
Log: INTEGRATION: CWS rptchart02 (1.6.22); FILE MERGED 2008/04/16 06:30:07 oj 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 06:35:20 oj 1.6.22.1: #i86343# remove unused code File Changes: Directory: /dba/reportdesign/source/ui/inspection/ ================================================== File [changed]: GeometryHandler.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/GeometryHandler.cxx?r1=1.7&r2=1.8 Delta lines: +0 -32 -------------------- --- GeometryHandler.cxx 2008-04-10 19:09:16+0000 1.7 +++ GeometryHandler.cxx 2008-06-16 13:44:03+0000 1.8 @@ -699,33 +699,6 @@ ::std::for_each( _aEntries.begin(), _aEntries.end(),::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl,_1 )); } // ----------------------------------------------------------------------------- -void lcl_collectParamNames_nothrow( const uno::Reference< container::XIndexAccess >& _rxParams, ::std::vector< ::rtl::OUString >& _out_rParamNames ) -{ - _out_rParamNames.resize( 0 ); - if ( !_rxParams.is() ) - return; - - try - { - const sal_Int32 nCount( _rxParams->getCount() ); - _out_rParamNames.reserve( nCount ); - - uno::Reference< beans::XPropertySet > xParam; - ::rtl::OUString sParamName; - for ( sal_Int32 i=0; i<nCount; ++i ) - { - xParam.set( _rxParams->getByIndex(i), uno::UNO_QUERY_THROW ); - OSL_VERIFY( xParam->getPropertyValue( PROPERTY_NAME ) >>= sParamName ); - _out_rParamNames.push_back( sParamName ); - } - } - catch( const uno::Exception& ) - { - DBG_UNHANDLED_EXCEPTION(); - } -} - -// ----------------------------------------------------------------------------- inspection::LineDescriptor SAL_CALL GeometryHandler::describePropertyLine(const ::rtl::OUString & PropertyName, const uno::Reference< inspection::XPropertyControlFactory > & _xControlFactory) throw (beans::UnknownPropertyException, lang::NullPointerException,uno::RuntimeException) { @@ -1637,11 +1610,6 @@ return xReturn; } // ----------------------------------------------------------------------------- -::rtl::OUString GeometryHandler::getFormula() const -{ - return m_sDefaultFunction; -} -// ----------------------------------------------------------------------------- sal_Bool GeometryHandler::isDefaultFunction( const ::rtl::OUString& _sQuotedFunction ,::rtl::OUString& _rDataField ,const uno::Reference< report::XFunctionsSupplier>& _xFunctionsSupplier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
