Searched refs:OTypeInfo (Results 1 – 23 of 23) sorted by relevance
81 class OTypeInfo class106 OTypeInfo() in OTypeInfo() function in dbaui::OTypeInfo118 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==()119 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=()124 typedef ::boost::shared_ptr<OTypeInfo> TOTypeInfoSP;
49 class OTypeInfo;
44 class OTypeInfo;
61 class OTypeInfo;
81 class OTypeInfo;
33 struct OTypeInfo struct58 OTypeInfo() in OTypeInfo() function80 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==() argument81 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=() argument
32 struct OTypeInfo struct57 OTypeInfo() in OTypeInfo() function79 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==() argument80 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=() argument
56 typedef ::std::vector< ::connectivity::OTypeInfo> TTypeInfoVector;
336 OTypeInfo aInfo; in buildTypeInfo()
220 OTypeInfo aInfo; in getPrecision()224 …::std::vector<OTypeInfo>::const_iterator aIter = ::std::find(m_aTypeInfo.begin(),m_aTypeInfo.end()… in getPrecision()
91 class OTypeInfo;
624 TOTypeInfoSP pSpecialType( new OTypeInfo() ); in getSpecialTypeInfo()
174 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in DBG_NAME()
52 $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/OTypeInfo.hxx \
189 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in getDefaultTyp()
233 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in ODatabaseExport()290 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in ODatabaseExport()
738 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in construct()
687 TOTypeInfoSP pInfo(new OTypeInfo()); in fillTypeInfo()
42 ::connectivity::OTypeInfo aSimpleType; // the general type info
81 ::std::vector<connectivity::OTypeInfo> m_aTypeInfo; // Hashtable containing an entry
51 typedef ::std::vector< ::connectivity::OTypeInfo> TTypeInfoVector;
503 OTypeInfo aInfo; in buildTypeInfo()
829 OTypeInfo aInfo; in getPrecision()
Completed in 99 milliseconds