Searched defs:PCSharedItemsModel (Results 1 – 2 of 2) sorted by relevance
161 struct PCSharedItemsModel struct163 … mbHasSemiMixed; /// True = has (blank|string|bool|error) item(s), maybe other types.164 bool mbHasNonDate; /// True = has non-date item(s), maybe date items.165 bool mbHasDate; /// True = has date item(s), maybe other types.166 …l mbHasString; /// True = has (string|bool|error) item(s), maybe other types.167 bool mbHasBlank; /// True = has blank item(s), maybe other types.168 … mbHasMixed; /// True = has [(string|bool|error) and (number|date)] or (number and date).169 …l mbIsNumeric; /// True = has numeric item(s), maybe other types except date.170 …IsInteger; /// True = has numeric item(s) with only integers, maybe other types except date.171 bool mbHasLongText; /// True = contains strings with >255 charascters.[all …]
442 PCSharedItemsModel::PCSharedItemsModel() : in PCSharedItemsModel() function in oox::xls::PCSharedItemsModel