Home
last modified time | relevance | path

Searched refs:removeChild (Results 1 – 25 of 64) sorted by relevance

123

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java546 xDoc.removeChild(null); in testXDocument()
550 xDoc.removeChild(xElemFoo); in testXDocument()
557 XNode xRemoved = xDoc.removeChild(xPI); in testXDocument()
748 xDF.removeChild(null); in testXDocumentFragment()
752 xDF.removeChild(xComment); in testXDocumentFragment()
759 XNode xRemoved = xDF.removeChild(xText); in testXDocumentFragment()
1130 xElemFoo.removeChild(null); in testXElement()
1134 xElemFoo.removeChild(xElemFoo); in testXElement()
1141 XNode xRemoved = xElemFoo.removeChild(xComment); in testXElement()
1347 xAttr.removeChild(null); in testXAttr()
[all …]
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx323 mxContainer->removeChild( pChild->mxWidget ); in addChild()
325 mxContainer->removeChild( aChildren[ i ] ); in addChild()
359 bool removeChild( Widget *pChild ) in removeChild() function in Widget
364 mxContainer->removeChild( pChild->mxWidget ); in removeChild()
380 removeChild( pChild ); in swapWithChild()
388 pChild->removeChild( *it ); in swapWithChild()
396 removeChild( *jt ); in swapWithChild()
407 pParent->removeChild( this ); in swapWithChild()
691 pContainer->removeChild( pWidget ); in moveWidget()
1654 pWidget->up()->removeChild( pWidget ); in removePressed()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java159 protected boolean removeChild (AccessibleTreeNode aNode) in removeChild() method in AccessibilityTreeModel
172 if ( ! removeChild (aNode.getChildNoCreate (0))) in removeChild()
180 aParent.removeChild (nIndex); in removeChild()
203 removeChild (aNode); in removeNode()
H A DAccTreeNode.java221 public boolean removeChild (int nIndex) in removeChild() method in AccTreeNode
234 bStatus = aDescriptor.maHandler.removeChild (this, nIndex); in removeChild()
H A DVectorNode.java56 public boolean removeChild (int nIndex) in removeChild() method in VectorNode
H A DAccessibleTreeNode.java74 public boolean removeChild (int nIndex) in removeChild() method in AccessibleTreeNode
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx78 mxContainer->removeChild( xChild ); in Remove()
87 mxContainer->removeChild( xChild ); in Remove()
96 mxContainer->removeChild( children[i] ); in Clear()
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx138 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CDocumentFragment
140 return CNode::removeChild(oldChild); in removeChild()
H A Dnotation.hxx148 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CNotation
150 return CNode::removeChild(oldChild); in removeChild()
H A Dentity.hxx159 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CEntity
161 return CNode::removeChild(oldChild); in removeChild()
H A Dentityreference.hxx140 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CEntityReference
142 return CNode::removeChild(oldChild); in removeChild()
H A Dprocessinginstruction.hxx158 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CProcessingInstruction
160 return CNode::removeChild(oldChild); in removeChild()
H A Dattr.hxx171 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CAttr
173 return CNode::removeChild(oldChild); in removeChild()
H A Ddocumenttype.hxx176 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CDocumentType
178 return CNode::removeChild(oldChild); in removeChild()
H A Dcharacterdata.hxx189 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CCharacterData
191 return CNode::removeChild(oldChild); in removeChild()
H A Dcomment.hxx173 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CComment
175 return CCharacterData::removeChild(oldChild); in removeChild()
H A Dtext.hxx192 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CText
194 return CCharacterData::removeChild(oldChild); in removeChild()
H A Dcdatasection.hxx177 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CCDATASection
179 return CNode::removeChild(oldChild); in removeChild()
H A Delement.hxx237 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CElement
239 return CNode::removeChild(oldChild); in removeChild()
H A Ddocument.hxx319 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CDocument
321 return CNode::removeChild(oldChild); in removeChild()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DDeployedUnoPackagesDB.java140 main.removeChild(langNodes.item(i)); in clearEntries()
184 langNode.removeChild( e ); in removePackage()
H A DParcelDescriptor.java354 main.removeChild(scriptNodes.item(i)); in clearEntries()
386 main.removeChild(scriptElement); in removeScriptEntry()
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx269 void SAL_CALL VCLXTabControl::removeChild( const uno::Reference< awt::XLayoutConstrains > &xChild ) in removeChild() function in layoutimpl::VCLXTabControl
273 Box_Base::removeChild( xChild ); in removeChild()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx141 Reference< XAnimationNode > SAL_CALL removeChild( const Reference< XAnimationNode >& oldChild );
650 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::removeChild( const Reference< XAnimationN… in removeChild() function in sd::RandomAnimationNode
/trunk/main/toolkit/source/layout/core/
H A Ddialogbuttonhbox.hxx40 void SAL_CALL removeChild( css::uno::Reference< css::awt::XLayoutConstrains > const& xChild );

123