Searched refs:_rnType (Results 1 – 2 of 2) sorted by relevance
136 void OAdabasCatalog::correctColumnProperties(sal_Int32 /*_nPrec*/, sal_Int32& _rnType,::rtl::OUStri… in correctColumnProperties() argument138 switch(_rnType) in correctColumnProperties()143 if(_rnType == DataType::DECIMAL && _rsTypeName == sDecimal) in correctColumnProperties()144 _rnType = DataType::NUMERIC; in correctColumnProperties()152 _rnType = DataType::DOUBLE; in correctColumnProperties()
69 …static void correctColumnProperties(sal_Int32 _nPrec, sal_Int32& _rnType,::rtl::OUString& _rsTypeN…
Completed in 12 milliseconds