Home
last modified time | relevance | path

Searched defs:UStringDescription (Results 1 – 4 of 4) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A Dpropertyids.hxx61 struct UStringDescription struct
63 const sal_Char* pZeroTerminatedName;
64 sal_Int32 nLength;
67 …OUString() const { return ::rtl::OUString(pZeroTerminatedName,nLength,RTL_TEXTENCODING_ASCII_US); } in operator ::rtl::OUString()
/trunk/main/mysqlc/source/
H A Dmysqlc_propertyids.hxx60 struct UStringDescription struct
62 const sal_Char* pZeroTerminatedName;
63 sal_Int32 nLength;
66 …OUString() const { return ::rtl::OUString(pZeroTerminatedName,nLength,RTL_TEXTENCODING_ASCII_US); } in operator ::rtl::OUString()
/trunk/main/connectivity/source/inc/
H A Dpropertyids.hxx56 struct OOO_DLLPUBLIC_DBTOOLS UStringDescription struct
58 const sal_Char* pZeroTerminatedName;
59 sal_Int32 nLength;
62 …OUString() const { return ::rtl::OUString(pZeroTerminatedName,nLength,RTL_TEXTENCODING_ASCII_US); } in operator ::rtl::OUString()
H A DUStringDescription_Impl.hxx30 UStringDescription::UStringDescription(PVFN _fCharFkt) in UStringDescription() function in UStringDescription