Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 275) sorted by relevance

1234567891011

/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java628 TreeNode root = new TreeNode(); in convert() local
629 m_Stack.push(root); in convert()
1269 TreeNode root = new TreeNode(); in testText() local
1271 root.appendChild(text); in testText()
1272 doTest(root); in testText()
1278 TreeNode root = new TreeNode(); in testTextField() local
1280 root.appendChild(txtf); in testTextField()
1281 doTest(root); in testTextField()
1287 TreeNode root = new TreeNode(); in testControlChar() local
1289 root.appendChild(cchr); in testControlChar()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java982 Element root = contentDoc.getDocumentElement(); in initContentDOM() local
985 root.appendChild(child); in initContentDOM()
988 root.appendChild(child); in initContentDOM()
991 root.appendChild(child); in initContentDOM()
1006 Element root = settingsDoc.getDocumentElement(); in initSettingsDOM() local
1009 root.appendChild(child); in initSettingsDOM()
1050 Element root = (Element) doc.createElement(rootName); in createSettingsDOM() local
1051 doc.appendChild(root); in createSettingsDOM()
1053 root.setAttribute("xmlns:office", "http://openoffice.org/2000/office"); in createSettingsDOM()
1054 root.setAttribute("xmlns:xlink", "http://openoffice.org/1999/xlink"); in createSettingsDOM()
[all …]
/trunk/main/sysui/desktop/solaris/
H A Dprototype6 d none etc 0755 root sys
7 d none usr 0755 root sys
8 d none usr/bin 0755 root bin
10 f none usr/bin/%PREFIX=%SOURCE/openoffice.sh 0755 root bin
11 f none usr/bin/%PREFIX-printeradmin=%SOURCE/printeradmin.sh 0755 root bin
12 d none usr/share 0755 root sys
13 d none usr/share/applications 0755 root other
14 d none usr/share/mime 0755 root root
15 d none usr/share/mime/packages 0755 root root
16 d none usr/share/application-registry 0755 root other
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java57 public BookSettings(Node root) { in BookSettings() argument
58 readNode(root); in BookSettings()
122 private void addConfigItem(Node root, String attribute, String type, String value) { in addConfigItem() argument
130 root.appendChild(configItem); in addConfigItem()
139 public void writeNode(org.w3c.dom.Document settings, Node root) { in writeNode() argument
148 addConfigItem(root, "ActiveTable", "string", activeSheet); in writeNode()
150 addConfigItem(root, "HasColumnRowHeaders", "boolean", booleanValue); in writeNode()
151 root.appendChild(configItemMapNamed); in writeNode()
175 public void readNode(Node root) { in readNode() argument
177 if (root.hasChildNodes()) { in readNode()
[all …]
H A DSxcDocumentDeserializer.java209 Node root = list.item(0); in initFontTable() local
221 root.appendChild(tableElement); in initFontTable()
286 protected void processSettings(Node root) { in processSettings() argument
298 root.appendChild(configItemSetEntry); in processSettings()
312 … protected void processNameDefinition(Node root, Enumeration eNameDefinitions) throws IOException { in processNameDefinition() argument
324 root.appendChild(namedExpressionsElement); in processNameDefinition()
341 protected void processTable(Node root) throws IOException { in processTable() argument
359 root.appendChild(tableElement); in processTable()
386 protected void processColumns(Node root) throws IOException { in processColumns() argument
416 root.appendChild(colElement); in processColumns()
[all …]
H A DSheetSettings.java75 public SheetSettings(Node root) { in SheetSettings() argument
76 readNode(root); in SheetSettings()
240 private void addConfigItem(Node root, String attribute, String type, String value) { in addConfigItem() argument
248 root.appendChild(configItem); in addConfigItem()
257 public void writeNode(org.w3c.dom.Document settings, Node root) { in writeNode() argument
285 root.appendChild(configItemMapEntry); in writeNode()
325 public void readNode(Node root) { in readNode() argument
327 NamedNodeMap sheetAtt = root.getAttributes(); in readNode()
333 if (root.hasChildNodes()) { in readNode()
335 NodeList nodeList = root.getChildNodes(); in readNode()
H A DNameDefinition.java62 public NameDefinition(Node root) { in NameDefinition() argument
63 readNode(root); in NameDefinition()
141 public void writeNode(org.w3c.dom.Document doc, Node root) { in writeNode() argument
150 root.appendChild(namedRangeElement); in writeNode()
158 root.appendChild(namedExpressionElement); in writeNode()
170 public void readNode(Node root) { in readNode() argument
172 String nodeName = root.getNodeName(); in readNode()
173 NamedNodeMap cellAtt = root.getAttributes(); in readNode()
207 Debug.log(Debug.TRACE, "<OTHERS " + XmlUtil.getNodeInfo(root) + " />"); in readNode()
/trunk/main/jvmfwk/source/
H A Delements.cxx108 xmlNode * root = xmlDocGetRootElement(document); in createSettingsStructure() local
109 if (root == NULL) in createSettingsStructure()
112 xmlNode * cur = root->children; in createSettingsStructure()
132 document, root,(xmlChar*) NS_SCHEMA_INSTANCE); in createSettingsStructure()
136 root,NULL, (xmlChar*) "enabled", (xmlChar*) ""); in createSettingsStructure()
142 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
146 root,NULL, (xmlChar*) "userClassPath", (xmlChar*) ""); in createSettingsStructure()
152 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
156 root,NULL, (xmlChar*) "vmParameters", (xmlChar*) ""); in createSettingsStructure()
162 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
[all …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx146 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in removeElement() local
150 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
154 root->removeChild(aNode); in removeElement()
161 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
273 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getKeyElement() local
275 return xpathApi->selectSingleNode(root, sExpression.makeStringAndClear()); in getKeyElement()
302 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in writeVectorOfPair() local
493 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in writeKeyElement() local
505 getXPathAPI()->selectSingleNode(root, sExpression); in writeKeyElement()
520 root->appendChild(keyNode); in writeKeyElement()
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dboxer.py40 root = Element('vbox')
46 root.appendChild(self.rows[y][xs[0]])
50 root.appendChild(hbox)
55 return root
59 def __init__ (self, root): argument
60 self.root = root
65 for dlgnode in self.root.children:
H A Dsrc2xml.py167 root = parser.parse()
168 s = root.dump()
172 root = parser.parse()
175 root = Boxer(root).layout()
176 output = root.dump()
227 root, ext = os.path.splitext (base)
228 out_name = options.output_dir + '/' + root + '.xml'
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDesign.java62 CGStyle style = ((CGStyle) ((CGSettings) root).cp_Styles.getElement(cp_Style)); in getStyle()
65 (short) ((CGSettings) root).cp_Styles.getIndexOf(style) in getStyle()
71 Object o = ((CGSettings) root).cp_Styles.getElementAt(newStyle[0]); in setStyle()
72 cp_Style = (String) ((CGSettings) root).cp_Styles.getKey(o); in setStyle()
77 CGLayout layout = ((CGLayout) ((CGSettings) root).cp_Layouts.getElement(cp_Layout)); in getLayout()
83 CGLayout layout = (CGLayout) ((CGSettings) root).cp_Layouts.getElementAt(layoutIndex); in setLayout()
84 cp_Layout = (String) ((CGSettings) root).cp_Layouts.getKey(layout); in setLayout()
H A DCGSession.java48 Node root = XMLHelper.addElement(parent, "session", in createDOM() local
59 cp_GeneralInfo.createDOM(root); in createDOM()
61 cp_Content.createDOM(root); in createDOM()
63 return root; in createDOM()
83 return (CGLayout) ((CGSettings) root).cp_Layouts.getElement(cp_Design.cp_Layout); in getLayout()
88 return (CGStyle) ((CGSettings) root).cp_Styles.getElement(cp_Design.cp_Style); in getStyle()
/trunk/main/configmgr/source/
H A Dchildaccess.cxx87 Components & components, rtl::Reference< RootAccess > const & root, in ChildAccess()
90 Access(components), root_(root), parent_(parent), name_(name), node_(node), in ChildAccess()
93 OSL_ASSERT(root.is() && parent.is() && node.is()); in ChildAccess()
97 Components & components, rtl::Reference< RootAccess > const & root, in ChildAccess()
99 Access(components), root_(root), node_(node), inTransaction_(false) in ChildAccess()
101 OSL_ASSERT(root.is() && node.is()); in ChildAccess()
195 rtl::Reference< RootAccess > const & root, in bind()
200 !parent_.is() && root.is() && parent.is() && name.getLength() != 0); in bind()
201 root_ = root; in bind()
/trunk/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java61 Element root, el; in add() local
66 root = (Element) in add()
73 root.appendChild(el); in add()
88 Element root, el; in remove() local
92 root = (Element) in remove()
95 NodeList nl = root.getElementsByTagName("manifest:file-entry"); in remove()
110 root.removeChild((Element)iter.next()); in remove()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFolderPicker.idl49 /** Sets the root directory that the FolderPicker should display.
50 It is not specified which root directory the FolderPicker
51 chooses if the specified root directory doesn't exist.
54 …Specifies the root directory in url format, conform to <a href="http://www.w3.org/Addressing/rfc17…
63 /** Returns the root directory that the FolderPicker is showing. The
64 return value is undefined if the client did not choose a root directory
65 or the previously specified root directory doesn't exist.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigurationRead.java38 XHierarchicalNameAccess root = null; field in ConfigurationRead
61 root = (XHierarchicalNameAccess) in ConfigurationRead()
88 return root.hasByHierarchicalName(name); in hasByHieracrhicalName()
100 UnoRuntime.queryInterface(XNameAccess.class, root); in getRootNodeNames()
114 Object next = root.getByHierarchicalName(name); in getSubNodeNames()
134 return root.getByHierarchicalName(name); in getByHierarchicalName()
/trunk/main/solenv/bin/
H A Dbuild_release.pl433 my $root = $document->documentElement();
437 'name' => $root->getAttribute("name"),
438 'version' => $root->getAttribute("version"),
439 'previous-version' => $root->getAttribute("previous-version"),
451 for my $language_element ($root->getChildrenByTagName("language"))
460 for my $platform_element ($root->getChildrenByTagName("platform"))
469 for my $package_element ($root->getChildrenByTagName("package"))
477 for my $package_element ($root->getChildrenByTagName("platform-package"))
486 for my $download_element ($root->getChildrenByTagName("download"))
496 for my $build_element ($root->getChildrenByTagName("build"))
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java129 private void addFileToParcel(File root, String path, ZipOutputStream out, FileFilter filter) in addFileToParcel() argument
133 if (root.isDirectory() == true) { in addFileToParcel()
134 ze = new ZipEntry(/* PARCEL_PREFIX_DIR + */ path + root.getName() + "/"); in addFileToParcel()
137 File[] children = root.listFiles(); in addFileToParcel()
140 addFileToParcel(children[i], path + root.getName() + "/", out, filter); in addFileToParcel()
143 if (filter.validate(root.getName()) == false && in addFileToParcel()
144 root.getName().equals("parcel-descriptor.xml") == false) in addFileToParcel()
147 ze = new ZipEntry(/* PARCEL_PREFIX_DIR + */ path + root.getName()); in addFileToParcel()
155 fis = new FileInputStream(root); in addFileToParcel()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java398 Element root, item, tempitem; in addScriptEntry() local
400 root = document.createElement("script"); in addScriptEntry()
401 root.setAttribute("language", script.getLanguage()); in addScriptEntry()
418 root.appendChild(item); in addScriptEntry()
422 root.appendChild(item); in addScriptEntry()
426 root.appendChild(item); in addScriptEntry()
440 root.appendChild(item); in addScriptEntry()
444 main.appendChild(root); in addScriptEntry()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java48 private XMLPackageDescription root; field in XMLPackageDescription.PackageDescriptionHandler
52 root = base; in PackageDescriptionHandler()
61 return root; in getDescription()
72 stack.push(root); in startDocument()
182 private void adjust(XMLPackageDescription root) { in adjust() argument
190 child.adjust(root); in adjust()
193 XMLPackageDescription newParent = root.findPackage(childParentName); in adjust()
/trunk/main/offapi/com/sun/star/script/
H A DXStorageBasedLibraryContainer.idl41 <p>A persistent library container is associated with a root storage. The
42 container is responsible for a particular sub storage of the root storage,
51 /** denotes the root storage associated with the container.
71 new root storage. Instead, you need to manually set the <type>RootStroage</type>
76 denotes the root storage into which the libraries should be written, which
79 root storage, as usual.
/trunk/main/sysui/desktop/mandriva/
H A Dmandriva-menus.spec337 %attr(0755,root,root) /usr/bin/soffice
338 %attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
339 %attr(0755,root,root) /usr/bin/%unixfilename-printeradmin
340 %defattr(0644, root, root)
/trunk/main/sysui/desktop/redhat/
H A Dredhat-menus.spec295 %attr(0755,root,root) /usr/bin/soffice
296 %attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
297 %attr(0755,root,root) /usr/bin/%unixfilename-printeradmin
298 %defattr(0644, root, root)
/trunk/main/sysui/desktop/slackware/
H A Dmakefile.mk91 @tar -C $(MISC)/$(TARGET)/empty --owner=root --group=root --same-owner -cf $@ .
103 …@tar -C $(MISC)/$(@:b) --owner=root --group=root --same-owner --exclude application.flag -rf $@.tm…

1234567891011