Home
last modified time | relevance | path

Searched refs:ocCell (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dcellkeywords.inl60 {cell_address_fr, "ADDRESS", ocCell},
61 {cell_col_fr, "COL", ocCell},
62 {cell_contents_fr, "CONTENTS", ocCell},
63 {cell_color_fr, "COLOR", ocCell},
64 {cell_width_fr, "WIDTH", ocCell},
65 {cell_row_fr, "ROW", ocCell},
66 {cell_filename_fr, "FILENAME", ocCell},
67 {cell_prefix_fr, "PREFIX", ocCell},
68 {cell_protect_fr, "PROTECT", ocCell},
125 {cell_address_hu, "ADDRESS", ocCell},
[all …]
H A Dparclass.cxx87 { ocCell, {{ Value, Reference }, 0 }},
H A Dinterpr4.cxx3533 case ocCell : ScCell(); break; in Interpret()
H A Dinterpr1.cxx2171 ScCellKeywordTranslator::transKeyword(aInfoType, ScGlobal::GetLocale(), ocCell); in ScCell()
/trunk/main/formula/inc/formula/
H A Dopcode.hxx144 ocCell = SC_OPCODE_CELL, enumerator
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx499 { ocCell, FT_FuncFix2 },
/trunk/main/sc/source/filter/excel/
H A Dxlformula.cxx179 { ocCell, 125, 1, 2, V, { VV, RO }, EXC_FUNCFLAG_VOLATILE, 0 },
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx965 case ocCell : in Factor()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx98 case ocCell: // CELL() may return own cell address in lcl_HasRelRef()