Home
last modified time | relevance | path

Searched defs:newChild (Results 1 – 18 of 18) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dattr.hxx104 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
158 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
175 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Delement.hxx168 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
224 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
241 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dprocessinginstruction.hxx81 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
145 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
162 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Ddocumentfragment.hxx61 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
125 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
142 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dentityreference.hxx63 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
127 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
144 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dnotation.hxx71 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
135 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
152 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dentity.hxx82 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
146 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
163 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Ddocumenttype.hxx99 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
163 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
180 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dcharacterdata.hxx104 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
176 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
193 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Ddocument.hxx246 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
306 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
323 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dtext.hxx111 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
179 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
196 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dcomment.hxx96 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
160 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
177 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dcdatasection.hxx100 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
164 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
181 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
H A Dnode.cxx645 Reference< XNode > SAL_CALL CNode::insertBefore( in insertBefore()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx626 …e::insertBefore( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& ) in insertBefore()
634 …de::insertAfter( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& ) in insertAfter()
642 …e::replaceChild( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& ) in replaceChild()
658 …tionNode > SAL_CALL RandomAnimationNode::appendChild( const Reference< XAnimationNode >& newChild ) in appendChild()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityModel.java79 public void addNodeInto(MutableTreeNode newChild, MutableTreeNode parent) { in addNodeInto()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx1814 …tBefore( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) in insertBefore()
1839 …rtAfter( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& refChild ) in insertAfter()
1868 …ceChild( const Reference< XAnimationNode >& newChild, const Reference< XAnimationNode >& oldChild ) in replaceChild()
1918 …XAnimationNode > SAL_CALL AnimationNode::appendChild( const Reference< XAnimationNode >& newChild ) in appendChild()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx71 TVDom* newChild() in newChild() function in treeview::TVDom