/aoo41x/main/comphelper/inc/comphelper/ |
H A D | componentcontext.hxx | 115 …bool createComponentWithArguments( const ::rtl::OUString& _rServiceName, const ::com::sun::star::u… in createComponentWithArguments() function in comphelper::ComponentContext 130 …bool createComponentWithArguments( const sal_Char* _pAsciiServiceName, const ::com::sun::star::uno… in createComponentWithArguments() function in comphelper::ComponentContext 132 …return createComponentWithArguments( ::rtl::OUString::createFromAscii( _pAsciiServiceName ), _rArg… in createComponentWithArguments() 169 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createComponentWithArguments( 183 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createComponentWithArguments( in createComponentWithArguments() function in comphelper::ComponentContext 188 …return createComponentWithArguments( ::rtl::OUString::createFromAscii( _pAsciiServiceName ), _rArg… in createComponentWithArguments()
|
/aoo41x/main/dbaccess/source/core/recovery/ |
H A D | subcomponentrecovery.cxx | 601 xSubComponent.set( m_xDocumentUI->createComponentWithArguments( in impl_recoverSubDocument_throw() 661 xSubComponent.set( m_xDocumentUI->createComponentWithArguments( in impl_recoverQueryDesign_throw()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | dbloader2.cxx | 399 …OSL_VERIFY( m_aContext.createComponentWithArguments( "com.sun.star.sdb.DatabaseWizardDialog", aWiz… in impl_executeNewDatabaseWizard() 619 …if ( m_aContext.createComponentWithArguments( "com.sun.star.wizards.table.CallTableWizard", aWizAr…
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | SidebarPanel.cxx | 111 aComponentContext.createComponentWithArguments( in getCanvas()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppControllerGen.cxx | 534 …return createComponentWithArguments( i_nObjectType, Sequence< PropertyValue >(), o_DocumentDefinit… in createComponent() 538 Reference< XComponent > SAL_CALL OApplicationController::createComponentWithArguments( ::sal_Int32 … in createComponentWithArguments() function in dbaui::OApplicationController
|
H A D | AppController.hxx | 469 …uno::Reference< ::com::sun::star::lang::XComponent > SAL_CALL createComponentWithArguments( ::sal_…
|
H A D | AppController.cxx | 2689 aContext.createComponentWithArguments( "com.sun.star.sdb.ErrorMessageDialog", aArgs ), 3014 aContext.createComponentWithArguments( sDialogService, aDialogArgs ), in impl_migrateScripts_nothrow()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | componentcontext.cxx | 120 …Reference< XInterface > ComponentContext::createComponentWithArguments( const ::rtl::OUString& _rS… in createComponentWithArguments() function in comphelper::ComponentContext
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 740 …rt(TSupportServices::value_type(_sServiceSpecifier,m_aContext.createComponentWithArguments(_sServi… in createInstance() 809 …if ( !m_aContext.createComponentWithArguments( "com.sun.star.sdb.tools.ConnectionTools", aArgument… in impl_loadConnectionTools_throw()
|
H A D | databasedocument.cxx | 454 … _rContext.createComponentWithArguments( "com.sun.star.comp.sdb.DBFilter", aFilterCreationArgs ), in impl_import_nolck_throw() 1400 … xContainer.set(m_pImpl->m_aContext.createComponentWithArguments(sSupportService,aArgs),UNO_QUERY); in impl_getDocumentContainer_throw() 1589 … OSL_VERIFY( m_pImpl->m_aContext.createComponentWithArguments( pServiceName, aArgs, xExporter ) ); in WriteThroughComponent()
|
H A D | ModelImpl.cxx | 529 …m_xSettings.set( m_aContext.createComponentWithArguments( "com.sun.star.beans.PropertyBag", aInitA… in impl_construct_nothrow() 802 …m_aContext.createComponentWithArguments( "com.sun.star.util.NumberFormatsSupplier", aArguments ), … in getNumberFormatsSupplier()
|
H A D | datasource.cxx | 1319 … xContainer.set(m_pImpl->m_aContext.createComponentWithArguments(sSupportService,aArgs),UNO_QUERY); in getQueryDefinitions()
|
H A D | documentdefinition.cxx | 2304 …_rContext.createComponentWithArguments( "com.sun.star.wizards.report.CallReportWizard", aArgs ), U… in fillReportData()
|
/aoo41x/main/extensions/source/logging/ |
H A D | loggerconfig.cxx | 229 … bSuccess = _rContext.createComponentWithArguments( sServiceName, aConstructionArgs, xInstance ); in lcl_createInstanceFromSetting_throw()
|
/aoo41x/main/svtools/source/table/ |
H A D | cellvalueconversion.cxx | 355 …io_data.aContext.createComponentWithArguments( "com.sun.star.util.NumberFormatsSupplier", aInitArg… in lcl_ensureNumberFormatter()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HConnection.cxx | 302 …aContext.createComponentWithArguments( "com.sun.star.sdb.hsql.LinkedTableEditor", aArguments, xDia…
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 143 XComponent reportDefinitionComp = m_documentUI.createComponentWithArguments( in initialize()
|
/aoo41x/main/forms/source/component/ |
H A D | Filter.cxx | 762 …Reference< XExecutableDialog > xErrorDialog( maContext.createComponentWithArguments( s_sDialogServ… in displayException()
|
/aoo41x/main/offapi/com/sun/star/sdb/application/ |
H A D | XDatabaseDocumentUI.idl | 311 ::com::sun::star::lang::XComponent createComponentWithArguments(
|
/aoo41x/main/forms/source/runtime/ |
H A D | formoperations.cxx | 1649 m_aContext.createComponentWithArguments( sDialogServiceName, aInit, xDialog ); in impl_executeFilterOrSort_throw()
|
/aoo41x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 1074 …m_aContext.createComponentWithArguments( pWizardAsciiName, aWizardArgs.getWrappedPropertyValues(),…
|
H A D | formcontroller.cxx | 3389 …m_aContext.createComponentWithArguments( "com.sun.star.form.control.FilterControl", aCreationArgs … in startFiltering()
|