Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx81 class OTypeInfo class
106 OTypeInfo() in OTypeInfo() function in dbaui::OTypeInfo
118 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;
H A DTableRow.hxx49 class OTypeInfo;
H A DTableDesignControl.hxx44 class OTypeInfo;
H A DDExport.hxx61 class OTypeInfo;
H A DFieldDescControl.hxx81 class OTypeInfo;
/trunk/main/connectivity/source/inc/
H A DOTypeInfo.hxx33 struct OTypeInfo struct
58 OTypeInfo() in OTypeInfo() argument
80 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==() argument
81 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=() argument
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx32 struct OTypeInfo struct
57 OTypeInfo() in OTypeInfo() function
79 sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } in operator ==() argument
80 sal_Bool operator != (const OTypeInfo& lh) const { return lh.nType != nType; } in operator !=() argument
H A DSConnection.hxx56 typedef ::std::vector< ::connectivity::OTypeInfo> TTypeInfoVector;
H A DSConnection.cxx336 OTypeInfo aInfo; in buildTypeInfo()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx220 OTypeInfo aInfo; in getPrecision()
224 …::std::vector<OTypeInfo>::const_iterator aIter = ::std::find(m_aTypeInfo.begin(),m_aTypeInfo.end()… in getPrecision()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.hxx91 class OTypeInfo;
H A DFieldDescriptions.cxx624 TOTypeInfoSP pSpecialType( new OTypeInfo() ); in getSpecialTypeInfo()
H A DTableController.cxx174 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in DBG_NAME()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dmakefile.mk52 $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/OTypeInfo.hxx \
/trunk/main/dbaccess/source/ui/control/
H A DColumnControlWindow.cxx189 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in getDefaultTyp()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx233 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in ODatabaseExport()
290 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in ODatabaseExport()
H A DWCopyTable.cxx738 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in construct()
H A DUITools.cxx687 TOTypeInfoSP pInfo(new OTypeInfo()); in fillTypeInfo()
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx42 ::connectivity::OTypeInfo aSimpleType; // the general type info
H A DAStatement.hxx81 ::std::vector<connectivity::OTypeInfo> m_aTypeInfo; // Hashtable containing an entry
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx51 typedef ::std::vector< ::connectivity::OTypeInfo> TTypeInfoVector;
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx503 OTypeInfo aInfo; in buildTypeInfo()
H A DOPreparedStatement.cxx829 OTypeInfo aInfo; in getPrecision()

Completed in 155 milliseconds