Lines Matching refs:table

94     size_t operator()( const table::CellAddress& rAddress ) const  in operator ()()
100 inline bool AddressEqual( const table::CellAddress& rAddr1, const table::CellAddress& rAddr2 ) in AddressEqual()
107 bool operator()( const table::CellAddress& rAddr1, const table::CellAddress& rAddr2 ) const in operator ()()
113 typedef std::hash_map< table::CellAddress, std::vector<double>, ScSolverCellHash, ScSolverCellEqual…
117 uno::Reference<table::XCell> lcl_GetCell( const uno::Reference<sheet::XSpreadsheetDocument>& xDoc, in lcl_GetCell()
118 const table::CellAddress& rPos ) in lcl_GetCell()
126 const table::CellAddress& rPos, double fValue ) in lcl_SetValue()
132 const table::CellAddress& rPos ) in lcl_GetValue()
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()
318 std::vector<table::CellAddress> aVariableCells; in solve()
331 table::CellAddress aCellAddr = maConstraints[nConstrPos].Left; in solve()
341 std::vector<table::CellAddress>::const_iterator aVarIter; in solve()
433 table::CellAddress aRightAddr; in solve()
440 table::CellAddress aLeftAddr = maConstraints[nConstrPos].Left; in solve()
525 table::CellAddress aLeftAddr = maConstraints[nConstrPos].Left; in solve()