/aoo4110/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 1272 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 …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 982 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 …]
|
/aoo4110/main/sysui/desktop/solaris/ |
H A D | prototype | 6 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 …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | BookSettings.java | 57 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 D | SxcDocumentDeserializer.java | 209 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 D | NameDefinition.java | 62 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()
|
H A D | SheetSettings.java | 75 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()
|
/aoo4110/main/jvmfwk/source/ |
H A D | elements.cxx | 109 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 …]
|
/aoo4110/main/toolkit/src2xml/source/ |
H A D | boxer.py | 40 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 D | src2xml.py | 167 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'
|
/aoo4110/main/desktop/source/deployment/registry/ |
H A D | dp_backenddb.cxx | 150 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 …]
|
/aoo4110/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGDesign.java | 62 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 D | CGSession.java | 48 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()
|
/aoo4110/main/xmlsecurity/test_docs/CAs/ |
H A D | README.txt | 10 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 …]
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/xml/ |
H A D | Manifest.java | 61 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()
|
/aoo4110/main/configmgr/source/ |
H A D | childaccess.cxx | 87 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()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | ConfigurationRead.java | 38 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()
|
/aoo4110/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFolderPicker.idl | 49 /** 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.
|
/aoo4110/main/solenv/bin/ |
H A D | build_release.pl | 433 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 …]
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/zip/ |
H A D | ParcelZipper.java | 129 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()
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
H A D | XMLPackageDescription.java | 48 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()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ParcelDescriptor.java | 398 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()
|
/aoo4110/main/offapi/com/sun/star/script/ |
H A D | XStorageBasedLibraryContainer.idl | 44 <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.
|
/aoo4110/main/sysui/desktop/mandriva/ |
H A D | mandriva-menus.spec | 337 %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)
|
/aoo4110/main/sysui/desktop/redhat/ |
H A D | redhat-menus.spec | 296 %attr(0755,root,root) /usr/bin/soffice 297 %attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename 298 %attr(0755,root,root) /usr/bin/%unixfilename-printeradmin 299 %defattr(0644, root, root)
|