Home
last modified time | relevance | path

Searched defs:oldChild (Results 1 – 15 of 15) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dattr.hxx171 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
175 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Delement.hxx237 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
241 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dprocessinginstruction.hxx158 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
162 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Ddocumentfragment.hxx138 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
142 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dentityreference.hxx140 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
144 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dnotation.hxx148 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
152 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dentity.hxx159 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
163 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Ddocumenttype.hxx176 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
180 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dcharacterdata.hxx189 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
193 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Ddocument.hxx319 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
323 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dtext.hxx192 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
196 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dcomment.hxx173 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
177 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dcdatasection.hxx177 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
181 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx650 …tionNode > SAL_CALL RandomAnimationNode::removeChild( const Reference< XAnimationNode >& oldChild ) in removeChild()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx1868 …ceChild( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& oldChild ) in replaceChild()
1896 …XAnimationNode > SAL_CALL AnimationNode::removeChild( const Reference< XAnimationNode >& oldChild ) in removeChild()