Home
last modified time | relevance | path

Searched refs:aProperties (Results 1 – 25 of 192) sorted by relevance

12345678

/AOO42X/main/svx/source/table/
H A Dtablecolumn.cxx260 comphelper::PropertyVector aProperties(6); in getStaticPropertySetInfo() local
262 aProperties[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in getStaticPropertySetInfo()
263 aProperties[0].Handle = Property_Width; in getStaticPropertySetInfo()
264 aProperties[0].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
265 aProperties[0].Attributes = 0; in getStaticPropertySetInfo()
267 aProperties[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "OptimalWidth" ) ); in getStaticPropertySetInfo()
268 aProperties[1].Handle = Property_OptimalWidth; in getStaticPropertySetInfo()
269 aProperties[1].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
270 aProperties[1].Attributes = 0; in getStaticPropertySetInfo()
272 aProperties[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ); in getStaticPropertySetInfo()
[all …]
H A Dtablerow.cxx335 comphelper::PropertyVector aProperties(6); in getStaticPropertySetInfo() local
337 aProperties[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ); in getStaticPropertySetInfo()
338 aProperties[0].Handle = Property_Height; in getStaticPropertySetInfo()
339 aProperties[0].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
340 aProperties[0].Attributes = 0; in getStaticPropertySetInfo()
342 aProperties[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "OptimalHeight" ) ); in getStaticPropertySetInfo()
343 aProperties[1].Handle = Property_OptimalHeight; in getStaticPropertySetInfo()
344 aProperties[1].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
345 aProperties[1].Attributes = 0; in getStaticPropertySetInfo()
347 aProperties[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ); in getStaticPropertySetInfo()
[all …]
/AOO42X/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx184 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
192 aProperties.reserve( 12 ); in doDescribeSupportedProperties()
194 addStringPropertyDescription( aProperties, PROPERTY_XSD_DATA_TYPE ); in doDescribeSupportedProperties()
195 addInt16PropertyDescription ( aProperties, PROPERTY_XSD_WHITESPACES ); in doDescribeSupportedProperties()
196 addStringPropertyDescription( aProperties, PROPERTY_XSD_PATTERN ); in doDescribeSupportedProperties()
199 addInt32PropertyDescription( aProperties, PROPERTY_XSD_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
200 addInt32PropertyDescription( aProperties, PROPERTY_XSD_MIN_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
201 addInt32PropertyDescription( aProperties, PROPERTY_XSD_MAX_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
204 addInt32PropertyDescription( aProperties, PROPERTY_XSD_TOTAL_DIGITS, MAYBEVOID ); in doDescribeSupportedProperties()
205 addInt32PropertyDescription( aProperties, PROPERTY_XSD_FRACTION_DIGITS, MAYBEVOID ); in doDescribeSupportedProperties()
[all …]
H A Deformspropertyhandler.cxx298 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
304 aProperties.reserve( 7 ); in doDescribeSupportedProperties()
305 addStringPropertyDescription( aProperties, PROPERTY_XML_DATA_MODEL ); in doDescribeSupportedProperties()
306 addStringPropertyDescription( aProperties, PROPERTY_BINDING_NAME ); in doDescribeSupportedProperties()
307 addStringPropertyDescription( aProperties, PROPERTY_BIND_EXPRESSION ); in doDescribeSupportedProperties()
308 addStringPropertyDescription( aProperties, PROPERTY_XSD_REQUIRED ); in doDescribeSupportedProperties()
309 addStringPropertyDescription( aProperties, PROPERTY_XSD_RELEVANT ); in doDescribeSupportedProperties()
310 addStringPropertyDescription( aProperties, PROPERTY_XSD_READONLY ); in doDescribeSupportedProperties()
311 addStringPropertyDescription( aProperties, PROPERTY_XSD_CONSTRAINT ); in doDescribeSupportedProperties()
312 addStringPropertyDescription( aProperties, PROPERTY_XSD_CALCULATION ); in doDescribeSupportedProperties()
[all …]
/AOO42X/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java207 short nMaxLeading, PropertyValue[] aProperties ) in hyphenate() argument
223 …lean bIsIgnoreControlCharacters = GetValueToUse( "IsIgnoreControlCharacters", true, aProperties ); in hyphenate()
224 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in hyphenate()
225 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in hyphenate()
226 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in hyphenate()
227 … short nHyphMinTrailing = GetValueToUse( "HyphMinTrailing", (short)2, aProperties ); in hyphenate()
228 … short nHyphMinWordLen = GetValueToUse( "HyphMinWordLength", (short)5, aProperties ); in hyphenate()
288 short nIndex, PropertyValue[] aProperties ) in queryAlternativeSpelling() argument
304 …lean bIsIgnoreControlCharacters = GetValueToUse( "IsIgnoreControlCharacters", true, aProperties ); in queryAlternativeSpelling()
305 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in queryAlternativeSpelling()
[all …]
H A DSampleSpellChecker.java156 PropertyValue[] aProperties ) in GetSpellFailure() argument
162 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetSpellFailure()
196 PropertyValue[] aProperties ) in GetProposals() argument
205 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetProposals()
206 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in GetProposals()
207 boolean bIsSpellUpperCase = GetValueToUse( "IsSpellUpperCase", false, aProperties ); in GetProposals()
208 … boolean bIsSpellCapitalization = GetValueToUse( "IsSpellCapitalization", true, aProperties ); in GetProposals()
284 PropertyValue[] aProperties ) in isValid() argument
300 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in isValid()
301 boolean bIsSpellWithDigits = GetValueToUse( "IsSpellWithDigits", false, aProperties ); in isValid()
[all …]
/AOO42X/main/comphelper/source/property/
H A Dopropertybag.cxx310 Sequence< Property > aProperties; in getInfoHelper() local
311 m_aDynamicProperties.describeProperties( aProperties ); in getInfoHelper()
312 m_pArrayHelper.reset( new ::cppu::OPropertyArrayHelper( aProperties ) ); in getInfoHelper()
412 Sequence< Property > aProperties; in getPropertyValues() local
413 m_aDynamicProperties.describeProperties( aProperties ); in getPropertyValues()
416 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in getPropertyValues()
418 aProperties.getConstArray(), in getPropertyValues()
419 aProperties.getConstArray() + aProperties.getLength(), in getPropertyValues()
465 Sequence< PropertyValue > aProperties( _rProps ); in impl_setPropertyValues_throw() local
467 aProperties.getArray(), in impl_setPropertyValues_throw()
[all …]
/AOO42X/main/sfx2/source/notify/
H A Deventsupplier.cxx200 SEQUENCE < PROPERTYVALUE > aProperties; in Execute() local
201 if ( aEventData >>= aProperties ) in Execute()
210 sal_Int32 nCount = aProperties.getLength(); in Execute()
218 if ( aProperties[ nIndex ].Name.compareToAscii( PROP_EVENT_TYPE ) == 0 ) in Execute()
219 aProperties[ nIndex ].Value >>= aType; in Execute()
220 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_SCRIPT ) == 0 ) in Execute()
221 aProperties[ nIndex ].Value >>= aScript; in Execute()
222 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_LIBRARY ) == 0 ) in Execute()
223 aProperties[ nIndex ].Value >>= aLibrary; in Execute()
224 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_MACRO_NAME ) == 0 ) in Execute()
[all …]
/AOO42X/main/sfx2/source/config/
H A Devntconf.cxx169 uno::Sequence < beans::PropertyValue > aProperties(3); in CreateEventData_Impl() local
170 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl()
185 aEventData <<= aProperties; in CreateEventData_Impl()
189 uno::Sequence < beans::PropertyValue > aProperties(2); in CreateEventData_Impl() local
190 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl()
201 aEventData <<= aProperties; in CreateEventData_Impl()
205 uno::Sequence < beans::PropertyValue > aProperties(2); in CreateEventData_Impl() local
206 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl()
216 aEventData <<= aProperties; in CreateEventData_Impl()
225 uno::Sequence < beans::PropertyValue > aProperties; in CreateEventData_Impl() local
[all …]
/AOO42X/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx91 Sequence< Property > aProperties; in doCreateArrayHelper() local
92 describeProperties( aProperties ); in doCreateArrayHelper()
95 …::std::for_each( aProperties.getArray(), aProperties.getArray() + aProperties.getLength(), ResetRO… in doCreateArrayHelper()
97 …::std::for_each( aProperties.getArray(), aProperties.getArray() + aProperties.getLength(), SetROAt… in doCreateArrayHelper()
99 return new ::cppu::OPropertyArrayHelper( aProperties ); in doCreateArrayHelper()
/AOO42X/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx69 Sequence<OUString> aProperties(2); in lcl_CreatePropertyNames() local
70 OUString* pProperties = aProperties.getArray(); in lcl_CreatePropertyNames()
76 return aProperties; in lcl_CreatePropertyNames()
202 Sequence<OUString> aProperties(1); in HasLabel() local
203 aProperties.getArray()[0] = sPrefix; in HasLabel()
204 aProperties.getArray()[0] += C2U("Name"); in HasLabel()
205 Sequence<Any> aValues = GetProperties(aProperties); in HasLabel()
263 Sequence<OUString> aProperties(1); in SaveLabel() local
264 aProperties.getArray()[0] = sPrefix; in SaveLabel()
265 aProperties.getArray()[0] += C2U("Name"); in SaveLabel()
[all …]
/AOO42X/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx348 Any getPropertyByName( const Sequence<beans::PropertyValue>& aProperties, in getPropertyByName() argument
351 for( int i=0; i<aProperties.getLength(); i++ ) in getPropertyByName()
352 if( aProperties[i].Name.equalsAscii(name) ) in getPropertyByName()
353 return aProperties[i].Value; in getPropertyByName()
361 DefaultNumberingProvider::makeNumberingString( const Sequence<beans::PropertyValue>& aProperties, in makeNumberingString() argument
397 getPropertyByName(aProperties, "Prefix", sal_False) >>=prefix; in makeNumberingString()
402 getPropertyByName(aProperties, "Suffix", sal_False) >>=suffix; in makeNumberingString()
407 getPropertyByName(aProperties, "NumberingType", sal_True) >>=numType; in makeNumberingString()
412 getPropertyByName(aProperties, "Value", sal_True) >>=number; in makeNumberingString()
464 getPropertyByName(aProperties, "Transliteration", sal_True) >>= transliteration; in makeNumberingString()
[all …]
/AOO42X/main/sdext/source/presenter/
H A DPresenterScreen.cxx780 ::std::vector<rtl::OUString> aProperties (6); in ProcessLayout()
781 aProperties[0] = A2S("PaneURL"); in ProcessLayout()
782 aProperties[1] = A2S("ViewURL"); in ProcessLayout()
783 aProperties[2] = A2S("RelativeX"); in ProcessLayout()
784 aProperties[3] = A2S("RelativeY"); in ProcessLayout()
785 aProperties[4] = A2S("RelativeWidth"); in ProcessLayout()
786 aProperties[5] = A2S("RelativeHeight"); in ProcessLayout()
790 aProperties, in ProcessLayout()
814 ::std::vector<rtl::OUString> aProperties (4); in ProcessViewDescriptions()
815 aProperties[0] = A2S("ViewURL"); in ProcessViewDescriptions()
[all …]
/AOO42X/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx264 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
265 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
266 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
267 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
268 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
270 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
271 ::chart::wrapper::WrappedAutomaticPositionProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
272 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
274 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
277 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DWallFloorWrapper.cxx69 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
70 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
71 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
73 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
75 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
78 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DTitleWrapper.cxx192 ::std::vector< beans::Property > aProperties; in lcl_GetPropertySequence()
193 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
194 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
195 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
196 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
198 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
199 ::chart::wrapper::WrappedAutomaticPositionProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
200 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
202 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
205 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DAreaWrapper.cxx67 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
68 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
69 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
71 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
73 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
76 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DDataSeriesPointWrapper.cxx174 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
176 lcl_AddPropertiesToVector_PointProperties( aProperties ); in lcl_GetPropertySequence()
179 lcl_AddPropertiesToVector_SeriesOnly( aProperties ); in lcl_GetPropertySequence()
180 WrappedStatisticProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
182 WrappedSymbolProperties::addProperties( aProperties ); //for series and points in lcl_GetPropertySequence()
183 WrappedDataCaptionProperties::addProperties( aProperties ); //for series and points in lcl_GetPropertySequence()
185 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
186 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
187 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
188 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
[all …]
/AOO42X/main/chart2/source/model/main/
H A DLegend.cxx157 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
158 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
159 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
160 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
161 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
162 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
164 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
167 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DPageBackground.cxx87 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
88 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
89 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
90 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
92 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
95 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
/AOO42X/main/chart2/source/tools/
H A DRegressionEquation.cxx162 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
163 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
164 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
165 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
166 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
167 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
169 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
172 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DRelativeSizeHelper.cxx69 vector< OUString > aProperties; in adaptFontSizes() local
70 aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" ))); in adaptFontSizes()
71 aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeightAsian" ))); in adaptFontSizes()
72 aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeightComplex" ))); in adaptFontSizes()
74 for( vector< OUString >::const_iterator aIt = aProperties.begin(); in adaptFontSizes()
75 aIt != aProperties.end(); ++aIt ) in adaptFontSizes()
/AOO42X/main/connectivity/source/commontools/
H A Dparamwrapper.cxx131 Sequence< Property > aProperties = xInfo->getProperties(); in IMPLEMENT_GET_IMPLEMENTATION_ID() local
132 const Property* pProperties = aProperties.getConstArray(); in IMPLEMENT_GET_IMPLEMENTATION_ID()
133 for ( sal_Int32 i = 0; i < aProperties.getLength(); ++i, ++pProperties ) in IMPLEMENT_GET_IMPLEMENTATION_ID()
154 Sequence< Property > aProperties; in getInfoHelper() local
157 aProperties = m_xDelegatorPSI->getProperties(); in getInfoHelper()
158 sal_Int32 nProperties( aProperties.getLength() ); in getInfoHelper()
159 aProperties.realloc( nProperties + 1 ); in getInfoHelper()
160 aProperties[ nProperties ] = Property( in getInfoHelper()
172 m_pInfoHelper.reset( new ::cppu::OPropertyArrayHelper( aProperties, false ) ); in getInfoHelper()
/AOO42X/main/l10ntools/source/
H A Dtagtest.cxx218 if ( aProperties.find( aName ) == aProperties.end() ) in SplitTag()
225 aProperties[ aName ] = aValue; in SplitTag()
463 for( iProp = aProperties.begin() ; iProp != aProperties.end(); ++iProp ) in MatchesTranslation()
465 if ( rInfo.aProperties.find( iProp->first ) != rInfo.aProperties.end() ) in MatchesTranslation()
467 …rop->first, iProp->second ) || IsPropertyRelevant( iProp->first, rInfo.aProperties.find( iProp->fi… in MatchesTranslation()
471 if ( !rInfo.aProperties.find( iProp->first )->second.Equals( iProp->second ) ) in MatchesTranslation()
477 rInfo.aProperties.find( iProp->first )->second = iProp->second; in MatchesTranslation()
499 for( iProp = rInfo.aProperties.begin() ; iProp != rInfo.aProperties.end(); ++iProp ) in MatchesTranslation()
501 if ( aProperties.find( iProp->first ) == aProperties.end() ) in MatchesTranslation()
532 for( iProp = aProperties.begin() ; iProp != aProperties.end(); ++iProp ) in MakeTag()
/AOO42X/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx219 ::comphelper::NamedValueCollection aProperties; in connect()
224 aProperties.put( "storage_key", sKey ); in connect()
225 aProperties.put( "storage_class_name", in connect()
227 aProperties.put( "fileaccess_class_name", in connect()
231 aProperties.put( "JavaDriverClass", in connect()
233 aProperties.put( "JavaDriverClassPath", in connect()
245 aProperties.put( "IsAutoRetrievingEnabled", true ); in connect()
246 aProperties.put( "AutoRetrievingStatement", in connect()
248 aProperties.put( "IgnoreDriverPrivileges", true ); in connect()
251 aProperties.put( "default_schema", in connect()
[all …]

12345678