Home
last modified time | relevance | path

Searched refs:aContext (Results 1 – 25 of 177) sorted by path

12345678

/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx753 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in GetRootEntryBitmaps()
755 if ( aContext.createComponent( "com.sun.star.frame.ModuleManager", xModuleManager ) ) in GetRootEntryBitmaps()
H A Ddoceventnotifier.cxx221 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in impl_listenerAction_nothrow()
223 aContext.createComponent( "com.sun.star.frame.GlobalEventBroadcaster" ), in impl_listenerAction_nothrow()
H A Ddocumentenumeration.cxx71 ::comphelper::ComponentContext aContext;
75 :aContext( _rContext ) in DocumentEnumeration_Data()
184 …const Reference< XDesktop > xDesktop( m_pData->aContext.createComponent( "com.sun.star.frame.Deskt… in getDocuments()
H A Dscriptdocument.cxx212 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in lcl_getAllModels_throw()
214 docs::DocumentEnumeration aEnum( aContext, &aFilter ); in lcl_getAllModels_throw()
664 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in renameModuleOrDialog()
669 … if ( !aContext.createComponent( "com.sun.star.awt.UnoControlDialogModel", xDialogModel ) ) in renameModuleOrDialog()
677 ::xmlscript::importDialogModel( xInput, xDialogModel, aContext.getUNOContext() ); in renameModuleOrDialog()
685 xISP = ::xmlscript::exportDialogModel( xDialogModel, aContext.getUNOContext() ); in renameModuleOrDialog()
787 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in createDialog()
789 … if ( !aContext.createComponent( "com.sun.star.awt.UnoControlDialogModel", xDialogModel ) ) in createDialog()
797 … _out_rDialogProvider = ::xmlscript::exportDialogModel( xDialogModel, aContext.getUNOContext() ); in createDialog()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx287 ::comphelper::ComponentContext aContext( m_xORB );
302aContext.createComponentWithArguments( "com.sun.star.sdb.hsql.LinkedTableEditor", aArguments, xDia…
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx593 ::comphelper::ComponentContext aContext( _rxFactory ); in Create()
594 return *( new OSDBCDriverManager( aContext.getUNOContext() ) ); in Create()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx402 const rendering::StringContext aContext( rOrigContext.Text, in createSubsetLayout() local
407 rOrigTextLayout->getFont()->createTextLayout( aContext, in createSubsetLayout()
/trunk/main/cui/source/customize/
H A Dselector.cxx379 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in fillScriptList()
380 … Image aImage = GetImage( theChild, aContext.getUNOContext(), bIsRootNode, BMP_COLOR_NORMAL ); in fillScriptList()
384 … aImage = GetImage( theChild, aContext.getUNOContext(), bIsRootNode, BMP_COLOR_HIGHCONTRAST ); in fillScriptList()
/trunk/main/cui/source/options/
H A Ddbregisterednamesconfig.cxx61 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in GetOptions()
63 aContext.createComponent( "com.sun.star.sdb.DatabaseContext" ), UNO_QUERY_THROW ); in GetOptions()
93 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in SetOptions()
95 aContext.createComponent( "com.sun.star.sdb.DatabaseContext" ), UNO_QUERY_THROW ); in SetOptions()
H A Doptdict.cxx181 SfxErrorContext aContext( ERRCTX_SVX_LINGU_DICTIONARY, String(), in IMPL_LINK() local
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1160 SfxErrorContext aContext( ERRCTX_SVX_BACKGROUND, in RaiseLoadError_Impl() local
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx513 ::comphelper::ComponentContext aContext( _rxContext ); in Create()
514 return ORowSet_CreateInstance( aContext.getLegacyServiceFactory() ); in Create()
/trunk/main/dbaccess/source/core/dataaccess/
H A DComponentDefinition.cxx206 ::comphelper::ComponentContext aContext( _rxContext ); in Create()
207 …return *(new OComponentDefinition( aContext.getLegacyServiceFactory(), NULL, TContentPtr( new OCom… in Create()
H A Dcommanddefinition.cxx147 ::comphelper::ComponentContext aContext( _rxContext ); in Create()
148 …return *(new OCommandDefinition( aContext.getLegacyServiceFactory(), NULL, TContentPtr( new OComma… in Create()
H A Ddatabasedocument.cxx1836 ::comphelper::ComponentContext aContext( _rxContext ); in Create()
1837 …Reference< XUnoTunnel > xDBContextTunnel( aContext.createComponent( (::rtl::OUString)SERVICE_SDB_D… in Create()
1840 …::rtl::Reference<ODatabaseModelImpl> pImpl( new ODatabaseModelImpl( aContext.getLegacyServiceFacto… in Create()
2028 ::comphelper::ComponentContext aContext( m_pImpl->m_aContext ); in createViewController()
2032 aContext.createComponent( "org.openoffice.comp.dbu.OApplicationController", xController ); in createViewController()
H A Ddatasource.cxx647 ::comphelper::ComponentContext aContext( _rxContext ); in Create()
648 …Reference< XSingleServiceFactory > xDBContext( aContext.createComponent( (::rtl::OUString)SERVICE_… in Create()
784 SQLContext aContext; in buildLowLevelConnection() local
785 aContext.Message = DBACORE_RESSTRING( RID_STR_CONNECTION_REQUEST ); in buildLowLevelConnection()
786 …::comphelper::string::searchAndReplaceAsciiI( aContext.Message, "$name$", m_pImpl->m_sConnectURL ); in buildLowLevelConnection()
788 throwGenericSQLException( sMessage, static_cast< XDataSource* >( this ), makeAny( aContext ) ); in buildLowLevelConnection()
/trunk/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx264 const ::comphelper::ComponentContext aContext; member
267 :aContext( i_rContext ) in DatabaseDocumentRecovery_Data()
320 … SubComponentRecovery aComponentRecovery( m_pData->aContext, xDatabaseUI, *component ); in saveModifiedSubComponents()
332 lcl_writeObjectMap_throw( m_pData->aContext, xComponentsStor, map->second ); in saveModifiedSubComponents()
365 … lcl_readObjectMap_throw( m_pData->aContext, xComponentsStor, aMapCompDescs[ aKnownTypes[i] ] ); in recoverSubDocuments()
408 … SubComponentRecovery aComponentRecovery( m_pData->aContext, xDocumentUI, eComponentType ); in recoverSubDocuments()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx123 ::comphelper::ComponentContext aContext;
135 :aContext( _rContext ) in MacroMigrationDialog_Data()
187 return m_pData->aContext; in getComponentContext()
326 … MigrationEngine aEngine( m_pData->aContext, m_pData->xDocument, rProgressPage, m_pData->aLogger );
476 InteractionHandler aHandler( m_pData->aContext, m_pData->xDocumentModel.get() ); in impl_backupDocument_nothrow()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx2685 ::comphelper::ComponentContext aContext( getORB() );
2689 aContext.createComponentWithArguments( "com.sun.star.sdb.ErrorMessageDialog", aArgs ),
3010 ::comphelper::ComponentContext aContext( getORB() ); in impl_migrateScripts_nothrow()
3014 aContext.createComponentWithArguments( sDialogService, aDialogArgs ), in impl_migrateScripts_nothrow()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx191 ::comphelper::ComponentContext aContext( m_xServiceFactory ); in load()
219 aContext.createComponent( aImplementations[i].pAsciiImplementationName, xController ); in load()
H A Dunodatbr.cxx2286 SQLContext aContext; in IMPL_LINK() local
2287 aContext.Message = String(ModuleRes(STR_OPENTABLES_WARNINGS)); in IMPL_LINK()
2288 aContext.Details = String(ModuleRes(STR_OPENTABLES_WARNINGS_DETAILS)); in IMPL_LINK()
2289 aContext.NextException = aWarnings.get(); in IMPL_LINK()
2290 aWarnings = aContext; in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx185 ::comphelper::ComponentContext aContext( m_pController->getORB() ); in insertTable()
187 …taAccessDescriptorFactory > xFactory( DataAccessDescriptorFactory::get( aContext.getUNOContext() )… in insertTable()
200 …Reference< XCopyTableWizard > xWizard( CopyTableWizard::create( aContext.getUNOContext(), xSource,… in insertTable()
H A DTokenWriter.cxx580 ::comphelper::ComponentContext aContext(m_xFactory); in Write()
647 ::comphelper::ComponentContext aContext(m_xFactory); in appendRow()
669 dbtools::FormattedColumnValue aFormatedValue(aContext,xRowSet,xColumn); in appendRow()
972 ::comphelper::ComponentContext aContext(m_xFactory); in WriteTables()
994 dbtools::FormattedColumnValue aFormatedValue(aContext,xRowSet,xColumn); in WriteTables()
H A DUITools.cxx408 ::comphelper::ComponentContext aContext( _rxORB ); in getDataSourceByName()
409 …Reference< XNameAccess > xDatabaseContext( aContext.createComponent( "com.sun.star.sdb.DatabaseCon… in getDataSourceByName()
H A Ddatasourceconnector.cxx230 SQLWarning aContext; in connect() local
231 aContext.Message = sMessage; in connect()
232 aContext.NextException = aWarnings; in connect()
233 aInfo = aContext; in connect()

Completed in 181 milliseconds

12345678