Home
last modified time | relevance | path

Searched refs:_rxORB (Results 1 – 25 of 182) sorted by relevance

12345678

/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx92 Reference< XNameAccess > xContext = lcl_getDataSourceContext( _rxORB ); in lcl_implCreateAndInsert()
122 ODataSource aReturn( _rxORB ); in lcl_implCreateAndSetURL()
127 lcl_implCreateAndInsert( _rxORB, _rName, xNewDataSource ); in lcl_implCreateAndSetURL()
158 ::comphelper::ComponentContext aContext( _rxORB ); in lcl_registerDataSource()
182 ODataSourceContextImpl( const Reference< XMultiServiceFactory >& _rxORB ) : xORB( _rxORB ) { } in ODataSourceContextImpl()
195 :m_pImpl( new ODataSourceContextImpl( _rxORB ) ) in ODataSourceContext()
200 m_pImpl->xContext = lcl_getDataSourceContext( _rxORB ); in ODataSourceContext()
322 ODataSourceImpl( const Reference< XMultiServiceFactory >& _rxORB ) in ODataSourceImpl()
323 :xORB( _rxORB ) in ODataSourceImpl()
362 ODataSource::ODataSource( const Reference< XMultiServiceFactory >& _rxORB ) in ODataSource() argument
[all …]
H A Dfieldmappingimpl.cxx81 sal_Bool invokeDialog( const Reference< XMultiServiceFactory >& _rxORB, class Window* _pParent, in invokeDialog() argument
86 DBG_ASSERT( _rxORB.is(), "fieldmapping::invokeDialog: invalid service factory!" ); in invokeDialog()
88 if ( !_rxORB.is() || !_rxDataSource.is() ) in invokeDialog()
117 _rxORB->createInstanceWithArguments( s_sAdressBookFieldAssignmentServiceName, aArguments ), in invokeDialog()
157 …void defaultMapping( const Reference< XMultiServiceFactory >& _rxORB, MapString2String& _rFieldAs… in defaultMapping() argument
206 _rxORB, sDriverAliasesNodeName, -1, OConfigurationTreeRoot::CM_READONLY); in defaultMapping()
260 _rxORB, sAddressBookNodeName, -1, OConfigurationTreeRoot::CM_UPDATABLE); in writeTemplateAddressFieldMapping()
329 void writeTemplateAddressSource( const Reference< XMultiServiceFactory >& _rxORB, in writeTemplateAddressSource() argument
337 _rxORB, sAddressBookNodeName, -1, OConfigurationTreeRoot::CM_UPDATABLE); in writeTemplateAddressSource()
348 void markPilotSuccess( const Reference< XMultiServiceFactory >& _rxORB ) SAL_THROW ( ( ) ) in markPilotSuccess() argument
[all …]
H A Dfieldmappingimpl.hxx64 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
76 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
84 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
102 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
110 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB
/trunk/main/dbaccess/source/ui/misc/
H A Ddatabaseobjectview.cxx69 DatabaseObjectView::DatabaseObjectView( const Reference< XMultiServiceFactory >& _rxORB, in DatabaseObjectView() argument
73 :m_xORB ( _rxORB ) in DatabaseObjectView()
195 …QueryDesigner::QueryDesigner( const Reference< XMultiServiceFactory >& _rxORB, const Reference< XD… in QueryDesigner() argument
197 …:DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, _bCreateView ? URL_COMPONENT_VIEWDESI… in QueryDesigner()
229 …TableDesigner::TableDesigner( const Reference< XMultiServiceFactory >& _rxORB, const Reference< XD… in TableDesigner() argument
230 …:DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, static_cast< ::rtl::OUString >( URL_C… in TableDesigner()
295 …ResultSetBrowser::ResultSetBrowser( const Reference< XMultiServiceFactory >& _rxORB, const Referen… in ResultSetBrowser() argument
297 …:DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, static_cast < ::rtl::OUString >( URL_… in ResultSetBrowser()
330 …RelationDesigner::RelationDesigner( const Reference< XMultiServiceFactory >& _rxORB, const Referen… in RelationDesigner() argument
331 …:DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, static_cast< ::rtl::OUString >( URL_C… in RelationDesigner()
H A Ddatasourceconnector.cxx115 …ODatasourceConnector::ODatasourceConnector(const Reference< XMultiServiceFactory >& _rxORB, Window… in ODatasourceConnector() argument
117 ,m_xORB(_rxORB) in ODatasourceConnector()
122 …ODatasourceConnector::ODatasourceConnector( const Reference< XMultiServiceFactory >& _rxORB, Windo… in ODatasourceConnector() argument
125 ,m_xORB(_rxORB) in ODatasourceConnector()
/trunk/main/comphelper/source/misc/
H A Dproxyaggregation.cxx42 OProxyAggregation::OProxyAggregation( const Reference< XMultiServiceFactory >& _rxORB ) in OProxyAggregation() argument
43 :m_xORB( _rxORB ) in OProxyAggregation()
113 …gregationHelper::OComponentProxyAggregationHelper( const Reference< XMultiServiceFactory >& _rxORB, in OComponentProxyAggregationHelper() argument
115 :OProxyAggregation( _rxORB ) in OComponentProxyAggregationHelper()
118 …OSL_ENSURE( _rxORB.is(), "OComponentProxyAggregationHelper::OComponentProxyAggregationHelper: inva… in OComponentProxyAggregationHelper()
201 …onentProxyAggregation::OComponentProxyAggregation( const Reference< XMultiServiceFactory >& _rxORB, in OComponentProxyAggregation() argument
204 ,OComponentProxyAggregationHelper( _rxORB, rBHelper ) in OComponentProxyAggregation()
H A Daccessiblewrapper.cxx82 …ildrenManager::OWrappedAccessibleChildrenManager( const Reference< XMultiServiceFactory >& _rxORB ) in OWrappedAccessibleChildrenManager() argument
83 :m_xORB( _rxORB ) in OWrappedAccessibleChildrenManager()
310 OAccessibleWrapper::OAccessibleWrapper( const Reference< XMultiServiceFactory >& _rxORB, in OAccessibleWrapper() argument
313 ,OComponentProxyAggregation( _rxORB, Reference< XComponent >( _rxInnerAccessible, UNO_QUERY ) ) in OAccessibleWrapper()
381 const Reference< XMultiServiceFactory >& _rxORB, in OAccessibleContextWrapperHelper()
386 :OComponentProxyAggregationHelper( _rxORB, _rBHelper ) in OAccessibleContextWrapperHelper()
538 …cessibleContextWrapper::OAccessibleContextWrapper( const Reference< XMultiServiceFactory >& _rxORB, in IMPLEMENT_FORWARD_XINTERFACE2()
542 …,OAccessibleContextWrapperHelper( _rxORB, rBHelper, _rxInnerAccessibleContext, _rxOwningAccessible… in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/dbaccess/source/ui/uno/
H A Dcomposerdialogs.cxx88 ComposerDialog::ComposerDialog(const Reference< XMultiServiceFactory >& _rxORB) in DBG_NAME()
89 :ComposerDialog_BASE( _rxORB ) in DBG_NAME()
164 RowsetFilterDialog::RowsetFilterDialog( const Reference< XMultiServiceFactory >& _rxORB ) in RowsetFilterDialog() argument
165 :ComposerDialog( _rxORB ) in RowsetFilterDialog()
191 RowsetOrderDialog::RowsetOrderDialog( const Reference< XMultiServiceFactory >& _rxORB ) in RowsetOrderDialog() argument
192 :ComposerDialog( _rxORB ) in RowsetOrderDialog()
H A Dunoadmin.cxx81 …dministrationDialog::ODatabaseAdministrationDialog(const Reference< XMultiServiceFactory >& _rxORB) in DBG_NAME()
82 :ODatabaseAdministrationDialogBase(_rxORB) in DBG_NAME()
90 m_pCollection = new ::dbaccess::ODsnTypeCollection(_rxORB); in DBG_NAME()
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx104 ONavigationBarControl::ONavigationBarControl( const Reference< XMultiServiceFactory >& _rxORB ) in DBG_NAME()
105 :UnoControl( _rxORB ) in DBG_NAME()
271 ONavigationBarPeer* ONavigationBarPeer::Create( const Reference< XMultiServiceFactory >& _rxORB, in DBG_NAME()
277 ONavigationBarPeer* pPeer = new ONavigationBarPeer( _rxORB ); in DBG_NAME()
285 createDocumentCommandImageProvider( _rxORB, xContextDocument ), in DBG_NAME()
286 createDocumentCommandDescriptionProvider( _rxORB, xContextDocument ) in DBG_NAME()
306 ONavigationBarPeer::ONavigationBarPeer( const Reference< XMultiServiceFactory >& _rxORB ) in ONavigationBarPeer() argument
307 :OFormNavigationHelper( _rxORB ) in ONavigationBarPeer()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbexchange.cxx75 const Reference< XMultiServiceFactory >& _rxORB) in ODataClipboard()
83 m_pHtml.set( new OHTMLImportExport( getDescriptor(), _rxORB, _rxFormatter ) ); in ODataClipboard()
84 m_pRtf.set( new ORTFImportExport( getDescriptor(), _rxORB, _rxFormatter ) ); in ODataClipboard()
95 const Reference< XMultiServiceFactory >& _rxORB) in ODataClipboard()
100 m_pHtml.set( new OHTMLImportExport( getDescriptor(),_rxORB, _rxFormatter ) ); in ODataClipboard()
101 m_pRtf.set( new ORTFImportExport( getDescriptor(),_rxORB, _rxFormatter ) ); in ODataClipboard()
/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx141 …OLimitedFormats::OLimitedFormats(const Reference< XMultiServiceFactory >& _rxORB, const sal_Int16 … in OLimitedFormats() argument
145 OSL_ENSURE(_rxORB.is(), "OLimitedFormats::OLimitedFormats: invalid service factory!"); in OLimitedFormats()
146 acquireSupplier(_rxORB); in OLimitedFormats()
364 void OLimitedFormats::acquireSupplier(const Reference< XMultiServiceFactory >& _rxORB) in acquireSupplier() argument
367 if ((1 == ++s_nInstanceCount) && _rxORB.is()) in acquireSupplier()
373 …Reference< XInterface > xSupplier = _rxORB->createInstanceWithArguments(FRM_NUMBER_FORMATS_SUPPLIE… in acquireSupplier()
/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx267 …OConfigurationValueContainerImpl( const Reference< XMultiServiceFactory >& _rxORB, ::osl::Mutex& _… in OConfigurationValueContainerImpl()
268 :xORB( _rxORB ) in OConfigurationValueContainerImpl()
282 const Reference< XMultiServiceFactory >& _rxORB, ::osl::Mutex& _rAccessSafety, in OConfigurationValueContainer()
284 :m_pImpl( new OConfigurationValueContainerImpl( _rxORB, _rAccessSafety ) ) in OConfigurationValueContainer()
293 const Reference< XMultiServiceFactory >& _rxORB, ::osl::Mutex& _rAccessSafety, in OConfigurationValueContainer()
295 :m_pImpl( new OConfigurationValueContainerImpl( _rxORB, _rAccessSafety ) ) in OConfigurationValueContainer()
H A Dconfignode.cxx632 …Root::createWithServiceFactory( const Reference< XMultiServiceFactory >& _rxORB, const ::rtl::OUSt… in createWithServiceFactory() argument
634 …return createWithProvider( lcl_getConfigProvider( _rxORB ), _rPath, _nDepth, _eMode, _bLazyWrite ); in createWithServiceFactory()
638 …onfigurationTreeRoot::tryCreateWithServiceFactory( const Reference< XMultiServiceFactory >& _rxORB, in tryCreateWithServiceFactory() argument
641 …OSL_ENSURE( _rxORB.is(), "OConfigurationTreeRoot::tryCreateWithServiceFactory: invalid service fac… in tryCreateWithServiceFactory()
642 if ( _rxORB.is() ) in tryCreateWithServiceFactory()
646 …Reference< XMultiServiceFactory > xConfigFactory( _rxORB->createInstance( lcl_getProviderServiceNa… in tryCreateWithServiceFactory()
/trunk/main/svtools/source/misc/
H A Dimageresourceaccess.cxx146 …SvStream* GraphicAccess::getImageStream( const Reference< XMultiServiceFactory >& _rxORB, const ::… in getImageStream() argument
154 if ( _rxORB.is() ) in getImageStream()
155 …xProvider = xProvider.query( _rxORB->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(… in getImageStream()
196 …GraphicAccess::getImageXStream( const Reference< XMultiServiceFactory >& _rxORB, const ::rtl::OUSt… in getImageXStream() argument
198 …return new OSeekableInputStreamWrapper( getImageStream( _rxORB, _rImageResourceURL ), sal_True ); … in getImageXStream()
/trunk/main/extensions/source/propctrlr/
H A Dunourl.cxx41 …RL::UnoURL( const ::rtl::OUString& _rCompleteURL, const Reference< XMultiServiceFactory >& _rxORB ) in UnoURL() argument
45 OSL_ENSURE( _rxORB.is(), "UnoURL::UnoURL: invalid ORB!" ); in UnoURL()
49 if ( _rxORB.is() ) in UnoURL()
51 …xTransform = xTransform.query( _rxORB->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARA… in UnoURL()
/trunk/main/connectivity/inc/connectivity/
H A DDriversConfig.hxx51 …st ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB) const;
55 …no::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB) const { Load(_rxORB); retur… in getInstalledDrivers()
66 …ig(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB);
/trunk/main/dbaccess/source/ui/inc/
H A Ddatabaseobjectview.hxx130 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
196 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
223 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
258 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
272 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
/trunk/main/svx/source/form/
H A Dxfm_addcondition.cxx56 …Interface > SAL_CALL OAddConditionDialog_Create( const Reference< XMultiServiceFactory > & _rxORB ) in OAddConditionDialog_Create() argument
58 return OAddConditionDialog::Create( _rxORB ); in OAddConditionDialog_Create()
79 OAddConditionDialog::OAddConditionDialog( const Reference< XMultiServiceFactory >& _rxORB ) in OAddConditionDialog() argument
80 :OAddConditionDialogBase( _rxORB ) in OAddConditionDialog()
H A Dformcontrolling.cxx221 …ControllerFeatures::ControllerFeatures( const Reference< XMultiServiceFactory >& _rxORB, IControll… in ControllerFeatures() argument
222 :m_aContext( _rxORB ) in ControllerFeatures()
229 ControllerFeatures::ControllerFeatures( const Reference< XMultiServiceFactory >& _rxORB, in ControllerFeatures() argument
231 :m_aContext( _rxORB ) in ControllerFeatures()
239 ControllerFeatures::ControllerFeatures( const Reference< XMultiServiceFactory >& _rxORB, in ControllerFeatures() argument
241 :m_aContext( _rxORB ) in ControllerFeatures()
/trunk/main/dbaccess/source/ui/control/
H A Dmarktree.cxx49 …leTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, WinBits nWinStyle… in DBG_NAME()
50 : DBTreeListBox(pParent,_rxORB,nWinStyle) in DBG_NAME()
57 …leTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, const ResId& rRes… in OMarkableTreeListBox() argument
58 : DBTreeListBox(pParent,_rxORB,rResId) in OMarkableTreeListBox()
/trunk/main/forms/source/helper/
H A Durltransformer.cxx45 UrlTransformer::UrlTransformer( const Reference< XMultiServiceFactory >& _rxORB ) in UrlTransformer() argument
46 :m_xORB( _rxORB ) in UrlTransformer()
49 DBG_ASSERT( _rxORB.is(), "UrlTransformer::UrlTransformer: invalid service factory!" ); in UrlTransformer()
/trunk/main/connectivity/source/commontools/
H A DDriversConfig.cxx103 void DriversConfigImpl::Load(const uno::Reference< lang::XMultiServiceFactory >& _rxORB) const in Load()
110 …m_aInstalled = ::utl::OConfigurationTreeRoot::createWithServiceFactory(_rxORB, s_sNodeName, -1, ::… in Load()
129 DriversConfig::DriversConfig(const uno::Reference< lang::XMultiServiceFactory >& _rxORB) in DriversConfig() argument
130 :m_xORB(_rxORB) in DriversConfig()
/trunk/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx103 ,m_aPredicateInput( _rxORB, _rxConnection, getParseContext() ) \
112 const Reference< XConnection > & _rxConnection, const Reference< XMultiServiceFactory >& _rxORB) in DBG_NAME()
117 if (_rxORB.is()) in DBG_NAME()
118 m_xFormatter = Reference< XNumberFormatter>(_rxORB->createInstance( in DBG_NAME()
H A DTablesSingleDlg.cxx65 ,const Reference< XMultiServiceFactory >& _rxORB in DBG_NAME()
68 ,m_pImpl( new ODbDataSourceAdministrationHelper( _rxORB, pParent, this ) ) in DBG_NAME()
81 pTabPage->SetServiceFactory(_rxORB); in DBG_NAME()

Completed in 78 milliseconds

12345678