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()
748 xDF.removeChild(null); in testXDocumentFragment()
1347 xAttr.removeChild(null); in testXAttr()
1535 xText.removeChild(null); in testXText()
1725 xCDS.removeChild(null); in testXCDataSection()
1730 xCDS.removeChild(xCDS2); in testXCDataSection()
2093 xER.removeChild(null); in testXEntityReference()
2097 xER.removeChild(xER); in testXEntityReference()
2240 xPI.removeChild(null); in testXProcessingInstruction()
2311 xRoot.removeChild(xBar); in testXNodeList_ChildList()
[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.hxx159 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CDocumentFragment
162 return CNode::removeChild(oldChild); in removeChild()
H A Dentityreference.hxx161 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CEntityReference
164 return CNode::removeChild(oldChild); in removeChild()
H A Dnotation.hxx169 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CNotation
172 return CNode::removeChild(oldChild); in removeChild()
H A Dprocessinginstruction.hxx180 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CProcessingInstruction
183 return CNode::removeChild(oldChild); in removeChild()
H A Ddocumenttype.hxx197 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CDocumentType
200 return CNode::removeChild(oldChild); in removeChild()
H A Dentity.hxx180 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CEntity
183 return CNode::removeChild(oldChild); in removeChild()
H A Dattr.hxx192 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CAttr
195 return CNode::removeChild(oldChild); in removeChild()
H A Dcharacterdata.hxx216 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CCharacterData
219 return CNode::removeChild(oldChild); in removeChild()
H A Dcdatasection.hxx205 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CCDATASection
208 return CNode::removeChild(oldChild); in removeChild()
H A Dcomment.hxx200 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CComment
203 return CCharacterData::removeChild(oldChild); in removeChild()
H A Dtext.hxx219 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CText
222 return CCharacterData::removeChild(oldChild); in removeChild()
H A Delement.hxx275 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CElement
278 return CNode::removeChild(oldChild); in removeChild()
H A Ddocument.hxx357 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild() function in DOM::CDocument
360 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/sd/source/ui/unoidl/
H A Drandomnode.cxx141 …Reference< XAnimationNode > SAL_CALL removeChild( const Reference< XAnimationNode >& oldChild ) th…
654 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::removeChild( const Reference< XAnimationN… in removeChild() function in sd::RandomAnimationNode
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx271 void SAL_CALL VCLXTabControl::removeChild( const uno::Reference< awt::XLayoutConstrains > &xChild ) in removeChild() function in layoutimpl::VCLXTabControl
276 Box_Base::removeChild( xChild ); in removeChild()
/trunk/main/toolkit/source/layout/core/
H A Ddialogbuttonhbox.hxx40 …void SAL_CALL removeChild( css::uno::Reference< css::awt::XLayoutConstrains > const& xChild ) thro…

Completed in 119 milliseconds

123