Home
last modified time | relevance | path

Searched refs:xComponent (Results 251 – 275 of 303) sorted by relevance

1...<<111213

/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx1142 Reference< XComponent > xComponent( m_xDocConfigStorage, UNO_QUERY ); in setStorage() local
1143 if ( xComponent.is() ) in setStorage()
1144 xComponent->dispose(); in setStorage()
H A Duiconfigurationmanagerimpl.cxx1421 Reference< XComponent > xComponent( m_xUserConfigStorage, UNO_QUERY ); in setStorage() local
1422 if ( xComponent.is() ) in setStorage()
1423 xComponent->dispose(); in setStorage()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx167 uno::Reference< lang::XComponent > xComponent(xDlg, uno::UNO_QUERY); in ShowDialog() local
168 if (xComponent.is()) in ShowDialog()
169 xComponent->dispose(); in ShowDialog()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx146 Reference< XComponent > xComponent( mxAccContext, UNO_QUERY ); in ~ToolbarMenuEntry() local
147 if( xComponent.is() ) in ~ToolbarMenuEntry()
148 xComponent->dispose(); in ~ToolbarMenuEntry()
/trunk/main/sc/source/ui/vba/
H A Dvbacharts.hxx37 css::uno::Reference< css::lang::XComponent > xComponent; member in ScVbaCharts
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1473 Reference<lang::XComponent> xComponent (mxShape, uno::UNO_QUERY); in disposing() local
1474 if (xComponent.is()) in disposing()
1475 xComponent->removeEventListener (this); in disposing()
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1368 uno::Reference<lang::XComponent> xComponent (mxUnoPage, uno::UNO_QUERY); in SdrPage() local
1369 if (xComponent.is()) in SdrPage()
1372 xComponent->dispose(); in SdrPage()
H A Dsvdmodel.cxx301 …Reference< XComponent > xComponent( dynamic_cast< cppu::OWeakObject* >( mxStyleSheetPool.get() ), … in ~SdrModel() local
302 if( xComponent.is() ) try in ~SdrModel()
304 xComponent->dispose(); in ~SdrModel()
/trunk/main/odk/examples/cpp/DocumentLoader/
H A DDocumentLoader.cxx137 Reference< XComponent > xComponent = xComponentLoader->loadComponentFromURL( in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx4708 ( Reference< XComponent > xComponent, StarBASIC* pBasic ) in registerComponentToBeDisposedForBasic()
4711 pItem->m_vComImplementsObjects.push_back( xComponent ); in registerComponentToBeDisposedForBasic()
4742 Reference< XComponent > xComponent( (*itCRV).get(), UNO_QUERY_THROW ); in disposeComVariablesForBasic() local
4743 xComponent->dispose(); in disposeComVariablesForBasic()
4808 Reference< XComponent > xComponent( xProxy, UNO_QUERY ); in createCOMWrapperForIface() local
4809 if( xComponent.is() ) in createCOMWrapperForIface()
4822 registerComponentToBeDisposedForBasic( xComponent, pParentBasic ); in createCOMWrapperForIface()
/trunk/main/scripting/source/provider/
H A DActiveMSPList.hxx90 void addActiveMSP( const css::uno::Reference< css::uno::XInterface >& xComponent,
/trunk/main/framework/inc/services/
H A Dmodulemanager.hxx192 … ::rtl::OUString implts_identify(const css::uno::Reference< css::uno::XInterface >& xComponent);
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx467 uno::Reference< lang::XComponent > xComponent; in destroyToolbar() local
479 xComponent.set( pIter->m_xUIElement, uno::UNO_QUERY ); in destroyToolbar()
489 uno::Reference< ui::XUIElement > xUIElement( xComponent, uno::UNO_QUERY ); in destroyToolbar()
527 if ( xComponent.is() ) in destroyToolbar()
528 xComponent->dispose(); in destroyToolbar()
554 uno::Reference< lang::XComponent > xComponent( pIter->m_xUIElement, uno::UNO_QUERY ); in destroyToolbars() local
555 if ( xComponent.is() ) in destroyToolbars()
556 xComponent->dispose(); in destroyToolbars()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1314 Reference< lang::XComponent > xComponent( xDialog, UNO_QUERY ); in ExecLingu() local
1315 if( xComponent.is() ) in ExecLingu()
1316 xComponent->dispose(); in ExecLingu()
/trunk/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx789 Reference<XAccessibleComponent> xComponent(pRContext,UNO_QUERY); in InsertAccObj() local
790 Reference<XAccessibleEventBroadcaster> broadcaster(xComponent,UNO_QUERY); in InsertAccObj()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFinalizer.java133 …ment.oMainFormDBMetaData.storeDatabaseDocumentToTempPath(this.oFormDocument.xComponent, getName()); in finish()
/trunk/main/framework/inc/framework/
H A Dtitlehelper.hxx176 … const css::uno::Reference< css::uno::XInterface >& xComponent);
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx758 Reference< XComponent > xComponent( mxModel, UNO_QUERY ); in Optimize() local
759 xComponent->dispose(); in Optimize()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx520 const Reference<com::sun::star::frame::XModel>& xComponent ) in lcl_getModels() argument
523 Reference<XFormsSupplier> xSupplier( xComponent, UNO_QUERY ); in lcl_getModels()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx256 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > xComponent( in SfxStatusIndicator()
258 if (xComponent.is()) in SfxStatusIndicator()
259 xComponent->addEventListener(this); in SfxStatusIndicator()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDataimport.java208 xComponent.dispose(); in importReportData()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx189 BibFrameController_Impl::BibFrameController_Impl( const uno::Reference< awt::XWindow > & xComponent, in BibFrameController_Impl() argument
191 :xWindow( xComponent ) in BibFrameController_Impl()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java271 XComponent xComponent = (XComponent) UnoRuntime.queryInterface( in compareWindowPositions() local
274 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xComponent); in compareWindowPositions()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java198 xComponent.dispose(); in taskFinished()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1621 Reference< lang::XComponent > xComponent( xDialog, UNO_QUERY ); in ExecuteEdit() local
1622 if( xComponent.is() ) in ExecuteEdit()
1623 xComponent->dispose(); in ExecuteEdit()

Completed in 214 milliseconds

1...<<111213