Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/form/
H A Dfmsrcimp.cxx326 FieldInfo fiCurrent; in BuildAndInsertFieldInfo() local
327 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 20 milliseconds