Home
last modified time | relevance | path

Searched refs:SolverComponent (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sccomp/source/solver/
H A Dsolver.cxx139 SolverComponent::SolverComponent( const uno::Reference<uno::XComponentContext>& /* rSMgr */ ) : in SolverComponent() function in SolverComponent
160 SolverComponent::~SolverComponent() in ~SolverComponent()
167 cppu::IPropertyArrayHelper* SolverComponent::createArrayHelper() const in IMPLEMENT_FORWARD_XINTERFACE2()
174 cppu::IPropertyArrayHelper& SAL_CALL SolverComponent::getInfoHelper() in getInfoHelper()
191 OUString SAL_CALL SolverComponent::getStatusDescription() throw (uno::RuntimeException) in getStatusDescription()
244 table::CellAddress SAL_CALL SolverComponent::getObjective() throw(uno::RuntimeException) in getObjective()
276 sal_Bool SAL_CALL SolverComponent::getMaximize() throw(uno::RuntimeException) in getMaximize()
288 sal_Bool SAL_CALL SolverComponent::getSuccess() throw(uno::RuntimeException) in getSuccess()
293 double SAL_CALL SolverComponent::getResultValue() throw(uno::RuntimeException) in getResultValue()
305 void SAL_CALL SolverComponent::solve() throw(uno::RuntimeException) in solve()
[all …]
H A Dsolver.hxx42 class SolverComponent : public comphelper::OMutexAndBroadcastHelper, class
44 public comphelper::OPropertyArrayUsageHelper< SolverComponent >,
67 SolverComponent( const com::sun::star::uno::Reference<
69 virtual ~SolverComponent();

Completed in 34 milliseconds