Home
last modified time | relevance | path

Searched refs:xComp (Results 1 – 25 of 217) sorted by relevance

123456789

/trunk/main/framework/source/uielement/
H A Dstatusindicatorinterfacewrapper.cxx66 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in start() local
67 if ( xComp.is() ) in start()
69 ProgressBarWrapper* pProgressBar = (ProgressBarWrapper*)xComp.get(); in start()
78 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in end() local
79 if ( xComp.is() ) in end()
90 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in reset() local
91 if ( xComp.is() ) in reset()
103 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in setText() local
104 if ( xComp.is() ) in setText()
116 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in setValue() local
[all …]
H A Dprogressbarwrapper.cxx343 uno::Reference< uno::XInterface > xComp( m_xProgressBarIfacWrapper ); in getRealInterface() local
344 if ( !xComp.is() ) in getRealInterface()
351 xComp = uno::Reference< uno::XInterface >( in getRealInterface()
354 m_xProgressBarIfacWrapper = xComp; in getRealInterface()
357 return xComp; in getRealInterface()
/trunk/main/svx/source/svdraw/
H A Dsvdouno.cxx104 if (xComp.is()) in StopListening()
105 xComp->removeEventListener(this); in StopListening()
110 if (xComp.is()) in StartListening()
111 xComp->addEventListener(this); in StartListening()
197 if (xComp.is()) in ~SdrUnoObj()
202 xComp->dispose(); in ~SdrUnoObj()
351 if (xComp.is()) in operator =()
352 m_pImpl->pEventListener->StartListening(xComp); in operator =()
532 if (xComp.is()) in SetUnoControlModel()
533 m_pImpl->pEventListener->StopListening(xComp); in SetUnoControlModel()
[all …]
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java46 Disposer( XComponent xComp ) in Disposer() argument
48 m_xComp = xComp; in Disposer()
110 XComponent xComp = UnoRuntime.queryInterface( in ComponentContext() local
112 if (xComp != null) in ComponentContext()
183 if (xComp != null) in getValueByName()
185 xComp.dispose(); in getValueByName()
250 if (xComp != null) in dispose()
254 tdmgr = xComp; in dispose()
258 xComp.dispose(); in dispose()
270 if (xComp != null) in dispose()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_remotebridge/
H A Dvarious.java276 if (xComp != null) in cleanup()
277 xComp.dispose(); in cleanup()
278 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
280 if (xComp != null) in cleanup()
281 xComp.dispose(); in cleanup()
282 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
284 if (xComp != null) in cleanup()
285 xComp.dispose(); in cleanup()
287 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
289 if (xComp != null) { in cleanup()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_remotebridge.uno/
H A Dvarious.java280 if (xComp != null) in cleanup()
281 xComp.dispose(); in cleanup()
282 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
284 if (xComp != null) in cleanup()
285 xComp.dispose(); in cleanup()
286 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
288 if (xComp != null) in cleanup()
289 xComp.dispose(); in cleanup()
291 xComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
293 if (xComp != null) { in cleanup()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java57 XComponent xComp = null; in main() local
67 xComp = oMessageBox.createDefaultTextDocument(); in main()
69 XWindowPeer xWindowPeer = oMessageBox.getWindowPeerOfFrame(xComp); in main()
82 if (xComp != null) { in main()
88 xComp.dispose(); in main()
103 public XWindowPeer getWindowPeerOfFrame(XComponent xComp) { in getWindowPeerOfFrame() argument
107 if (xComp != null) { in getWindowPeerOfFrame()
108 XModel xModel = (XModel)UnoRuntime.queryInterface(XModel.class, xComp); in getWindowPeerOfFrame()
134 XComponent xComp = null; in createDefaultTextDocument() local
150 xComp = xCLoader.loadComponentFromURL(strDoc, "_blank", 0, args); in createDefaultTextDocument()
[all …]
/trunk/main/forms/source/component/
H A DFormComponent.cxx250 xComp->dispose(); in disposing()
475 if ( xComp.is() ) in _setLock()
725 if (xComp.is()) in setParent()
729 xComp = xComp.query( m_xParent ); in setParent()
731 if ( xComp.is() ) in setParent()
819 xComp->dispose(); in disposing()
1518 if ( xComp.is() ) in disposing()
1722 if (xComp.is()) in defaultCommonProperties()
1744 if (xComp.is()) in readCommonProperties()
1907 if ( xComp.is() ) in setFastPropertyValue_NoBroadcast()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java198 XComponent xComp = null; in check() local
621 close(xComp); in check()
628 XComponent xComp = null; in checkRDFa() local
631 xComp = loadRDFa(file); in checkRDFa()
632 if (xComp != null) in checkRDFa()
635 storeRDFa(xComp, sNewFile); in checkRDFa()
636 close(xComp); in checkRDFa()
641 close(xComp); in checkRDFa()
664 XComponent xComp = null; in loadRDFa() local
877 close(xComp); in loadRDFa()
[all …]
/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx575 static void waitFor( const Reference< XComponent > & xComp );
589 xComp->addEventListener( xListener ); in waitFor()
837 Reference< XComponent > xComp( xBridge, UNO_QUERY );
838 if (! xComp.is())
840 ODisposingListener::waitFor( xComp );
861 Reference< XComponent > xComp( xInstance, UNO_QUERY );
862 if (xComp.is())
863 xComp->dispose();
877 Reference< XComponent > xComp( xContext, UNO_QUERY );
878 if (xComp.is())
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx280 if (xComp.is()) in try_dispose()
282 xComp->dispose(); in try_dispose()
289 if (xComp.is()) in try_dispose()
291 xComp->dispose(); in try_dispose()
720 Reference< lang::XComponent > xComp; in disposing() local
721 pEntry->value >>= xComp; in disposing()
722 if (xComp.is()) in disposing()
726 xTDMgr = xComp; in disposing()
730 xAC = xComp; in disposing()
734 xPolicy = xComp; in disposing()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java103 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in useRowSet() local
104 xComp.dispose(); in useRowSet()
137 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetPrivileges() local
138 xComp.dispose(); in showRowSetPrivileges()
169 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetRowCount() local
170 xComp.dispose(); in showRowSetRowCount()
225 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetEvents() local
226 xComp.dispose(); in showRowSetEvents()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx286 uno::Reference<XAccessibleComponent> xComp(xContext, uno::UNO_QUERY); in GetBoundingBoxOnScreen() local
287 if (xComp.is()) in GetBoundingBoxOnScreen()
290 …aRect = Rectangle(VCLPoint(xComp->getLocationOnScreen()), VCLRectangle(xComp->getBounds()).GetSize… in GetBoundingBoxOnScreen()
303 uno::Reference<XAccessibleComponent> xComp(xContext, uno::UNO_QUERY); in GetBoundingBox() local
304 if (xComp.is()) in GetBoundingBox()
307 Rectangle aNewRect(Point(0, 0), VCLRectangle(xComp->getBounds()).GetSize()); in GetBoundingBox()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx167 Reference< XFormComponent > xComp; in elementReplaced() local
168 evt.Element >>= xComp; in elementReplaced()
169 DBG_ASSERT(xComp.is(), "OFormComponentObserver::elementReplaced : invalid argument !"); in elementReplaced()
171 m_pNavModel->ReplaceFormComponent(xReplaced, xComp); in elementReplaced()
643 …void NavigatorTreeModel::InsertFormComponent(const Reference< XFormComponent > & xComp, sal_uInt32… in InsertFormComponent() argument
648 Reference< XInterface > xIFace( xComp->getParent()); in InsertFormComponent()
660 if (!FindData(xComp, pParentData->GetChildList(),sal_False)) in InsertFormComponent()
664 …FmEntryData* pNewEntryData = new FmControlData( xComp, m_aNormalImages, m_aHCImages, pParentData ); in InsertFormComponent()
1094 …bject* NavigatorTreeModel::Search(SdrObjListIter& rIter, const Reference< XFormComponent > & xComp) in Search() argument
1104 if ( xFormViewControl == xComp ) in Search()
[all …]
H A Dfmundo.cxx380 Reference< XInterface > xComp; in lcl_searchElement() local
385 xCont->getByIndex(i) >>= xComp; in lcl_searchElement()
386 if (xComp.is()) in lcl_searchElement()
388 if ( xElement == xComp ) in lcl_searchElement()
392 Reference< XIndexAccess> xCont2(xComp, UNO_QUERY); in lcl_searchElement()
1119 Reference< XComponent > xComp( xElem, UNO_QUERY ); in DisposeElement() local
1120 if ( xComp.is() ) in DisposeElement()
1126 xComp->dispose(); in DisposeElement()
1268 Reference< XComponent > xComp(xReplaced, UNO_QUERY); in DisposeElement() local
1269 if (xComp.is()) in DisposeElement()
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx103 Reference< XComponent > xComp( Event.Source, UNO_QUERY ); in notifyEvent() local
104 mpDialog->updateCurrentDocumentButtonState( &xComp ); in notifyEvent()
445 …Reference< XComponent > xComp( xLoader->loadComponentFromURL( maExportRecentFile, aFrame, 0, aArgu… in onExportBrowse() local
446 if( xComp.is() ) in onExportBrowse()
448 doExport( xComp ); in onExportBrowse()
466 void XMLFilterTestDialog::doExport( Reference< XComponent > xComp ) in doExport() argument
470 Reference< XStorable > xStorable( xComp, UNO_QUERY ); in doExport()
515 Reference< XMultiServiceFactory > xDocFac( xComp, UNO_QUERY ); in doExport()
546 xExporter2->setSourceDocument( xComp ); in doExport()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDrawPageObj.java75 XComponent xComp = (XComponent) in cleanup() local
77 util.DesktopTools.closeDoc(xComp); in cleanup()
105 XComponent xComp = (XComponent) in createTestEnvironment() local
123 oShape = SOF.createShape(xComp,5000,3500,7500,5000,"Rectangle"); in createTestEnvironment()
125 XShape oShape1 = SOF.createShape(xComp, in createTestEnvironment()
/trunk/main/cui/source/dialogs/
H A Dhlmarkwn.cxx262 uno::Reference< lang::XComponent > xComp; in RefreshFromDoc() local
275 xComp = xLoader->loadComponentFromURL( aURL, OUString::createFromAscii( "_blank" ), 0, aArg ); in RefreshFromDoc()
290 xComp = xDesktop->getCurrentComponent(); in RefreshFromDoc()
293 if( xComp.is() ) in RefreshFromDoc()
295 uno::Reference< document::XLinkTargetSupplier > xLTS( xComp, uno::UNO_QUERY ); in RefreshFromDoc()
306 xComp->dispose(); in RefreshFromDoc()
/trunk/main/comphelper/source/misc/
H A Dproxyaggregation.cxx188 Reference< XComponent > xComp( m_xInner, UNO_QUERY ); in dispose() local
189 if ( xComp.is() ) in dispose()
191 xComp->removeEventListener( this ); in dispose()
192 xComp->dispose(); in dispose()
193 xComp.clear(); in dispose()
/trunk/main/forms/qa/integration/forms/
H A DSingleControlValidation.java116 …XValidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatab… in createControls() local
118 xComp.addFormComponentValidityListener( this ); in createControls()
164 …XValidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatab… in componentValidityChanged() local
167 Object value = xComp.getCurrentValue(); in componentValidityChanged()
170 boolean isValid = xComp.isValid(); in componentValidityChanged()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java112 …XValidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatab… in createControls() local
114 xComp.addFormComponentValidityListener( this ); in createControls()
160 …XValidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatab… in componentValidityChanged() local
163 Object value = xComp.getCurrentValue(); in componentValidityChanged()
166 boolean isValid = xComp.isValid(); in componentValidityChanged()
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java517 XComponent xComp = UnoRuntime.queryInterface( in checkPositiveViewForwarder() local
519 xComp.dispose(); in checkPositiveViewForwarder()
785 XComponent xComp =UnoRuntime.queryInterface( in checkNegativeViewForwarder() local
787 xComp.dispose(); in checkNegativeViewForwarder()
969 XComponent xComp = UnoRuntime.queryInterface( in checkPreviewHeaderCells() local
971 xComp.dispose(); in checkPreviewHeaderCells()
986 XComponent xComp = null; in checkPreviewShape() local
995 xComp = SOF.loadDocument(url); in checkPreviewShape()
996 assertNotNull(xComp); in checkPreviewShape()
1009 if (xComp == null) { in checkPreviewShape()
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwimpl.hxx45 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > xComp( in operator ()()
47 …OSL_ENSURE( xComp.is() || !_aType.second.is(), "THeaderCellMapFunctorDispose: invalid accessible c… in operator ()()
48 if ( xComp.is() ) in operator ()()
51 xComp->dispose(); in operator ()()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOFormsCollection.java155 XComponent xComp = (XComponent) UnoRuntime.queryInterface( in createTestEnvironment() local
166 FormTools.createControl(xComp, "Form")); in createTestEnvironment()
174 tEnv.addObjRelation("INSTANCE", FormTools.createControl(xComp, "Form")); in createTestEnvironment()
176 FormTools.createControl(xComp, "Form")); in createTestEnvironment()
/trunk/main/embeddedobj/source/general/
H A Dxcreator.cxx166 uno::Reference< lang::XComponent > xComp( xSubStorage, uno::UNO_QUERY ); in createInstanceInitFromEntry() local
167 if ( xComp.is() ) in createInstanceInitFromEntry()
168 xComp->dispose(); in createInstanceInitFromEntry()
200 uno::Reference< lang::XComponent > xComp( xSubStream, uno::UNO_QUERY ); in createInstanceInitFromEntry() local
201 if ( xComp.is() ) in createInstanceInitFromEntry()
202 xComp->dispose(); in createInstanceInitFromEntry()

Completed in 120 milliseconds

123456789