Home
last modified time | relevance | path

Searched refs:aCreationArgs (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx364 ::comphelper::NamedValueCollection aCreationArgs( i_rCreationArgs ); in newDocument()
366 aCreationArgs.put( "ClassID", aClassId ); in newDocument()
367 aCreationArgs.put( (::rtl::OUString)PROPERTY_ACTIVE_CONNECTION, m_xConnection ); in newDocument()
371 if ( aCreationArgs.has( "Hidden" ) ) in newDocument()
373 aCommandArgs.put( "Hidden", aCreationArgs.get( "Hidden" ) ); in newDocument()
374 aCreationArgs.remove( "Hidden" ); in newDocument()
379 aCreationArgs.getWrappedPropertyValues() in newDocument()
/aoo4110/main/connectivity/source/cpool/
H A DZPoolCollection.cxx399 Sequence< Any > aCreationArgs(3); in createWithProvider() local
400aCreationArgs[0] = makeAny(PropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("nodepath")),… in createWithProvider()
401aCreationArgs[1] = makeAny(PropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("depth")), 0,… in createWithProvider()
402aCreationArgs[2] = makeAny(PropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("lazywrite"))… in createWithProvider()
406 xInterface = _rxConfProvider->createInstanceWithArguments(sAccessService, aCreationArgs); in createWithProvider()
/aoo4110/main/connectivity/source/drivers/kab/
H A DKDriver.cxx188 Sequence< Any > aCreationArgs(1); in impl_doAllowNewKDEVersion() local
189 aCreationArgs[0] <<= PropertyValue( in impl_doAllowNewKDEVersion()
196 aCreationArgs ), in impl_doAllowNewKDEVersion()
/aoo4110/main/connectivity/source/manager/
H A Dmdrivermanager.cxx225 Sequence< Any > aCreationArgs(1); in lcl_getDriverPrecedence() local
226aCreationArgs[0] <<= NamedValue( sNodePathArgumentName, makeAny( sDriverManagerConfigLocation ) ); in lcl_getDriverPrecedence()
229 …figurationProvider->createInstanceWithArguments(sNodeAccessServiceName, aCreationArgs), UNO_QUERY); in lcl_getDriverPrecedence()
/aoo4110/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx476 ::comphelper::NamedValueCollection aCreationArgs; in load()
477 aCreationArgs.put( (::rtl::OUString)INFO_POOLURL, sSalvagedURL ); in load()
478 …xDocumentDataSource.set( xDatabaseContext->createInstanceWithArguments( aCreationArgs.getWrappedNa… in load()
/aoo4110/main/sfx2/source/dialog/
H A Dtaskpane.cxx370 ::comphelper::NamedValueCollection aCreationArgs; in impl_ensureToolPanelWindow()
371 aCreationArgs.put( "Frame", makeAny( m_xFrame ) ); in impl_ensureToolPanelWindow()
372aCreationArgs.put( "ParentWindow", makeAny( i_rPanelParentWindow.GetComponentInterface() ) ); in impl_ensureToolPanelWindow()
375 xFactory->createUIElement( m_sResourceURL, aCreationArgs.getPropertyValues() ), in impl_ensureToolPanelWindow()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx263 const Sequence< PropertyValue > aCreationArgs( aArgs.getPropertyValues() ); in createInstanceWithArguments() local
331 pDocDef->initialLoad( aClassID, aCreationArgs, xConnection ); in createInstanceWithArguments()
335 …OSL_ENSURE( aCreationArgs.getLength() == 0, "ODocumentContainer::createInstance: additional creati… in createInstanceWithArguments()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppController.cxx1236 ::comphelper::NamedValueCollection aCreationArgs; in Execute()
1260aCreationArgs.put( (::rtl::OUString)PROPERTY_GRAPHICAL_DESIGN, sal_True ); in Execute()
1278 newElement( eType, aCreationArgs, xDocDefinition ); in Execute()
1297 ::comphelper::NamedValueCollection aCreationArgs; in Execute()
1298aCreationArgs.put( (::rtl::OUString)PROPERTY_GRAPHICAL_DESIGN, ID_NEW_VIEW_DESIGN == _nId ); in Execute()
1301 …const Reference< XComponent > xComponent( aDesigner.createNew( xDataSource, aCreationArgs ), UNO_Q… in Execute()
/aoo4110/main/svx/source/form/
H A Dformcontroller.cxx3384 Sequence< Any > aCreationArgs( 3 ); in startFiltering() local
3385aCreationArgs[ 0 ] <<= NamedValue( ::rtl::OUString::createFromAscii( "MessageParent" ), makeAny( V… in startFiltering()
3386aCreationArgs[ 1 ] <<= NamedValue( ::rtl::OUString::createFromAscii( "NumberFormatter" ), makeAny(… in startFiltering()
3387aCreationArgs[ 2 ] <<= NamedValue( ::rtl::OUString::createFromAscii( "ControlModel" ), makeAny( xM… in startFiltering()
3389 …_aContext.createComponentWithArguments( "com.sun.star.form.control.FilterControl", aCreationArgs ), in startFiltering()

Completed in 89 milliseconds