Home
last modified time | relevance | path

Searched refs:_rxComponent (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/unotools/source/misc/
H A Dsharedunocomponent.cxx52 DisposableComponent::DisposableComponent( const Reference< XInterface >& _rxComponent ) in DisposableComponent() argument
53 :m_xComponent( _rxComponent, UNO_QUERY ) in DisposableComponent()
55 …DBG_ASSERT( m_xComponent.is() || !_rxComponent.is(), "DisposableComponent::DisposableComponent: sh… in DisposableComponent()
87 CloseableComponentImpl( const Reference< XInterface >& _rxComponent );
123 CloseableComponentImpl::CloseableComponentImpl( const Reference< XInterface >& _rxComponent ) in CloseableComponentImpl() argument
124 :m_xCloseable( _rxComponent, UNO_QUERY ) in CloseableComponentImpl()
127 …DBG_ASSERT( m_xCloseable.is() || !_rxComponent.is(), "CloseableComponentImpl::CloseableComponentIm… in CloseableComponentImpl()
226 CloseableComponent::CloseableComponent( const Reference< XInterface >& _rxComponent ) in DBG_NAME()
227 :m_pImpl( new CloseableComponentImpl( _rxComponent ) ) in DBG_NAME()
/trunk/main/comphelper/source/misc/
H A Dproxyaggregation.cxx48 …void OProxyAggregation::baseAggregateProxyFor( const Reference< XInterface >& _rxComponent, oslInt… in baseAggregateProxyFor() argument
62 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); in baseAggregateProxyFor()
123 const Reference< XComponent >& _rxComponent, oslInterlockedCount& _rRefCount, in componentAggregateProxyFor()
126 …OSL_ENSURE( _rxComponent.is(), "OComponentProxyAggregationHelper::componentAggregateProxyFor: inva… in componentAggregateProxyFor()
127 m_xInner = _rxComponent; in componentAggregateProxyFor()
202 const Reference< XComponent >& _rxComponent ) in OComponentProxyAggregation()
206 …OSL_ENSURE( _rxComponent.is(), "OComponentProxyAggregation::OComponentProxyAggregation: accessible… in OComponentProxyAggregation()
207 if ( _rxComponent.is() ) in OComponentProxyAggregation()
208 componentAggregateProxyFor( _rxComponent, m_refCount, *this ); in OComponentProxyAggregation()
H A Daccimplaccess.cxx108 …ss::setForeignControlledState( const Reference< XAccessibleContext >& _rxComponent, const sal_Int1… in setForeignControlledState() argument
111 OAccessibleImplementationAccess* pImplementation = getImplementation( _rxComponent ); in setForeignControlledState()
150 …sibleImplementationAccess::getImplementation( const Reference< XAccessibleContext >& _rxComponent ) in getImplementation() argument
155 Reference< XUnoTunnel > xTunnel( _rxComponent, UNO_QUERY ); in getImplementation()
171 …const Reference< XAccessibleContext >& _rxComponent, const Reference< XAccessible >& _rxNewParent ) in setAccessibleParent()
173 OAccessibleImplementationAccess* pImplementation = getImplementation( _rxComponent ); in setAccessibleParent()
H A Ddocumentinfo.cxx73 ::rtl::OUString lcl_getTitle( const Reference< XInterface >& _rxComponent ) in lcl_getTitle() argument
75 Reference< XTitle > xTitle( _rxComponent, UNO_QUERY ); in lcl_getTitle()
/trunk/main/unotools/inc/unotools/
H A Dsharedunocomponent.hxx62 …onent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent );
100 …onent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent );
170 …redUNOComponent( const ::com::sun::star::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode… in SharedUNOComponent() argument
172 reset( _rxComponent, eMode ); in SharedUNOComponent()
191 …inline SharedUNOComponent( const SharedUNOComponent& _rxComponent, ::com::sun::star::uno::UnoRefe… in SharedUNOComponent() argument
193 set( _rxComponent, _setThrow ); in SharedUNOComponent()
207 …void reset( const ::com::sun::star::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode _eMo…
257 …PONENT >::reset( const ::com::sun::star::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode… in reset() argument
259 m_pComponent.reset( _eMode == TakeOwnership ? new COMPONENT( _rxComponent ) : NULL ); in reset()
260 m_xTypedComponent = _rxComponent; in reset()
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx937 void SfxObjectShell::SetCurrentComponent( const Reference< XInterface >& _rxComponent ) in SetCurrentComponent() argument
940 if ( _rxComponent == xOldCurrentComp ) in SetCurrentComponent()
949 s_xCurrentComponent = _rxComponent; in SetCurrentComponent()
953 pAppMgr->SetGlobalUNOConstant( "ThisComponent", Any( _rxComponent ) ); in SetCurrentComponent()
956 if ( _rxComponent.is() ) in SetCurrentComponent()
958 ::rtl::OString aVBAConstName = lclGetVBAGlobalConstName( _rxComponent ); in SetCurrentComponent()
961 pAppMgr->SetGlobalUNOConstant( aVBAConstName.getStr(), Any( _rxComponent ) ); in SetCurrentComponent()
962 s_aRegisteredVBAConstants[ _rxComponent.get() ] = aVBAConstName; in SetCurrentComponent()
/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx139 bool impl_constructFrom( const Reference< XComponent >& _rxComponent ) in impl_constructFrom()
142 xModel.set( _rxComponent, UNO_QUERY ); in impl_constructFrom()
152 xController.set( _rxComponent, UNO_QUERY ); in impl_constructFrom()
160 xFrame.set( _rxComponent, UNO_QUERY ); in impl_constructFrom()
494 const ElementOpenMode _eOpenMode, const Reference< XComponent >& _rxComponent ) in onSubComponentOpened()
510 SubComponentDescriptor aElement( _rName, _nComponentType, _eOpenMode, _rxComponent ); in onSubComponentOpened()
/trunk/main/comphelper/inc/comphelper/
H A Daccimplaccess.hxx113 …com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >& _rxComponent
128 …om::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >& _rxComponent,
145 …om::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >& _rxComponent,
H A Dproxyaggregation.hxx103 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent,
162 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& _rxComponent,
191 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& _rxComponent
/trunk/main/svx/source/form/
H A Ddbtoolsclient.cxx315 …bool OStaticDataAccessTools::isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent, Re… in isEmbeddedInDatabase() argument
319 bReturn = m_xDataAccessTools->isEmbeddedInDatabase( _rxComponent, _rxActualConnection ); in isEmbeddedInDatabase()
324 bool OStaticDataAccessTools::isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent ) in isEmbeddedInDatabase() argument
330 bReturn = m_xDataAccessTools->isEmbeddedInDatabase( _rxComponent, xDummy ); in isEmbeddedInDatabase()
H A Dfmexpl.cxx394 FmControlData::FmControlData( const Reference< XFormComponent >& _rxComponent, const ImageList& _rN… in FmControlData() argument
395 :FmEntryData( _pParent, _rxComponent ) in FmControlData()
396 ,m_xFormComponent( _rxComponent ) in FmControlData()
/trunk/main/extensions/source/propctrlr/
H A Dbuttonnavigationhandler.cxx184 …ButtonNavigationHandler::isNavigationCapableButton( const Reference< XPropertySet >& _rxComponent ) in isNavigationCapableButton() argument
187 if ( _rxComponent.is() ) in isNavigationCapableButton()
188 xPSI = _rxComponent->getPropertySetInfo(); in isNavigationCapableButton()
H A Dformbrowsertools.cxx128 sal_Int16 classifyComponent( const Reference< XInterface >& _rxComponent ) in classifyComponent() argument
130 Reference< XPropertySet > xComponentProps( _rxComponent, UNO_QUERY_THROW ); in classifyComponent()
H A Dcellbindinghelper.cxx513 …bool CellBindingHelper::doesComponentSupport( const Reference< XInterface >& _rxComponent, const :… in doesComponentSupport() argument
516 Reference< XServiceInfo > xSI( _rxComponent, UNO_QUERY ); in doesComponentSupport()
H A Deventhandler.cxx315 void lcl_addListenerTypesFor_throw( const Reference< XInterface >& _rxComponent, in lcl_addListenerTypesFor_throw() argument
318 if ( !_rxComponent.is() ) in lcl_addListenerTypesFor_throw()
323 _rxIntrospection->inspect( makeAny( _rxComponent ) ), UNO_QUERY_THROW ); in lcl_addListenerTypesFor_throw()
/trunk/main/forms/source/component/
H A DButton.cxx571 const Reference< XInterface >& _rxComponent,
581 …const Reference< XInterface >& _rxComponent, const Reference< XPropertyChangeListener >& _rxListen… in DoPropertyListening()
583 :m_xProps( _rxComponent, UNO_QUERY ) in DoPropertyListening()
587 …DBG_ASSERT( m_xProps.is() || !_rxComponent.is(), "DoPropertyListening::DoPropertyListening: valid … in DoPropertyListening()
H A DGroupManager.cxx54 bool isRadioButton( const Reference< XPropertySet >& _rxComponent ) in isRadioButton() argument
57 if ( hasProperty( PROPERTY_CLASSID, _rxComponent ) ) in isRadioButton()
60 _rxComponent->getPropertyValue( PROPERTY_CLASSID ) >>= nClassId; in isRadioButton()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx86 …void ParameterManager::initialize( const Reference< XPropertySet >& _rxComponent, const Reference<… in initialize() argument
90 m_xComponent = _rxComponent; in initialize()
146 …ol ParameterManager::initializeComposerByComponent( const Reference< XPropertySet >& _rxComponent ) in initializeComposerByComponent() argument
148 … OSL_PRECOND( _rxComponent.is(), "ParameterManager::initializeComposerByComponent: invalid !" ); in initializeComposerByComponent()
158 …m_xComposer.reset( getCurrentSettingsComposer( _rxComponent, m_xORB ), SharedQueryComposer::TakeOw… in initializeComposerByComponent()
/trunk/main/forms/source/misc/
H A Dcomponenttools.cxx103 Reference< XModel > getXModel( const Reference< XInterface >& _rxComponent ) in getXModel() argument
105 Reference< XInterface > xParent = _rxComponent; in getXModel()
/trunk/main/reportdesign/source/ui/report/
H A DFormattedFieldBeautifier.cxx84 …rmattedFieldBeautifier::setPlaceholderText( const uno::Reference< uno::XInterface >& _rxComponent ) in setPlaceholderText() argument
90 uno::Reference< report::XFormattedField > xControlModel( _rxComponent, uno::UNO_QUERY ); in setPlaceholderText()
/trunk/main/connectivity/source/simpledbt/
H A Dstaticdbtools_s.cxx200 …bool ODataAccessStaticTools::isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent, Re… in isEmbeddedInDatabase() argument
202 return ::dbtools::isEmbeddedInDatabase( _rxComponent, _rxActualConnection ); in isEmbeddedInDatabase()
/trunk/main/svx/inc/svx/
H A Ddbtoolsclient.hxx198 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent,
204 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx151 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxComponent,
277 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxComponent
/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx370 bool FormCellBindingHelper::doesComponentSupport( const Reference< XInterface >& _rxComponent, cons… in doesComponentSupport() argument
373 Reference< XServiceInfo > xSI( _rxComponent, UNO_QUERY ); in doesComponentSupport()
/trunk/main/cui/source/customize/
H A Dselector.cxx268 …Reference< XModel > lcl_getDocumentWithScripts_throw( const Reference< XInterface >& _rxComponent ) in lcl_getDocumentWithScripts_throw() argument
270 Reference< XEmbeddedScripts > xScripts( _rxComponent, UNO_QUERY ); in lcl_getDocumentWithScripts_throw()
273 Reference< XScriptInvocationContext > xContext( _rxComponent, UNO_QUERY ); in lcl_getDocumentWithScripts_throw()

Completed in 199 milliseconds

12