Searched refs:aCellAddr (Results 1 – 2 of 2) sorted by relevance
328 table::CellAddress aCellAddr = maConstraints[nConstrPos].Left; in solve() local329 … aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: left hand side in solve()331 if ( maConstraints[nConstrPos].Right >>= aCellAddr ) in solve()332 … aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: right hand side in solve()
152 table::CellAddress aCellAddr( aAddr.Sheet , aAddr.StartColumn , aAddr.StartRow ); in Add() local155 mxNames->addNewByName( sName , rtl::OUString(sTmp) , aCellAddr , (sal_Int32)nType); in Add()
Completed in 22 milliseconds