Searched refs:_rTypeInfo (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 513 TOTypeInfoSP getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo, in getTypeInfoFromType() argument 625 pTypeInfo = getTypeInfoFromType(_rTypeInfo, in getTypeInfoFromType() 650 OTypeInfoMap::const_iterator typeInfoLoop = _rTypeInfo.begin(); in getTypeInfoFromType() 651 OTypeInfoMap::const_iterator typeInfoEnd = _rTypeInfo.end(); in getTypeInfoFromType() 1537 TOTypeInfoSP queryPrimaryKeyType(const OTypeInfoMap& _rTypeInfo) in queryPrimaryKeyType() argument 1541 OTypeInfoMap::const_iterator aIter = _rTypeInfo.begin(); in queryPrimaryKeyType() 1542 OTypeInfoMap::const_iterator aEnd = _rTypeInfo.end(); in queryPrimaryKeyType() 1572 if(aIter != _rTypeInfo.end()) in queryTypeInfoByType() 1589 pTypeInfo = queryTypeInfoByType(DataType::FLOAT,_rTypeInfo); in queryTypeInfoByType() 1594 pTypeInfo = queryTypeInfoByType(DataType::REAL,_rTypeInfo); in queryTypeInfoByType() [all …]
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 532 const OExtendedTypeInfo* OConnection::getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo, in getTypeInfoFromType() argument 542 …::std::pair<OTypeInfoMap::const_iterator, OTypeInfoMap::const_iterator> aPair = _rTypeInfo.equal_r… in getTypeInfoFromType() 544 if(aIter != _rTypeInfo.end()) // compare with end is correct here in getTypeInfoFromType() 606 OTypeInfoMap::const_iterator aFind = ::std::find_if(_rTypeInfo.begin(), in getTypeInfoFromType() 607 _rTypeInfo.end(), in getTypeInfoFromType() 615 if(aFind != _rTypeInfo.end()) in getTypeInfoFromType()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | UITools.hxx | 349 TOTypeInfoSP queryPrimaryKeyType(const OTypeInfoMap& _rTypeInfo); 359 TOTypeInfoSP queryTypeInfoByType(sal_Int32 _nDataType,const OTypeInfoMap& _rTypeInfo);
|
H A D | TypeInfo.hxx | 136 TOTypeInfoSP getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo,
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AConnection.hxx | 137 static const OExtendedTypeInfo* getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo,
|
Completed in 63 milliseconds