Home
last modified time | relevance | path

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

12345678910>>...12

/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java1272 doTest(root); in testText()
1281 doTest(root); in testTextField()
1290 doTest(root); in testControlChar()
1301 doTest(root); in testSoftPageBreak()
1310 doTest(root); in testFootnote()
1319 doTest(root); in testFrameAs()
1330 doTest(root); in testFrameAt()
1341 doTest(root); in testBookmarkPoint()
1354 doTest(root); in testBookmark()
1366 doTest(root); in testBookmarkPointXmlId()
[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()
1056 root.setAttribute("office:version", "1.0"); in createSettingsDOM()
1090 doc.appendChild(root); in createDOM()
[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
12 d none usr/share 0755 root sys
14 d none usr/share/mime 0755 root root
15 d none usr/share/mime/packages 0755 root root
17 d none usr/share/mime-info 0755 root other
18 d none usr/share/pixmaps 0755 root other
19 d none share/mime 0755 root other
20 d none share/mime/packages 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()
324 root.appendChild(namedExpressionsElement); in processNameDefinition()
341 protected void processTable(Node root) throws IOException { in processTable() argument
359 root.appendChild(tableElement); in processTable()
416 root.appendChild(colElement); in processColumns()
435 protected void processCells(Node root) throws IOException { in processCells() argument
520 root.appendChild(rowElement); in processCells()
[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.cxx109 if (root == NULL) in createSettingsStructure()
112 xmlNode * cur = root->children; in createSettingsStructure()
142 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
152 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
162 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
172 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
183 xmlAddChild(root, nodeCrLf); in createSettingsStructure()
464 root, in write()
856 xmlNodePtr root = xmlNewDocNode( in createSettingsDocument() local
859 if (root == NULL) in createSettingsDocument()
[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/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx150 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
154 root->removeChild(aNode); in removeElement()
161 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement()
505 getXPathAPI()->selectSingleNode(root, sExpression); in writeKeyElement()
520 root->appendChild(keyNode); in writeKeyElement()
596 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getOneChildFromAllEntries() local
612 xpathApi->selectNodeList(root, buf.makeStringAndClear()); in getOneChildFromAllEntries()
661 getXPathAPI()->selectSingleNode(root, sExpression); in addEntry()
671 root->appendChild(helpNode); in addEntry()
694 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getEntry() local
[all …]
/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/xmlsecurity/test_docs/CAs/
H A DREADME.txt10 Valid root CA certificate.
34 Valid root CA certificate.
58 Valid root CA certificate.
82 Valid root CA certificate.
147 Valid root CA certificate.
172 Valid root CA certificate.
196 Valid root CA certificate.
261 Valid root CA certificate.
326 Valid root CA certificate. (Not installed.)
350 Valid root CA certificate.
[all …]
/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.idl44 <p>A persistent library container is associated with a root storage. The
45 container is responsible for a particular sub storage of the root storage,
54 /** denotes the root storage associated with the container.
74 new root storage. Instead, you need to manually set the <type>RootStroage</type>
79 denotes the root storage into which the libraries should be written, which
82 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)

Completed in 130 milliseconds

12345678910>>...12