Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx122 /* G */ {{sCalc_G}, CALC_GRE}, // groesser
938 eCurrOper = ('<' == ch) ? CALC_LES : CALC_GRE; in GetToken()
1026 case '<': eCurrOper = '>' == ch ? CALC_GRE : CALC_LES; in GetToken()
1030 eCurrOper = CALC_GRE == eCurrOper ? CALC_GEQ : CALC_LEQ; in GetToken()
1206 case CALC_GRE: nSbxOper = SbxGT; break; in Term()
/trunk/main/sw/inc/
H A Dcalc.hxx57 CALC_GRE=265, CALC_SUM=266, CALC_MEAN=267, enumerator

Completed in 16 milliseconds