Home
last modified time | relevance | path

Searched refs:RECALCMODE_ONLOAD (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/formula/inc/formula/
H A Dtokenarray.hxx44 #define RECALCMODE_ONLOAD 0x04 // exclusive, always after load macro
153 { SetMaskedRecalcMode( RECALCMODE_ONLOAD ); } in SetRecalcModeOnLoad()
169 { return (nMode & RECALCMODE_ONLOAD) != 0; } in IsRecalcModeOnLoad()
/AOO42X/main/formula/source/core/api/
H A Dtoken.cxx788 if ( nBits & RECALCMODE_ONLOAD ) in AddRecalcMode()
H A DFormulaCompiler.cxx959 pArr->AddRecalcMode( RECALCMODE_ONLOAD ); in Factor()