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