Home
last modified time | relevance | path

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

/aoo4110/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()
1099 AsciiPropertyValue( "JavaDriverClassPath", makeAny( ::rtl::OUString() ) ), in getDefaultDataSourceSettings()
1113 AsciiPropertyValue( "TypeInfoSettings", makeAny( Sequence< Any >()) ), in getDefaultDataSourceSettings()
1120 AsciiPropertyValue( "DataCacheSizeIncrement", makeAny( (sal_Int32)20 ) ), in getDefaultDataSourceSettings()
1121 AsciiPropertyValue( "DataCacheSize", makeAny( (sal_Int32)20 ) ), in getDefaultDataSourceSettings()
1126 AsciiPropertyValue( "PortNumber", makeAny( (sal_Int32)389 ) ), in getDefaultDataSourceSettings()
1128 AsciiPropertyValue( "MaxRowCount", makeAny( (sal_Int32)100 ) ), in getDefaultDataSourceSettings()
1147 AsciiPropertyValue( "TableTypeFilterMode", makeAny( (sal_Int32)3 ) ), 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() function
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()

Completed in 31 milliseconds