Home
last modified time | relevance | path

Searched refs:rxComponent (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dformulaparserpool.cxx56 const Reference< XComponent >& rxComponent,
95 const Reference< XComponent >& rxComponent, const OUString& rNamespace ) in createFormulaParser()
102 aArgs[ 0 ] <<= rxComponent; in createFormulaParser()
/trunk/main/oox/source/core/
H A Dfilterbase.cxx157 …void setDocumentModel( const Reference< XComponent >& rxComponent ) throw( IllegalA…
173 void FilterBaseImpl::setDocumentModel( const Reference< XComponent >& rxComponent ) throw( IllegalA… in setDocumentModel() argument
177 mxModel.set( rxComponent, UNO_QUERY_THROW ); in setDocumentModel()
178 mxModelFactory.set( rxComponent, UNO_QUERY_THROW ); in setDocumentModel()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ycomponentwrapper.mm94 …Reference < XAccessibleComponent > rxComponent = Reference < XAccessibleComponent > ( rxParent -> …
95 if ( rxComponent.is() ) {
96 rxComponent -> grabFocus();
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx218 void lclSetupComponent( const uno::Reference< lang::XComponent >& rxComponent, sal_Bool bScreenUpda… in lclSetupComponent() argument
222 uno::Reference< frame::XModel >( rxComponent, uno::UNO_QUERY_THROW )->lockControllers(); in lclSetupComponent()
230 uno::Reference< frame::XModel > xModel( rxComponent, uno::UNO_QUERY_THROW ); in lclSetupComponent()
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx130 ::rtl::OString lclGetVBAGlobalConstName( const Reference< XInterface >& rxComponent ) in lclGetVBAGlobalConstName() argument
132 OSL_ENSURE( rxComponent.is(), "lclGetVBAGlobalConstName - missing component" ); in lclGetVBAGlobalConstName()
134 VBAConstantNameMap::iterator aIt = s_aRegisteredVBAConstants.find( rxComponent.get() ); in lclGetVBAGlobalConstName()
138 uno::Reference< beans::XPropertySet > xProps( rxComponent, uno::UNO_QUERY ); in lclGetVBAGlobalConstName()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx113 static bool checkComponent( Reference< XComponent >& rxComponent, const OUString& rServiceName ) in checkComponent() argument
117 Reference< XServiceInfo > xInfo( rxComponent, UNO_QUERY ); in checkComponent()

Completed in 31 milliseconds