Searched refs:aCellType (Results 1 – 2 of 2) sorted by relevance
806 CellType aCellType; in GetCellText() local807 pDoc->GetCellType(rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), aCellType); in GetCellText()808 if (aCellType == CELLTYPE_FORMULA && aOptions.GetOption( VOPT_FORMULAS )) in GetCellText()814 …if ((aCellType == CELLTYPE_VALUE || aCellType == CELLTYPE_FORMULA) && pDoc->GetValue(rCellPos) == … in GetCellText()
262 eCellType aCellType, in tDataColumn()268 m_eCellType( aCellType ), in tDataColumn()
Completed in 33 milliseconds