Lines Matching refs:InterfaceRef
695 …::std::pair<const ::rtl::OUString, InterfaceRef >(::comphelper::getString(evt.OldValue),evt.Source… in propertyChange()
698 InterfaceRef xCorrectType((*i).second); in propertyChange()
700 …m_aMap.insert(::std::pair<const ::rtl::OUString, InterfaceRef >(::comphelper::getString(evt.NewVal… in propertyChange()
863 …m_aMap.insert( ::std::pair< const ::rtl::OUString, InterfaceRef >( sName, pElementMetaData->xInter… in implInsert()
920 InterfaceRef xElement(*i); in removeElementsNoEvents()
934 xChild->setParent(InterfaceRef ()); in removeElementsNoEvents()
944 void OInterfaceContainer::implRemoved( const InterfaceRef& /*_rxObject*/ ) in implRemoved() argument
980 InterfaceRef xOldElement( m_aItems[ _nIndex ] ); in implReplaceByIndex()
992 InterfaceRef xNormalized( xOldElement, UNO_QUERY ); in implReplaceByIndex()
1005 xChild->setParent(InterfaceRef ()); in implReplaceByIndex()
1018 …m_aMap.insert( ::std::pair<const ::rtl::OUString, InterfaceRef >( sName, aElementMetaData.get()->… in implReplaceByIndex()
1061 InterfaceRef xElement(*i); in implRemoveByIndex()
1072 InterfaceRef xNormalized( xElement, UNO_QUERY ); in implRemoveByIndex()
1083 xChild->setParent(InterfaceRef ()); in implRemoveByIndex()
1344 void OFormComponents::setParent(const InterfaceRef& Parent) throw( NoSupportException, RuntimeExcep… in setParent()
1351 InterfaceRef OFormComponents::getParent() throw( RuntimeException ) in getParent()