Home
last modified time | relevance | path

Searched refs:_rxContext (Results 26 – 50 of 108) sorted by relevance

12345

/aoo4110/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx189 …rHelper::convertToPropertyValue( const Reference< XComponentContext >& _rxContext,const Reference<… in convertToPropertyValue() argument
206 …ringRepresentation > xConversionHelper = StringRepresentation::create( _rxContext,_rxTypeConverter… in convertToPropertyValue()
226 …erHelper::convertToControlValue( const Reference< XComponentContext >& _rxContext,const Reference<… in convertToControlValue() argument
236 …ringRepresentation > xConversionHelper = StringRepresentation::create( _rxContext,_rxTypeConverter… in convertToControlValue()
H A Dpropertyhandler.cxx66 PropertyHandler::PropertyHandler( const Reference< XComponentContext >& _rxContext ) in DBG_NAME()
70 ,m_aContext( _rxContext ) in DBG_NAME()
441 …pertyHandlerComponent::PropertyHandlerComponent( const Reference< XComponentContext >& _rxContext ) in PropertyHandlerComponent() argument
442 :PropertyHandler( _rxContext ) in PropertyHandlerComponent()
H A Dpcrcomponentcontext.cxx58 ComponentContext::ComponentContext( const Reference< XComponentContext >& _rxContext ) in ComponentContext() argument
59 :m_xContext( _rxContext ) in ComponentContext()
H A Dhandlerhelper.hxx69 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext,
77 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext,
H A Dbuttonnavigationhandler.cxx58 …uttonNavigationHandler::ButtonNavigationHandler( const Reference< XComponentContext >& _rxContext ) in DBG_NAME()
59 :ButtonNavigationHandler_Base( _rxContext ) in DBG_NAME()
H A Dinspectormodelbase.cxx168 ImplInspectorModel::ImplInspectorModel( const Reference< XComponentContext >& _rxContext ) in ImplInspectorModel() argument
170 ,m_aContext( _rxContext ) in ImplInspectorModel()
/aoo4110/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx68 …ntInspectorModel::DefaultComponentInspectorModel( const Reference< XComponentContext >& _rxContext) in DBG_NAME()
69 :m_xContext( _rxContext ) in DBG_NAME()
119 …SAL_CALL DefaultComponentInspectorModel::create( const Reference< XComponentContext >& _rxContext ) in create() argument
121 return *(new DefaultComponentInspectorModel( _rxContext )); in create()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx97 DatabaseRegistrations( const ::comphelper::ComponentContext& _rxContext );
151 DatabaseRegistrations::DatabaseRegistrations( const ::comphelper::ComponentContext& _rxContext ) in DatabaseRegistrations() argument
152 :m_aContext( _rxContext ) in DatabaseRegistrations()
389 …e< XAggregation > createDataSourceRegistrations( const ::comphelper::ComponentContext& _rxContext ) in createDataSourceRegistrations() argument
391 return new DatabaseRegistrations( _rxContext ); in createDataSourceRegistrations()
H A Ddatabasecontext.cxx190 ODatabaseContext::ODatabaseContext( const Reference< XComponentContext >& _rxContext ) in ODatabaseContext() argument
192 ,m_aContext( _rxContext ) in ODatabaseContext()
229 Reference< XInterface > ODatabaseContext::Create(const Reference< XComponentContext >& _rxContext) in Create() argument
231 return *( new ODatabaseContext( _rxContext ) ); in Create()
H A Dcommanddefinition.cxx145 Reference< XInterface > OCommandDefinition::Create(const Reference< XComponentContext >& _rxContext) in Create() argument
147 ::comphelper::ComponentContext aContext( _rxContext ); in Create()
/aoo4110/main/svtools/source/uno/wizard/
H A Dunowizard.cxx100 Wizard::Wizard( const Reference< XComponentContext >& _rxContext ) in Wizard() argument
101 :Wizard_Base( _rxContext ) in Wizard()
102 ,m_aContext( _rxContext ) in Wizard()
120 …Reference< XInterface > SAL_CALL Wizard::Create( const Reference< XComponentContext >& _rxContext ) in Create() argument
122 return *(new Wizard( _rxContext ) ); in Create()
/aoo4110/main/connectivity/inc/connectivity/
H A Dsqlerror.hxx200 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext,
283 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext,
322 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext,
/aoo4110/main/comphelper/source/property/
H A Dopropertybag.cxx66 OPropertyBag::OPropertyBag( const Reference< XComponentContext >& _rxContext ) in OPropertyBag() argument
69 ,m_aContext( _rxContext ) in OPropertyBag()
124 …nce< XInterface > SAL_CALL OPropertyBag::Create( const Reference< XComponentContext >& _rxContext ) in Create() argument
126 return *new OPropertyBag( _rxContext ); in Create()
/aoo4110/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx112 …QLParser& _rParser, const ::rtl::OUString& _rStatement, const Reference< XInterface >& _rxContext ) in parseStatement_throwError() argument
120 SQLException aError2( aErrorMsg, _rxContext, sSQLStateGeneralError, 1000, Any() ); in parseStatement_throwError()
121 … SQLException aError1( _rStatement, _rxContext, sSQLStateGeneralError, 1000, makeAny( aError2 ) ); in parseStatement_throwError()
122 …on(_rParser.getContext().getErrorMessage(OParseContext::ERROR_GENERAL),_rxContext,sSQLStateGeneral… in parseStatement_throwError()
132 const Reference< XInterface >& _rxContext, const ::rtl::OUString& _rOriginatingCommand ) in checkForSingleSelect_throwError()
147 …SQLException aError1( _rOriginatingCommand, _rxContext, getStandardSQLState( SQL_GENERAL_ERROR ), … in checkForSingleSelect_throwError()
148 throw SQLException( DBACORE_RESSTRING( RID_STR_ONLY_QUERY ), _rxContext, in checkForSingleSelect_throwError()
159 OSQLParseTreeIterator& _rIterator, const Reference< XInterface >& _rxContext ) in parseAndCheck_throwError()
162 const OSQLParseNode* pNode = parseStatement_throwError( _rParser, _rStatement, _rxContext ); in parseAndCheck_throwError()
163 checkForSingleSelect_throwError( pNode, _rIterator, _rxContext, _rStatement ); in parseAndCheck_throwError()
/aoo4110/main/mysqlc/source/
H A Dmysqlc_general.hxx38 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext,
45 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext,
/aoo4110/main/connectivity/source/commontools/
H A Dwarningscontainer.cxx112 …::OUString& _rWarning, const sal_Char* _pAsciiSQLState, const Reference< XInterface >& _rxContext ) in appendWarning() argument
114 …appendWarning( SQLWarning( _rWarning, _rxContext, ::rtl::OUString::createFromAscii( _pAsciiSQLStat… in appendWarning()
H A DParamterSubstitution.cxx35 …::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext ) : m_xContext(_rxContext) in ParameterSubstitution() argument
/aoo4110/main/extensions/source/resource/
H A Dresource.cxx77 static Reference< XInterface > Create( const Reference< XComponentContext >& _rxContext );
109 Reference< XInterface > ResourceService::Create( const Reference< XComponentContext >& _rxContext ) in Create() argument
111 Reference< XMultiServiceFactory > xFactory( _rxContext->getServiceManager(), UNO_QUERY_THROW ); in Create()
/aoo4110/main/comphelper/source/misc/
H A Dcomponentcontext.cxx59 ComponentContext::ComponentContext( const Reference< XComponentContext >& _rxContext ) in ComponentContext() argument
60 :m_xContext( _rxContext ) in ComponentContext()
/aoo4110/main/extensions/source/logging/
H A Dloghandler.cxx65 …LogHandlerHelper::LogHandlerHelper( const Reference< XComponentContext >& _rxContext, ::osl::Mutex… in LogHandlerHelper() argument
69 ,m_xContext( _rxContext ) in LogHandlerHelper()
/aoo4110/main/dbaccess/source/sdbtools/connection/
H A Dconnectiontools.cxx169 …e< XInterface > SAL_CALL ConnectionTools::Create(const Reference< XComponentContext >& _rxContext ) in Create() argument
171 return *( new ConnectionTools( ::comphelper::ComponentContext( _rxContext ) ) ); in Create()
/aoo4110/main/connectivity/source/manager/
H A Dmdrivermanager.cxx298 OSDBCDriverManager::OSDBCDriverManager( const Reference< XComponentContext >& _rxContext ) in OSDBCDriverManager() argument
299 :m_aContext( _rxContext ) in OSDBCDriverManager()
300 ,m_aEventLogger( _rxContext, "org.openoffice.logging.sdbc.DriverManager" ) in OSDBCDriverManager()
H A Dmdrivermanager.hxx91 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext );
121 …nst ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxContext );
/aoo4110/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx148 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext
154 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext
/aoo4110/main/connectivity/source/simpledbt/
H A Dstaticdbtools_s.cxx151 …aticTools::prependContextInfo(SQLException& _rException, const Reference< XInterface >& _rxContext, in prependContextInfo() argument
154 …return ::dbtools::prependContextInfo(_rException, _rxContext, _rContextDescription, _rContextDetai… in prependContextInfo()

Completed in 155 milliseconds

12345