Home
last modified time | relevance | path

Searched refs:AsciiPropertyValue (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx534 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()
1105AsciiPropertyValue( "FieldDelimiter", makeAny( ::rtl::OUString( RTL_CONSTASCII_USTRING… in getDefaultDataSourceSettings()
[all …]
H A DModelImpl.hxx96 struct AsciiPropertyValue struct
105 AsciiPropertyValue() in AsciiPropertyValue() function
112AsciiPropertyValue( const sal_Char* _pAsciiName, const ::com::sun::star::uno::Any& _rDefaultValue ) in AsciiPropertyValue() argument
120 AsciiPropertyValue( const sal_Char* _pAsciiName, const ::com::sun::star::uno::Type& _rValeType ) in AsciiPropertyValue() function
405 static const AsciiPropertyValue* getDefaultDataSourceSettings();
H A Ddatasource.cxx443 … const Sequence< PropertyValue >& _rDataSourceSettings, const AsciiPropertyValue* _pKnownSettings ) in lcl_filterDriverProperties()
457 const AsciiPropertyValue* pSetting = _pKnownSettings; in lcl_filterDriverProperties()