Home
last modified time | relevance | path

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

/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx42 #define RECALCMODE_NORMAL 0x01 // exclusive macro
147 inline void ClearRecalcMode() { nMode = RECALCMODE_NORMAL; } in ClearRecalcMode()
149 { SetMaskedRecalcMode( RECALCMODE_NORMAL ); } in SetRecalcModeNormal()
165 { return (nMode & RECALCMODE_NORMAL) != 0; } in IsRecalcModeNormal()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1915 if ( (nBits & RECALCMODE_EMASK) != RECALCMODE_NORMAL ) in AddRecalcMode()
1919 nBits = (nBits & ~RECALCMODE_EMASK) | RECALCMODE_NORMAL; in AddRecalcMode()

Completed in 28 milliseconds