/trunk/main/animations/source/animcore/ |
H A D | animcore.cxx | 271 …ference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) throw (IllegalA… 272 …ference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) throw (IllegalA… 1835 …tBefore( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) in insertBefore() argument 1840 if( !newChild.is() || !refChild.is() ) in insertBefore() 1843 ChildList_t::iterator before = ::std::find(maChilds.begin(), maChilds.end(), refChild); in insertBefore() 1861 …rtAfter( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) in insertAfter() argument 1866 if( !newChild.is() || !refChild.is() ) in insertAfter() 1869 ChildList_t::iterator before = ::std::find(maChilds.begin(), maChilds.end(), refChild); in insertAfter()
|
/trunk/main/unoxml/source/dom/ |
H A D | node.cxx | 664 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 667 if (!newChild.is() || !refChild.is()) { throw RuntimeException(); } in insertBefore() 674 if (refChild->getParentNode() != Reference< XNode >(this)) { in insertBefore() 683 CNode *const pRefNode(CNode::GetImplementation(refChild)); in insertBefore() 736 return refChild; in insertBefore()
|
H A D | documentfragment.hxx | 144 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 147 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | entityreference.hxx | 146 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 149 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | notation.hxx | 154 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 157 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | processinginstruction.hxx | 165 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 168 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | documenttype.hxx | 182 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 185 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | entity.hxx | 165 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 168 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | attr.hxx | 177 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 180 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | characterdata.hxx | 201 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 204 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | cdatasection.hxx | 190 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 193 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | comment.hxx | 185 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 188 return CCharacterData::insertBefore(newChild, refChild); in insertBefore()
|
H A D | text.hxx | 204 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 207 return CCharacterData::insertBefore(newChild, refChild); in insertBefore()
|
H A D | element.hxx | 260 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 263 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | document.hxx | 342 const Reference< XNode >& newChild, const Reference< XNode >& refChild) in insertBefore() 345 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | node.hxx | 275 const Reference< XNode >& newChild, const Reference< XNode >& refChild)
|
/trunk/main/offapi/com/sun/star/animations/ |
H A D | XTimeContainer.idl | 87 XAnimationNode insertBefore( [in] XAnimationNode newChild, [in] XAnimationNode refChild ) 95 XAnimationNode insertAfter( [in] XAnimationNode newChild, [in] XAnimationNode refChild )
|
/trunk/main/offapi/com/sun/star/xml/dom/ |
H A D | XNode.idl | 196 Inserts the node newChild before the existing child node refChild. 205 <p>NOT_FOUND_ERR: Raised if refChild is not a child of this node. 207 XNode insertBefore([in] XNode newChild, [in] XNode refChild) raises (DOMException);
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 138 …ference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) throw (IllegalA… 139 …ference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) throw (IllegalA…
|