Home
last modified time | relevance | path

Searched refs:RECALCMODE_ONLOAD_ONCE (Results 1 – 7 of 7) sorted by relevance

/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx45 #define RECALCMODE_ONLOAD_ONCE 0x08 // exclusive, once after load macro
155 { SetMaskedRecalcMode( RECALCMODE_ONLOAD_ONCE ); } in SetRecalcModeOnLoadOnce()
171 { return (nMode & RECALCMODE_ONLOAD_ONCE) != 0; } in IsRecalcModeOnLoadOnce()
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx183 pZelle->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in OP_Formula()
429 pCell->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in OP_Formula123()
H A Dlotimpop.cxx294 pZelle->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in Formulacell()
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx120 pFormula->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in readSheet()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx790 else if ( nBits & RECALCMODE_ONLOAD_ONCE && !IsRecalcModeOnLoad() ) in AddRecalcMode()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx146 pZelle->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in Formula()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1917 if ( nBits & RECALCMODE_ONLOAD_ONCE ) in AddRecalcMode()

Completed in 46 milliseconds