Searched refs:xControlComp (Results 1 – 2 of 2) sorted by relevance
391 Reference< XComponent > xControlComp( _rControl.getControl(), UNO_QUERY ); in disposeAndClearControl_nothrow() local392 if ( xControlComp.is() ) in disposeAndClearControl_nothrow()393 xControlComp->dispose(); in disposeAndClearControl_nothrow()
1371 Reference< XComponent > const xControlComp( xCtrl, UNO_QUERY_THROW ); in ImplRemoveControl() local1372 xControlComp->dispose(); in ImplRemoveControl()
Completed in 27 milliseconds