Searched refs:aCellAddr (Results 1 – 2 of 2) sorted by relevance
331 table::CellAddress aCellAddr = maConstraints[nConstrPos].Left; in solve() local332 … aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: left hand side in solve()334 if ( maConstraints[nConstrPos].Right >>= aCellAddr ) in solve()335 … 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 21 milliseconds