Searched refs:_rxNewObject (Results 1 – 2 of 2) sorted by relevance
579 …tionContainer::implAppend(const ::rtl::OUString& _rName, const Reference< XContent >& _rxNewObject) in implAppend() argument584 Reference<XChild> xChild(_rxNewObject,UNO_QUERY); in implAppend()597 lcl_ensureName( _rxNewObject, _rName ); in implAppend()599 ::rtl::Reference< OContentHelper > pContent = OContentHelper::getImplementation( _rxNewObject ); in implAppend()610 m_aDocuments.push_back(m_aDocumentMap.insert(Documents::value_type(_rName,_rxNewObject)).first); in implAppend()613 if ( _rxNewObject.is() ) in implAppend()614 addObjectListener(_rxNewObject); in implAppend()623 …ionContainer::implReplace(const ::rtl::OUString& _rName, const Reference< XContent >& _rxNewObject) in implReplace() argument629 aFind->second = _rxNewObject; in implReplace()
295 const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >& _rxNewObject321 const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >& _rxNewObject
Completed in 20 milliseconds