Home
last modified time | relevance | path

Searched refs:removeNode (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx579 removeNode(pChild); in recursiveDelete()
644 void XMLDocumentWrapper_XmlSecImpl::removeNode(const xmlNodePtr pNode) const in removeNode() function in XMLDocumentWrapper_XmlSecImpl
805 removeNode(pOldCurrentElement); in removeCurrentElement()
866 removeNode(pTargetNode); in collapse()
H A Dxmldocumentwrapper_xmlsecimpl.hxx128 void removeNode( const xmlNodePtr pNode) const;
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DDocumentMerge.java125 removeNode((Node)(orgSeq.currentElement())); in applyDifference()
198 protected void removeNode(Node node) { in removeNode() method in DocumentMerge
H A DSheetMerge.java61 protected void removeNode(Node node) { in removeNode() method in SheetMerge
/trunk/main/wizards/com/sun/star/wizards/web/
H A DBackgroundsDialog.java231 Configuration.removeNode(conf, imageName); in remove()
H A DWWD_Events.java228 Configuration.removeNode(xMSF, CONFIG_PATH + "/SavedSessions", name); in delSession()
845 Configuration.removeNode(conf, name); in saveSession()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java116 Configuration.removeNode(configView, children[i]); in writeConfiguration()
H A DConfiguration.java295 …public static void removeNode(Object configView, String name) throws NoSuchElementException, Wrapp… in removeNode() method in Configuration
320 …public static void removeNode(XMultiServiceFactory xmsf, String path, String name) throws com.sun.… in removeNode() method in Configuration
323 removeNode(view, name); in removeNode()
/trunk/main/unotools/source/config/
H A Dconfignode.cxx216 sal_Bool OConfigurationNode::removeNode(const ::rtl::OUString& _rName) const throw() in removeNode() function in utl::OConfigurationNode
/trunk/main/unotools/inc/unotools/
H A Dconfignode.hxx145 sal_Bool removeNode(const ::rtl::OUString& _rName) const throw();
147 sal_Bool removeNode( const sal_Char* _pAsciiName ) const in removeNode() function in utl::OConfigurationNode
149 return removeNode( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in removeNode()
/trunk/main/toolkit/test/accessibility/
H A DTopWindowListener.java136 maModel.removeNode (xTopLevelObject.getAccessibleContext()); in RemoveTopLevelNode()
H A DCanvas.java110 public void removeNode (AccTreeNode aNode) in removeNode() method in Canvas
144 removeNode ((AccTreeNode)maNodes.elementAt(0)); in clear()
H A DChildEventHandler.java54 maTreeModel.removeNode (mxOldChild.getAccessibleContext()); in Process()
H A DEventListener.java71 maTreeModel.removeNode (xContext); in disposing()
H A DAccessibilityTreeModel.java113 maCanvas.removeNode (aNode); in setRoot()
196 public void removeNode (XAccessibleContext xNode) in removeNode() method in AccessibilityTreeModel
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java256 selectorPanel.removeNode(node); in doDelete()
428 public void removeNode(DefaultMutableTreeNode node) { in removeNode() method in ScriptSelectorPanel
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/cfgmgr2/
H A Dcom.sun.star.comp.configuration.backend.LayerUpdateMerger.csv7 "LayerUpdateMerger";"com::sun::star::configuration::backend::XUpdateHandler";"removeNode()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XUpdateHandler.java233 oObj.removeNode("whatever"); in _startUpdate()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl307 void removeNode( [in] string aName )
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java327 public void removeNode(DefaultMutableTreeNode node) { in removeNode() method in ScriptSelectorPanel
/trunk/main/forms/qa/integration/forms/
H A DXMLFormSettings.java86 defaultInstance.removeNode( "instanceData" ); in before()
/trunk/main/forms/qa/org/openoffice/xforms/
H A DInstance.java111 public XNode removeNode( String _elementName ) throws DOMException in removeNode() method in Instance
113 return removeNode( m_domInstance, _elementName ); in removeNode()
123 public XNode removeNode( XNode _parentElement, String _elementName ) throws DOMException in removeNode() method in Instance
/trunk/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx295 aFields.removeNode( *pExistentFields ); in writeTemplateAddressFieldMapping()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx326 || !m_aConfigurationRoot.removeNode( aNodeForName.getLocalName() ) in revokeDatabaseLocation()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityModel.java132 public AccessibilityNode removeNode(XAccessible xAccessible) { in removeNode() method in AccessibilityModel
144 public AccessibilityNode removeNode(Object o) { in removeNode() method in AccessibilityModel
146 return removeNode((XAccessible) o); in removeNode()

Completed in 148 milliseconds

12