Lines Matching refs:UNO_QUERY

183         uno::Reference<beans::XPropertySet> xProp(aIter->first,uno::UNO_QUERY);  in Clear()
235 Reference< XPropertySet > xSourceSet(e.Source, UNO_QUERY); in disposing()
238 uno::Reference< report::XSection> xSection(xSourceSet,uno::UNO_QUERY); in disposing()
257 Reference< XPropertySet > xSet( _rEvent.Source, UNO_QUERY ); in propertyChange()
361 uno::Reference< report::XSection> xSection( xSet, uno::UNO_QUERY ); in propertyChange()
392 Reference<container::XChild> xParent(_xContainer->getParent(),uno::UNO_QUERY); in getSection()
406 Reference< uno::XInterface > xIface( evt.Element, UNO_QUERY ); in elementInserted()
409 Reference< report::XReportComponent > xReportComponent( xIface, UNO_QUERY ); in elementInserted()
412 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementInserted()
421 …tPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection>(*aFind,uno::UNO_QUERY)); in elementInserted()
435 uno::Reference< report::XFunctions> xContainer(evt.Source,uno::UNO_QUERY); in elementInserted()
463 Reference< XInterface > xIface(evt.ReplacedElement,uno::UNO_QUERY); in elementReplaced()
467 xIface.set(evt.Element,uno::UNO_QUERY); in elementReplaced()
479 Reference< uno::XInterface > xIface( evt.Element, UNO_QUERY ); in elementRemoved()
482 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementRemoved()
485 Reference< report::XReportComponent > xReportComponent( xIface, UNO_QUERY ); in elementRemoved()
503 uno::Reference< report::XFunctions> xFunctions(evt.Source,uno::UNO_QUERY); in elementRemoved()
531 uno::Reference<report::XGroup> xGroup(xChild->getParent(),uno::UNO_QUERY); in AddSection()
561 Reference< XIndexAccess > xContainer(Element, UNO_QUERY); in TogglePropertyListening()
568 xInterface.set(xContainer->getByIndex( i ),uno::UNO_QUERY); in TogglePropertyListening()
573 Reference< XPropertySet > xSet(Element, UNO_QUERY); in TogglePropertyListening()
598 xInterface.set(_rxContainer->getByIndex( i ),uno::UNO_QUERY); in switchListening()
606 Reference< XContainer > xSimpleContainer( _rxContainer, UNO_QUERY ); in switchListening()
631 Reference< XPropertySet > xProps( _rxObject, UNO_QUERY ); in switchListening()
641 Reference< XModifyBroadcaster > xBroadcaster( _rxObject, UNO_QUERY ); in switchListening()
663 Reference< XIndexAccess > xContainer( _rxElement, UNO_QUERY ); in AddElement()
673 uno::Reference<beans::XPropertySet> xProp(_rxElement,uno::UNO_QUERY); in RemoveElement()
678 Reference< XIndexAccess > xContainer( _rxElement, UNO_QUERY ); in RemoveElement()