Home
last modified time | relevance | path

Searched refs:aSetNode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unotools/source/config/
H A Dcmdoptions.cxx484 OUString aSetNode( SETNODE_DISABLED ); in impl_GetPropertyNames() local
485 aSetNode += PATHDELIMITER; in impl_GetPropertyNames()
494 aBuffer.append( aSetNode ); in impl_GetPropertyNames()
H A Deventcfg.cxx226 OUString aSetNode( SETNODE_BINDINGS ); in initBindingInfo() local
227 aSetNode += PATHDELIMITER; in initBindingInfo()
237 aBuffer.append( aSetNode ); in initBindingInfo()
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java385 org.w3c.dom.Node aSetNode = (org.w3c.dom.Node)it1.nextElement(); in fromXML() local
386 …java.lang.String sSetName = XMLHelper.extractNodeAttribByName(aSetNode, XMLHelper.XMLATTRIB_OOR_NA… in fromXML()
388 …w new java.io.IOException("unsupported format: could not extract set name on node ...\n"+aSetNode); in fromXML()
424 …ception("unsupported format: unknown set name [\""+sSetName+"\"] detected on node ...\n"+aSetNode); in fromXML()
427 …java.util.Vector lChildNodes = XMLHelper.extractChildNodesByTagName(aSetNode, XMLHelper.XMLTA… in fromXML()

Completed in 40 milliseconds