Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2357 sal_Int32 nCurrentCellType( in SetType() local
2360 if ((nCellType != nCurrentCellType) && !((nCellType == util::NumberFormat::NUMBER && in SetType()
2361 ((nCurrentCellType == util::NumberFormat::SCIENTIFIC) || in SetType()
2362 (nCurrentCellType == util::NumberFormat::FRACTION) || in SetType()
2363 (nCurrentCellType == util::NumberFormat::LOGICAL) || in SetType()
2364 …(nCurrentCellType == 0))) || (nCurrentCellType == util::NumberFormat::TEXT)) && !((nCellType == ut… in SetType()
2365 (nCurrentCellType == util::NumberFormat::DATE))) in SetType()