Searched refs:AsciiPropertyValue (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/dbaccess/source/core/dataaccess/ |
| H A D | ModelImpl.cxx | 534 const AsciiPropertyValue* pSettings = getDefaultDataSourceSettings(); in impl_construct_nothrow() 1093 const AsciiPropertyValue* ODatabaseModelImpl::getDefaultDataSourceSettings() in getDefaultDataSourceSettings() 1095 static const AsciiPropertyValue aKnownSettings[] = in getDefaultDataSourceSettings() 1098 AsciiPropertyValue( "JavaDriverClass", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1099 AsciiPropertyValue( "JavaDriverClassPath", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1100 AsciiPropertyValue( "IgnoreCurrency", makeAny( (sal_Bool)sal_False ) ), in getDefaultDataSourceSettings() 1102 AsciiPropertyValue( "Extension", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1103 AsciiPropertyValue( "CharSet", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings() 1104 AsciiPropertyValue( "HeaderLine", makeAny( (sal_Bool)sal_True ) ), in getDefaultDataSourceSettings() 1105 …AsciiPropertyValue( "FieldDelimiter", makeAny( ::rtl::OUString( RTL_CONSTASCII_USTRING… in getDefaultDataSourceSettings() [all …]
|
| H A D | ModelImpl.hxx | 96 struct AsciiPropertyValue struct 105 AsciiPropertyValue() in AsciiPropertyValue() argument 112 …AsciiPropertyValue( const sal_Char* _pAsciiName, const ::com::sun::star::uno::Any& _rDefaultValue ) in AsciiPropertyValue() function 120 AsciiPropertyValue( const sal_Char* _pAsciiName, const ::com::sun::star::uno::Type& _rValeType ) in AsciiPropertyValue() argument 405 static const AsciiPropertyValue* getDefaultDataSourceSettings();
|
| H A D | datasource.cxx | 443 … const Sequence< PropertyValue >& _rDataSourceSettings, const AsciiPropertyValue* _pKnownSettings ) in lcl_filterDriverProperties() 457 const AsciiPropertyValue* pSetting = _pKnownSettings; in lcl_filterDriverProperties()
|