Lines Matching refs:CellAddress
96 size_t operator()( const table::CellAddress& rAddress ) const in operator ()()
102 inline bool AddressEqual( const table::CellAddress& rAddr1, const table::CellAddress& rAddr2 ) in AddressEqual()
109 bool operator()( const table::CellAddress& rAddr1, const table::CellAddress& rAddr2 ) const in operator ()()
115 typedef std::hash_map< table::CellAddress, std::vector<double>, ScSolverCellHash, ScSolverCellEqual…
120 const table::CellAddress& rPos ) in lcl_GetCell()
128 const table::CellAddress& rPos, double fValue ) in lcl_SetValue()
134 const table::CellAddress& rPos ) in lcl_GetValue()
241 table::CellAddress SAL_CALL SolverComponent::getObjective() throw(uno::RuntimeException) in getObjective()
246 void SAL_CALL SolverComponent::setObjective( const table::CellAddress& _objective ) throw(uno::Runt… in setObjective()
251 uno::Sequence<table::CellAddress> SAL_CALL SolverComponent::getVariables() throw(uno::RuntimeExcept… in getVariables()
256 void SAL_CALL SolverComponent::setVariables( const uno::Sequence<table::CellAddress>& _variables ) in setVariables()
315 std::vector<table::CellAddress> aVariableCells; in solve()
328 table::CellAddress aCellAddr = maConstraints[nConstrPos].Left; in solve()
338 std::vector<table::CellAddress>::const_iterator aVarIter; in solve()
426 table::CellAddress aRightAddr; in solve()
433 table::CellAddress aLeftAddr = maConstraints[nConstrPos].Left; in solve()
518 table::CellAddress aLeftAddr = maConstraints[nConstrPos].Left; in solve()