/trunk/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 546 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 D | editor.cxx | 323 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 D | AccessibilityTreeModel.java | 159 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 D | AccTreeNode.java | 221 public boolean removeChild (int nIndex) in removeChild() method in AccTreeNode 234 bStatus = aDescriptor.maHandler.removeChild (this, nIndex); in removeChild()
|
H A D | VectorNode.java | 56 public boolean removeChild (int nIndex) in removeChild() method in VectorNode
|
H A D | AccessibleTreeNode.java | 74 public boolean removeChild (int nIndex) in removeChild() method in AccessibleTreeNode
|
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wcontainer.cxx | 78 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 D | documentfragment.hxx | 159 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 D | entityreference.hxx | 161 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 D | notation.hxx | 169 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 D | processinginstruction.hxx | 180 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 D | documenttype.hxx | 197 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 D | entity.hxx | 180 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 D | attr.hxx | 192 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 D | characterdata.hxx | 216 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 D | cdatasection.hxx | 205 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 D | comment.hxx | 200 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 D | text.hxx | 219 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 D | element.hxx | 275 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 D | document.hxx | 357 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 D | DeployedUnoPackagesDB.java | 140 main.removeChild(langNodes.item(i)); in clearEntries() 184 langNode.removeChild( e ); in removePackage()
|
H A D | ParcelDescriptor.java | 354 main.removeChild(scriptNodes.item(i)); in clearEntries() 386 main.removeChild(scriptElement); in removeScriptEntry()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 141 …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 D | vclxtabcontrol.cxx | 271 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 D | dialogbuttonhbox.hxx | 40 …void SAL_CALL removeChild( css::uno::Reference< css::awt::XLayoutConstrains > const& xChild ) thro…
|