Lines Matching refs:UNO_QUERY

392 					    Reference< XIndexAccess> xCont2(xComp, UNO_QUERY);  in lcl_searchElement()
416 Reference< XInterface > xModel(pObj->GetUnoControlModel(), UNO_QUERY); in Inserted()
417 Reference< XFormComponent > xContent(xModel, UNO_QUERY); in Inserted()
496 Reference< XFormComponent > xContent(pObj->GetUnoControlModel(), UNO_QUERY); in Removed()
505 Reference< XIndexContainer > xForm(xContent->getParent(), UNO_QUERY); in Removed()
514 Reference< XEventAttacherManager > xManager(xForm, UNO_QUERY); in Removed()
541 Reference< XPropertySet > xSourceSet(e.Source, UNO_QUERY); in disposing()
561 Reference< XPropertySet > xSet(evt.Source, UNO_QUERY); in propertyChange()
691 Reference< XBindableValue > xBindable( evt.Source, UNO_QUERY ); in propertyChange()
699 xBindingProps.set( xBinding, UNO_QUERY ); in propertyChange()
719 Reference< XListEntrySink > xSink( evt.Source, UNO_QUERY ); in propertyChange()
740 Reference< XPropertySet > xSet(evt.Source, UNO_QUERY); in propertyChange()
800 Reference< XInterface > xIface( evt.Element, UNO_QUERY ); in elementRemoved()
819 Reference< XInterface > xInt(rForms, UNO_QUERY); in AddForms()
829 Reference< XInterface > xInt(rForms, UNO_QUERY); in RemoveForms()
839 Reference< XIndexContainer > xContainer(Element, UNO_QUERY); in TogglePropertyListening()
851 Reference< XPropertySet > xSet(Element, UNO_QUERY); in TogglePropertyListening()
874 Reference< XEventAttacherManager > xManager( _rxContainer, UNO_QUERY ); in switchListening()
904 Reference< XContainer > xSimpleContainer( _rxContainer, UNO_QUERY ); in switchListening()
930 Reference< XPropertySet > xProps( _rxObject, UNO_QUERY ); in switchListening()
940 Reference< XModifyBroadcaster > xBroadcaster( _rxObject, UNO_QUERY ); in switchListening()
962 Reference< XIndexContainer > xContainer( _rxElement, UNO_QUERY ); in AddElement()
983 Reference< XForm > xForm( _rxElement, UNO_QUERY ); in RemoveElement()
984 Reference< XPropertySet > xFormProperties( xForm, UNO_QUERY ); in RemoveElement()
993 Reference< XIndexContainer > xContainer( _rxElement, UNO_QUERY ); in RemoveElement()
1002 ,xObj(evt.Source, UNO_QUERY) in FmUndoPropertyAction()
1094 Reference< XEventAttacherManager > xManager( xCont, UNO_QUERY ); in FmUndoContainerAction()
1119 Reference< XComponent > xComp( xElem, UNO_QUERY ); in DisposeElement()
1123 Reference< XChild > xChild( xElem, UNO_QUERY ); in DisposeElement()
1140 aVal <<= Reference< XFormComponent >( m_xElement, UNO_QUERY ); in implReInsert()
1144 aVal <<= Reference< XForm >( m_xElement, UNO_QUERY ); in implReInsert()
1151 Reference< XEventAttacherManager > xManager( m_xContainer, UNO_QUERY ); in implReInsert()
1180 Reference< XEventAttacherManager > xManager( m_xContainer, UNO_QUERY ); in implReRemove()
1268 Reference< XComponent > xComp(xReplaced, UNO_QUERY); in DisposeElement()
1271 Reference< XChild > xChild(xReplaced, UNO_QUERY); in DisposeElement()
1286 Reference< XChild > xCurrentAsChild( xCurrentModel, UNO_QUERY ); in Undo()
1295 Reference< XFormComponent > xComponent( m_xReplaced, UNO_QUERY ); in Undo()
1298 Reference< XPropertySet > xCurrentAsSet( xCurrentModel, UNO_QUERY ); in Undo()