Lines Matching refs:UNO_QUERY

162 		Reference< XCloneable > xCloneSource( _rSource.first, UNO_QUERY );  in operator ()()
163 Reference< XControlModel > xClone( xCloneSource->createClone(), UNO_QUERY ); in operator ()()
397 Reference< XServiceInfo > xSI( xObject, UNO_QUERY ); in createInstance()
398 Reference< XCloneable > xCloneAccess( xSI, UNO_QUERY ); in createInstance()
399 Reference< XAggregation > xAgg( xCloneAccess, UNO_QUERY ); in createInstance()
422 const Reference< XInitialization > xInstanceInit( xInstance, UNO_QUERY ); in createInstanceWithArguments()
556 Reference< beans::XPropertySet > xProps( xM, UNO_QUERY ); in insertByName()
615 Reference< XPropertySet > xPS( aElementPos->first, UNO_QUERY ); in removeByName()
665 Reference< XPropertySet > xProps( aPos->first, UNO_QUERY ); in setControlModels()
695 Reference< XPropertySet > xControlProps( xModel, UNO_QUERY ); in getControlModels()
765 Reference<XPropertySet> xThis(*this,UNO_QUERY); in getTitle()
773 Reference<XPropertySet> xThis(*this,UNO_QUERY); in setTitle()
808 Reference< XPropertySet > xModelProps( _rxModel, UNO_QUERY ); in lcl_getDialogStep()
956 Reference< XPropertySet > xModelProps( *pControlModels, UNO_QUERY ); in implUpdateGroupStructure()
989 Reference< XPropertySet > xModelProps( *pControlModels, UNO_QUERY ); in implUpdateGroupStructure()
1019 Reference< XPropertySet > xModelProps( *pControlModels, UNO_QUERY ); in implUpdateGroupStructure()
1046 CompareControlModel( Reference< XControlModel >( _rEvent.Source, UNO_QUERY ) ) in propertyChange()
1069 Reference< XPropertySet > xModelProps( _rxChildModel, UNO_QUERY ); in startControlListening()
1083 Reference< XPropertySet > xModelProps( _rxChildModel, UNO_QUERY ); in stopControlListening()
1136 Reference< util::XModifyBroadcaster > xModifyBroadcaster( rResource, UNO_QUERY ); in startListening()
1156 Reference< util::XModifyListener > xThis( static_cast<OWeakObject*>( this ), UNO_QUERY ); in startListening()
1185 xModifyBroadcaster = Reference< util::XModifyBroadcaster >( m_xResource, UNO_QUERY ); in stopListening()
1189 Reference< util::XModifyListener > xThis( static_cast< OWeakObject* >( this ), UNO_QUERY ); in stopListening()
1252 Reference< XInterface > xIfacRes( m_xResource, UNO_QUERY ); in disposing()
1253 Reference< XInterface > xIfacList( m_xListener, UNO_QUERY ); in disposing()
1263 xListener = Reference< lang::XEventListener >( m_xListener, UNO_QUERY ); in disposing()
1288 xListener = Reference< lang::XEventListener >( m_xListener, UNO_QUERY ); in disposing()
1296 Reference< util::XModifyBroadcaster > xModifyBroadcaster( xResource, UNO_QUERY ); in disposing()
1297 Reference< util::XModifyListener > xThis( static_cast< OWeakObject* >( this ), UNO_QUERY ); in disposing()
1327 static_cast< OWeakObject* >( this ), UNO_QUERY )); in ControlContainerBase()
1342 Reference< XPropertySet > xP( rxModel, UNO_QUERY ); in ImplInsertControl()
1383 Reference< XPropertySet > xP( rxCtrl->getModel(), UNO_QUERY ); in ImplSetPosSize()
1406 Reference< XDevice > xD( xPeer, UNO_QUERY ); in ImplSetPosSize()
1435 Reference < XWindow > xW( rxCtrl, UNO_QUERY ); in ImplSetPosSize()
1448 Reference< XEventListener > xListener( mxListener, UNO_QUERY ); in dispose()
1490 Reference< XContainer > xC( getModel(), UNO_QUERY ); in setModel()
1494 Reference< XChangesNotifier > xChangeNotifier( getModel(), UNO_QUERY ); in setModel()
1503 Reference< XNameAccess > xNA( getModel(), UNO_QUERY ); in setModel()
1518 Reference< XContainer > xC( getModel(), UNO_QUERY ); in setModel()
1522 Reference< XChangesNotifier > xChangeNotifier( getModel(), UNO_QUERY ); in setModel()
1527 Reference< XTabControllerModel > xTabbing( getModel(), UNO_QUERY ); in setModel()
1644 Reference< XControlModel > xModel( rEvt.Source, UNO_QUERY ); in ImplModelPropertiesChanged()
1656 … Reference< XControl > xThis( (XAggregation*)(::cppu::OWeakAggObject*)this, UNO_QUERY ); in ImplModelPropertiesChanged()
1681 Reference< XMultiPropertySet > xProps( _rxControl->getModel(), UNO_QUERY ); in addingControl()
1703 Reference< XMultiPropertySet > xProps( _rxControl->getModel(), UNO_QUERY ); in removingControl()
1736 xPropertySet = Reference< XPropertySet >( xControl->getModel(), UNO_QUERY ); in lcl_ApplyResolverToNestedContainees()
1749 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in lcl_ApplyResolverToNestedContainees()
1750 Reference< XPropertiesChangeListener > xListener( xPropertySet, UNO_QUERY ); in lcl_ApplyResolverToNestedContainees()
1761 uno::Reference< XControlContainer > xNestedContainer( xControl, uno::UNO_QUERY ); in lcl_ApplyResolverToNestedContainees()
1796 Reference< XPropertySet > xPropertySet( getModel(), UNO_QUERY ); in ImplUpdateResourceResolver()
1799 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in ImplUpdateResourceResolver()
1800 Reference< XPropertiesChangeListener > xListener( xPropertySet, UNO_QUERY ); in ImplUpdateResourceResolver()