Searched refs:fiCurrent (Results 1 – 1 of 1) sorted by relevance
326 FieldInfo fiCurrent; in BuildAndInsertFieldInfo() local327 fiCurrent.xContents = Reference< ::com::sun::star::sdb::XColumn > (xCurrentField, UNO_QUERY); in BuildAndInsertFieldInfo()328 fiCurrent.nFormatKey = ::comphelper::getINT32(xProperties->getPropertyValue(FM_PROP_FORMATKEY)); in BuildAndInsertFieldInfo()329 fiCurrent.bDoubleHandling = sal_False; in BuildAndInsertFieldInfo()334 …sal_Int16 nFormatType = ::comphelper::getNumberFormatType(xNumberFormats, fiCurrent.nFormatKey) & … in BuildAndInsertFieldInfo()335 fiCurrent.bDoubleHandling = (nFormatType != ::com::sun::star::util::NumberFormat::TEXT); in BuildAndInsertFieldInfo()339 m_arrUsedFields.insert(m_arrUsedFields.end(), fiCurrent); in BuildAndInsertFieldInfo()
Completed in 19 milliseconds