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
This commit is contained in:
parent
1e1f04abc4
commit
8c47746b58
1 changed files with 1 additions and 33 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: GeometryHandler.cxx,v $
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -698,33 +698,6 @@ void GeometryHandler::implCreateListLikeControl(
|
|||
out_Descriptor.Control = xListControl.get();
|
||||
::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 @@ uno::Reference< report::XFunctionsSupplier> GeometryHandler::fillScope_throw(::r
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue