Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dformulabase.hxx351 sal_Int32 OPCODE_CONCAT; /// String concatenation operator. member
/trunk/main/oox/source/xls/
H A Dformulaparser.cxx1376 …case BIFF_TOKID_CONCAT: bOk = pushBinaryOperator( OPCODE_CONCAT ); br… in importBiff12Formula()
2128 … case BIFF_TOKID_CONCAT: bOk = pushBinaryOperator( OPCODE_CONCAT ); break; in importBiffFormula()
H A Dformulabase.cxx1093 initOpCode( OPCODE_CONCAT, aTokenMap, '&', '&' ) && in OpCodeProviderImpl()

Completed in 49 milliseconds