/aoo4110/main/sysui/desktop/os2/ |
H A D | makefile.mk | 37 $(MISC)$/ooo-base-doc.ico \ 39 $(MISC)$/ooo-calc-doc.ico \ 41 $(MISC)$/ooo-chart-doc.ico \ 44 $(MISC)$/ooo-draw-doc.ico \ 46 $(MISC)$/ooo-empty-doc.ico \ 48 $(MISC)$/ooo-image-doc.ico \ 56 $(MISC)$/ooo-math-doc.ico \ 59 $(MISC)$/ooo-web-doc.ico \ 76 $(MISC)$/so8-base-doc.ico \ 78 $(MISC)$/so8-calc-doc.ico \ [all …]
|
/aoo4110/main/sfx2/ |
H A D | Library_sfx.mk | 174 sfx2/source/doc/docfac \ 175 sfx2/source/doc/docfile \ 176 sfx2/source/doc/docfilt \ 177 sfx2/source/doc/docinf \ 181 sfx2/source/doc/doctdlg \ 185 sfx2/source/doc/docvor \ 189 sfx2/source/doc/iframe \ 190 sfx2/source/doc/new \ 191 sfx2/source/doc/objcont \ 197 sfx2/source/doc/objuno \ [all …]
|
/aoo4110/main/desktop/util/ |
H A D | ooverinfo2.rc | 24 ICON 2 "icons/ooo-writer-doc.ico" 26 ICON 4 "icons/ooo-calc-doc.ico" 28 ICON 6 "icons/ooo-draw-doc.ico" 30 ICON 8 "icons/ooo-impress-doc.ico" 34 //ICON 12 "icons/ooo-html-doc.ico" 35 ICON 13 "icons/ooo-chart-doc.ico" 36 ICON 14 "icons/ooo-base-doc.ico" 37 ICON 15 "icons/ooo-math-doc.ico" 39 ICON 17 "icons/ooo-macro-doc.ico" 42 ICON 20 "icons/ooo-image-doc.ico" [all …]
|
/aoo4110/main/sysui/desktop/icons/ |
H A D | makefile.mk | 64 $(MISC)$/ooo-base-doc.ico \ 66 $(MISC)$/ooo-calc-doc.ico \ 68 $(MISC)$/ooo-chart-doc.ico \ 71 $(MISC)$/ooo-draw-doc.ico \ 73 $(MISC)$/ooo-empty-doc.ico \ 75 $(MISC)$/ooo-image-doc.ico \ 79 $(MISC)$/ooo-macro-doc.ico \ 81 $(MISC)$/ooo-master-doc.ico \ 83 $(MISC)$/ooo-math-doc.ico \ 86 $(MISC)$/ooo-web-doc.ico \ [all …]
|
/aoo4110/main/autodoc/inc/ary/info/ |
H A D | docstore.hxx | 37 namespace doc namespace 53 DYN doc::Node & let_drDocu ); 55 DYN doc::Node & let_drDocu ); 58 DYN doc::Node & let_drDocu ); 61 DYN doc::Node & let_drDocu, 64 DYN doc::Node & let_drDocu, 69 DYN doc::Node & let_drDocu ) = 0; 71 DYN doc::Node & let_drDocu ) = 0; 74 DYN doc::Node & let_drDocu ) = 0; 77 DYN doc::Node & let_drDocu, [all …]
|
/aoo4110/main/sw/ |
H A D | Library_sw.mk | 159 sw/source/core/doc/doc \ 161 sw/source/core/doc/docbm \ 165 sw/source/core/doc/docdde \ 168 sw/source/core/doc/docedt \ 169 sw/source/core/doc/docfld \ 170 sw/source/core/doc/docfly \ 171 sw/source/core/doc/docfmt \ 172 sw/source/core/doc/docftn \ 175 sw/source/core/doc/doclay \ 176 sw/source/core/doc/docnew \ [all …]
|
/aoo4110/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentDeserializerImpl.java | 93 Document doc = null; in deserialize() local 108 doc = buildDocument(docName, text); in deserialize() 113 return doc; in deserialize() 135 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in buildDocument() local 140 NodeList list = doc.getElementsByTagName(TAG_OFFICE_BODY); in buildDocument() 154 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument() 171 Element tabNode = doc.createElement(TAG_TAB_STOP); in buildDocument() 189 paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument() 211 addTextNode(doc, paraNode, text, in buildDocument() 261 addTextNode(doc, paraNode, text, startIndex, lastIndex); in buildDocument() [all …]
|
/aoo4110/main/desktop/source/deployment/registry/ |
H A D | dp_backenddb.cxx | 145 const Reference<css::xml::dom::XDocument> doc = getDocument(); in removeElement() local 272 const Reference<css::xml::dom::XDocument> doc = getDocument(); in getKeyElement() local 328 doc->createTextNode( i->first)); in writeVectorOfPair() 342 doc->createTextNode( i->second)); in writeVectorOfPair() 435 doc->createTextNode( *i), css::uno::UNO_QUERY_THROW); in writeSimpleList() 468 doc->createTextNode(value), UNO_QUERY_THROW); in writeSimpleElement() 595 Reference<css::xml::dom::XDocument> doc = getDocument(); in getOneChildFromAllEntries() local 596 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getOneChildFromAllEntries() 653 Reference<css::xml::dom::XDocument> doc = getDocument(); in addEntry() local 693 Reference<css::xml::dom::XDocument> doc = getDocument(); in getEntry() local [all …]
|
/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | DataSheet.java | 38 private Document doc = null; field in DataSheet 50 doc = FileUtil.parseXML(file.getAbsolutePath()); in DataSheet() 51 if (doc != null) { in DataSheet() 60 doc = FileUtil.newXML(); in DataSheet() 61 workBookEl = doc.createElement("Workbook"); in DataSheet() 64 doc.appendChild(workBookEl); in DataSheet() 89 Element tableEl = doc.createElement("Table"); in getTableElement() 96 Element rowEl = doc.createElement("Row"); in addRow() 98 Element cellEl = doc.createElement("Cell"); in addRow() 100 Element dataEl = doc.createElement("Data"); in addRow() [all …]
|
H A D | XMLReporter.java | 49 private Document doc = null; field in XMLReporter 77 testcaseEl = doc.createElement("testcase"); in testStarted() 101 Element errorEl = doc.createElement("error"); in testFailure() 121 Element ignoredEl = doc.createElement("ignored"); in testIgnored() 155 doc = FileUtil.newXML(); in startSuite() 157 testsuiteEl = doc.createElement("testsuite"); in startSuite() 160 doc.appendChild(testsuiteEl); in startSuite() 168 if (doc != null) { in store() 190 Element prop = doc.createElement("property"); in store() 206 FileUtil.storeXML(doc, file); in store() [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/web/export/ |
H A D | AbstractExporter.java | 96 protected Object openDocument(CGDocument doc, XMultiServiceFactory xmsf) in openDocument() argument 116 pageCount(doc, document); in openDocument() 125 protected void closeDocument(Object doc, XMultiServiceFactory xmsf) in closeDocument() argument 141 private void pageCount(CGDocument doc, Object document) in pageCount() argument 143 if (doc.appType.equals(TypeDetection.WRITER_DOC)) in pageCount() 145 doc.pages = TextDocument.getPageCount(document); in pageCount() 147 else if (doc.appType.equals(TypeDetection.IMPRESS_DOC)) in pageCount() 149 doc.pages = OfficeDocument.getSlideCount(document); in pageCount() 151 else if (doc.appType.equals(TypeDetection.DRAW_DOC)) in pageCount() 153 doc.pages = OfficeDocument.getSlideCount(document); in pageCount() [all …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 74 private org.w3c.dom.Document doc = null; field in SxcDocumentDeserializer 172 doc = sxcDoc.getContentDOM(); in deserialize() 208 NodeList list = doc.getElementsByTagName(TAG_OFFICE_FONT_DECLS); in initFontTable() 245 NodeList list = doc.getElementsByTagName(TAG_OFFICE_BODY); in decode() 321 tableEntry.writeNode(doc, namedExpressionsElement); in processNameDefinition() 346 Element tableElement = (Element) doc.createElement(TAG_TABLE); in processTable() 557 cellElement = (Element) doc.createElement(TAG_TABLE_CELL); in processCells() 559 Node bodyNode = doc.getElementsByTagName(TAG_OFFICE_BODY).item(0); in processCells() 562 autoStylesNode = doc.getElementsByTagName( in processCells() 567 doc.insertBefore(autoStylesNode, bodyNode); in processCells() [all …]
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentDeserializerImpl.java | 108 Document doc = null; in deserialize() local 119 doc = buildDocument(docName, b, origDoc); in deserialize() 121 return doc; in deserialize() 303 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in buildDocument() local 328 currPara = doc.createElement(TAG_PARAGRAPH); in buildDocument() 394 Node trNodes[] = parseText(tr.getText(), doc); in buildDocument() 470 df = doc.createDocumentFragment(); in buildDocument() 476 df = doc.createDocumentFragment(); in buildDocument() 481 df = doc.createDocumentFragment(); in buildDocument() 486 df = doc.createDocumentFragment(); in buildDocument() [all …]
|
/aoo4110/main/autodoc/source/parser/cpp/ |
H A D | sdocdist.hxx | 60 DYN ary::doc::Node& let_drDocu ); 62 DYN ary::doc::Node& let_drDocu ); 65 DYN ary::doc::Node& let_drDocu ); 68 DYN ary::doc::Node& let_drDocu, 71 DYN ary::doc::Node& let_drDocu, 77 Dyn<ary::doc::Node> pLastStoredDocu; 106 S_DocuDistributor::do_Store2CurFile( DYN ary::doc::Node & let_drDocu ) in do_Store2CurFile() 114 S_DocuDistributor::do_Store2CurNamespace( DYN ary::doc::Node & let_drDocu ) in do_Store2CurNamespace() 122 S_DocuDistributor::do_Store2ConnectedDeclaration( DYN ary::doc::Node & let_drDocu ) in do_Store2ConnectedDeclaration() 132 S_DocuDistributor::do_Store2Glossary( DYN ary::doc::Node & let_drDocu, in do_Store2Glossary() [all …]
|
/aoo4110/main/xmlsecurity/tools/standalone/csfit/ |
H A D | signer.cxx | 77 xmlDocPtr doc ; in main() local 95 doc = NULL ; in main() 131 doc = xmlParseFile( argv[2] ) ; in main() 132 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main() 148 tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( xmlChar* )"document", NULL ) ; in main() 164 idValue = xmlNodeListGetString( tarNode->doc, idAttr->children, 1 ) ; in main() 170 if( xmlAddID( NULL, doc, idValue, idAttr ) == NULL ) { in main() 192 uriValue = xmlNodeListGetString( tarNode->doc, uriAttr->children, 1 ) ; in main() 338 xmlDocDump( dstFile, doc ) ; in main() 347 if( doc != NULL ) in main() [all …]
|
H A D | verifier.cxx | 80 xmlDocPtr doc = NULL ; in main() local 118 doc = xmlParseFile( argv[2] ) ; in main() 119 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main() 125 tplNode = xmlSecFindNode( xmlDocGetRootElement( doc ), xmlSecNodeSignature, xmlSecDSigNs ) ; in main() 132 …tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( xmlChar* )"document", ( xmlChar* )"http:/… in main() 134 tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( xmlChar* )"document", NULL ) ; in main() 150 idValue = xmlNodeListGetString( tarNode->doc, idAttr->children, 1 ) ; in main() 156 if( xmlAddID( NULL, doc, idValue, idAttr ) == NULL ) { in main() 178 uriValue = xmlNodeListGetString( tarNode->doc, uriAttr->children, 1 ) ; in main() 319 if( doc != NULL ) in main() [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/web/ |
H A D | Process.java | 428 generate(xmsf, layout, doc, fileAccess, targetDir, task); in generate() 498 Document doc, in generate() argument 523 doc.normalize(); in generate() 538 new DOMSource(doc), new StreamResult(oStream)); in generate() 656 private boolean export(CGDocument doc, String dir, Task task) in export() argument 660 if (!doc.valid) in export() 664 doc.validate(xmsf, null); in export() 686 String docFilename = FileAccess.getFilename(doc.cp_URL); in export() 689 …String fn = doc.localFilename.substring(0, doc.localFilename.length() - docExt.length() - 1); //fi… in export() 705 doc.dirName = FileAccess.getFilename(dir); in export() [all …]
|
/aoo4110/main/xmlsecurity/tools/standalone/mscsfit/ |
H A D | signer.cxx | 69 xmlDocPtr doc = NULL ; in main() local 113 doc = xmlParseFile( argv[1] ) ; in main() 114 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main() 120 tplNode = xmlSecFindNode( xmlDocGetRootElement( doc ), xmlSecNodeSignature, xmlSecDSigNs ) ; in main() 130 tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( xmlChar* )"document", NULL ) ; in main() 146 idValue = xmlNodeListGetString( tarNode->doc, idAttr->children, 1 ) ; in main() 152 if( xmlAddID( NULL, doc, idValue, idAttr ) == NULL ) { in main() 174 uriValue = xmlNodeListGetString( tarNode->doc, uriAttr->children, 1 ) ; in main() 336 xmlDocDump( dstFile, doc ) ; in main() 345 if( doc != NULL ) in main() [all …]
|
H A D | verifier.cxx | 72 xmlDocPtr doc = NULL ; in main() local 116 doc = xmlParseFile( argv[1] ) ; in main() 117 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main() 123 tplNode = xmlSecFindNode( xmlDocGetRootElement( doc ), xmlSecNodeSignature, xmlSecDSigNs ) ; in main() 130 …tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( xmlChar* )"document", ( xmlChar* )"http:/… in main() 132 tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( xmlChar* )"document", NULL ) ; in main() 148 idValue = xmlNodeListGetString( tarNode->doc, idAttr->children, 1 ) ; in main() 154 if( xmlAddID( NULL, doc, idValue, idAttr ) == NULL ) { in main() 176 uriValue = xmlNodeListGetString( tarNode->doc, uriAttr->children, 1 ) ; in main() 331 if( doc != NULL ) in main() [all …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/ |
H A D | DOMDocument.java | 245 private byte[] docToBytes(Document doc) in docToBytes() argument 253 String domImpl = doc.getClass().getName(); in docToBytes() 273 meth.invoke(doc, new Object [] { baos } ); in docToBytes() 283 meth.invoke(doc, new Object [] { baos } ); in docToBytes() 309 meth.invoke(serializer, new Object [] { doc } ); in docToBytes() 330 DOMSource domSource = new DOMSource(doc); in docToBytes() 384 Document doc = null; in createDOM() local 389 doc = builder.newDocument(); in createDOM() 397 Element root = (Element) doc.createElement(rootName); in createDOM() 398 doc.appendChild(root); in createDOM() [all …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/ |
H A D | PluginFactoryImpl.java | 89 public DocumentSerializer createDocumentSerializer(Document doc) { in createDocumentSerializer() argument 90 return new DocumentSerializerImpl(this,doc); in createDocumentSerializer() 120 GenericOfficeDocument doc = new GenericOfficeDocument(name); in createOfficeDocument() local 121 doc.read(is); in createOfficeDocument() 122 return doc; in createOfficeDocument() 129 GenericOfficeDocument doc = new GenericOfficeDocument(name); in createOfficeDocument() local 130 doc.read(is,isZip); in createOfficeDocument() 131 return doc; in createOfficeDocument() 180 public DocumentMerger createDocumentMerger(Document doc) { in createDocumentMerger() argument 182 DocumentMergerImpl merger = new DocumentMergerImpl(doc, cc); in createDocumentMerger()
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentDeserializerImpl.java | 141 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in buildDocument() local 147 Node bodyNode = doc.getElementsByTagName(TAG_OFFICE_BODY).item(0); in buildDocument() 150 Node autoStylesNode = doc.getElementsByTagName( in buildDocument() 153 autoStylesNode = doc.createElement(TAG_OFFICE_AUTOMATIC_STYLES); in buildDocument() 154 doc.insertBefore(autoStylesNode, bodyNode); in buildDocument() 169 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument() 194 Element span = doc.createElement(OfficeConstants.TAG_SPAN); in buildDocument() 210 Node[] children = OfficeUtil.parseText(pts.getText(), doc); in buildDocument() 265 listNode = doc.createElement(TAG_UNORDERED_LIST); in buildDocument() 267 Element listItem = doc.createElement(TAG_LIST_ITEM); in buildDocument() [all …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 643 Document doc = null; in parse() local 651 doc = builder.parse(ins); in parse() 653 return doc; in parse() 1037 Document doc = null; in createSettingsDOM() local 1042 doc = builder.newDocument(); in createSettingsDOM() 1051 doc.appendChild(root); in createSettingsDOM() 1058 return doc; in createSettingsDOM() 1076 Document doc = null; in createDOM() local 1081 doc = builder.newDocument(); in createDOM() 1090 doc.appendChild(root); in createDOM() [all …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/chart/ |
H A D | _StackableDiagram.java | 53 XChartDocument doc = null; field in _StackableDiagram 62 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before() 63 if (doc == null) throw new StatusException(Status.failed in before() 70 oldDiagram = doc.getDiagram(); in before() 72 doc.setDiagram(stack); in before() 74 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in before() 81 doc.setDiagram(oldDiagram); in after()
|
H A D | _StockDiagram.java | 54 XChartDocument doc = null; field in _StockDiagram 62 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before() 63 if (doc == null) throw new StatusException(Status.failed in before() 70 oldDiagram = doc.getDiagram(); in before() 71 doc.setDiagram(stock); in before() 73 UnoRuntime.queryInterface(XPropertySet.class, doc.getDiagram()); in before() 80 doc.setDiagram(oldDiagram); in after()
|