Lines Matching refs:SolverComponent

139 SolverComponent::SolverComponent( const uno::Reference<uno::XComponentContext>& /* rSMgr */ ) :  in SolverComponent()  function in SolverComponent
160 SolverComponent::~SolverComponent() in ~SolverComponent()
164 IMPLEMENT_FORWARD_XINTERFACE2( SolverComponent, SolverComponent_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
165 IMPLEMENT_FORWARD_XTYPEPROVIDER2( SolverComponent, SolverComponent_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2()
167 cppu::IPropertyArrayHelper* SolverComponent::createArrayHelper() const in IMPLEMENT_FORWARD_XINTERFACE2()
174 cppu::IPropertyArrayHelper& SAL_CALL SolverComponent::getInfoHelper() in getInfoHelper()
179 uno::Reference<beans::XPropertySetInfo> SAL_CALL SolverComponent::getPropertySetInfo() throw(uno::R… in getPropertySetInfo()
186 OUString SAL_CALL SolverComponent::getComponentDescription() throw (uno::RuntimeException) in getComponentDescription()
191 OUString SAL_CALL SolverComponent::getStatusDescription() throw (uno::RuntimeException) in getStatusDescription()
196 OUString SAL_CALL SolverComponent::getPropertyDescription( const OUString& rPropertyName ) throw (u… in getPropertyDescription()
233 uno::Reference<sheet::XSpreadsheetDocument> SAL_CALL SolverComponent::getDocument() throw(uno::Runt… in getDocument()
238 void SAL_CALL SolverComponent::setDocument( const uno::Reference<sheet::XSpreadsheetDocument>& _doc… in setDocument()
244 table::CellAddress SAL_CALL SolverComponent::getObjective() throw(uno::RuntimeException) in getObjective()
249 void SAL_CALL SolverComponent::setObjective( const table::CellAddress& _objective ) throw(uno::Runt… in setObjective()
254 uno::Sequence<table::CellAddress> SAL_CALL SolverComponent::getVariables() throw(uno::RuntimeExcept… in getVariables()
259 void SAL_CALL SolverComponent::setVariables( const uno::Sequence<table::CellAddress>& _variables ) in setVariables()
265 uno::Sequence<sheet::SolverConstraint> SAL_CALL SolverComponent::getConstraints() throw(uno::Runtim… in getConstraints()
270 void SAL_CALL SolverComponent::setConstraints( const uno::Sequence<sheet::SolverConstraint>& _const… in setConstraints()
276 sal_Bool SAL_CALL SolverComponent::getMaximize() throw(uno::RuntimeException) in getMaximize()
281 void SAL_CALL SolverComponent::setMaximize( sal_Bool _maximize ) throw(uno::RuntimeException) in setMaximize()
288 sal_Bool SAL_CALL SolverComponent::getSuccess() throw(uno::RuntimeException) in getSuccess()
293 double SAL_CALL SolverComponent::getResultValue() throw(uno::RuntimeException) in getResultValue()
298 uno::Sequence<double> SAL_CALL SolverComponent::getSolution() throw(uno::RuntimeException) in getSolution()
305 void SAL_CALL SolverComponent::solve() throw(uno::RuntimeException) in solve()
612 OUString SAL_CALL SolverComponent::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
617 sal_Bool SAL_CALL SolverComponent::supportsService( const OUString& rServiceName ) throw(uno::Runti… in supportsService()
625 uno::Sequence<OUString> SAL_CALL SolverComponent::getSupportedServiceNames() throw(uno::RuntimeExce… in getSupportedServiceNames()
633 return (cppu::OWeakObject*) new SolverComponent( rSMgr ); in SolverComponent_createInstance()