Searched refs:aCreationArgs (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | linkeddocuments.cxx | 364 ::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 D | ZPoolCollection.cxx | 399 Sequence< Any > aCreationArgs(3); in createWithProvider() local 400 …aCreationArgs[0] = makeAny(PropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("nodepath")),… in createWithProvider() 401 …aCreationArgs[1] = makeAny(PropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("depth")), 0,… in createWithProvider() 402 …aCreationArgs[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 D | KDriver.cxx | 188 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 D | mdrivermanager.cxx | 225 Sequence< Any > aCreationArgs(1); in lcl_getDriverPrecedence() local 226 … aCreationArgs[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 D | dbloader2.cxx | 476 ::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 D | taskpane.cxx | 370 ::comphelper::NamedValueCollection aCreationArgs; in impl_ensureToolPanelWindow() 371 aCreationArgs.put( "Frame", makeAny( m_xFrame ) ); in impl_ensureToolPanelWindow() 372 … aCreationArgs.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 D | documentcontainer.cxx | 263 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 D | AppController.cxx | 1236 ::comphelper::NamedValueCollection aCreationArgs; in Execute() 1260 … aCreationArgs.put( (::rtl::OUString)PROPERTY_GRAPHICAL_DESIGN, sal_True ); in Execute() 1278 newElement( eType, aCreationArgs, xDocDefinition ); in Execute() 1297 ::comphelper::NamedValueCollection aCreationArgs; in Execute() 1298 … aCreationArgs.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 D | formcontroller.cxx | 3384 Sequence< Any > aCreationArgs( 3 ); in startFiltering() local 3385 …aCreationArgs[ 0 ] <<= NamedValue( ::rtl::OUString::createFromAscii( "MessageParent" ), makeAny( V… in startFiltering() 3386 …aCreationArgs[ 1 ] <<= NamedValue( ::rtl::OUString::createFromAscii( "NumberFormatter" ), makeAny(… in startFiltering() 3387 …aCreationArgs[ 2 ] <<= NamedValue( ::rtl::OUString::createFromAscii( "ControlModel" ), makeAny( xM… in startFiltering() 3389 …_aContext.createComponentWithArguments( "com.sun.star.form.control.FilterControl", aCreationArgs ), in startFiltering()
|
Completed in 62 milliseconds