Home
last modified time | relevance | path

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

/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx341 std::vector<table::CellAddress>::const_iterator aVarIter; in solve() local
342 for ( aVarIter = aVariableCells.begin(); aVarIter != aVariableCells.end(); ++aVarIter ) in solve()
344 lcl_SetValue( mxDoc, *aVarIter, 0.0 ); in solve()
356 for ( aVarIter = aVariableCells.begin(); aVarIter != aVariableCells.end(); ++aVarIter ) in solve()
358 lcl_SetValue( mxDoc, *aVarIter, 1.0 ); // set to 1 to examine influence in solve()
368 lcl_SetValue( mxDoc, *aVarIter, 2.0 ); // minimal test for linearity in solve()
387 lcl_SetValue( mxDoc, *aVarIter, 0.0 ); // set back to zero for examining next variable in solve()
/aoo42x/main/xmloff/source/text/
H A Dtxtflde.cxx2008 for (vector<OUString>::iterator aVarIter = aVarName.begin(); in ExportFieldDeclarations() local
2009 aVarIter != aVarName.end(); in ExportFieldDeclarations()
2010 aVarIter++) { in ExportFieldDeclarations()
2012 OUString sName = *aVarIter; in ExportFieldDeclarations()

Completed in 30 milliseconds