Home
last modified time | relevance | path

Searched refs:Document (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java32 import org.w3c.dom.Document;
70 public Document parse(InputStream inputStream) throws IOException { in parse()
71 Document result = null; in parse()
97 public void write(Document doc, OutputStream out) throws IOException { in write()
164 new Class[] {Document.class}); in write()
H A DXMLParser.java29 import org.w3c.dom.Document;
32 public Document parse(InputStream inputStream) throws IOException; in parse()
33 public void write(Document doc, OutputStream out) throws IOException; in write()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java34 import org.openoffice.xmerge.Document;
90 public Document deserialize() throws IOException, ConvertException { in deserialize()
93 Document doc = null; in deserialize()
135 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in buildDocument()
288 private void addTextNode(org.w3c.dom.Document doc, Node para, char text[], in addTextNode()
H A DPluginFactoryImpl.java26 import org.openoffice.xmerge.Document;
91 public DocumentSerializer createDocumentSerializer(Document doc) { in createDocumentSerializer()
123 public DocumentMerger createDocumentMerger(Document doc) { in createDocumentMerger()
130 public Document createDeviceDocument(String name, InputStream is) in createDeviceDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentDeserializerImpl.java35 import org.openoffice.xmerge.Document;
120 public Document deserialize() throws ConvertException, IOException { in deserialize()
123 org.w3c.dom.Document domDoc=null; in deserialize()
178 private ByteArrayOutputStream transform(org.w3c.dom.Document xmlDoc) in transform()
192 org.w3c.dom.Document xslDoc=null; in transform()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DPluginFactoryImpl.java27 import org.openoffice.xmerge.Document;
89 public DocumentSerializer createDocumentSerializer(Document doc) { in createDocumentSerializer()
112 public Document createDeviceDocument(String name, InputStream is) in createDeviceDocument()
119 public DocumentMerger createDocumentMerger(Document doc) { in createDocumentMerger()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DPluginFactoryImpl.java26 import org.openoffice.xmerge.Document;
91 public DocumentSerializer createDocumentSerializer(Document doc) { in createDocumentSerializer()
122 public DocumentMerger createDocumentMerger(Document doc) { in createDocumentMerger()
136 public Document createDeviceDocument(String name, InputStream is) in createDeviceDocument()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPluginFactoryImpl.java31 import org.openoffice.xmerge.Document;
87 public DocumentSerializer createDocumentSerializer(Document doc) { in createDocumentSerializer()
137 public Document createDeviceDocument(String name, InputStream is) in createDeviceDocument()
153 public DocumentMerger createDocumentMerger(Document doc) { in createDocumentMerger()
H A DDocumentSerializerImpl.java32 import org.openoffice.xmerge.Document;
77 public DocumentSerializerImpl(Document doc) { in DocumentSerializerImpl()
100 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in serialize()
127 org.w3c.dom.Document contentDom = sxwDoc.getContentDOM(); in loadStyles()
128 org.w3c.dom.Document styleDom = sxwDoc.getStyleDOM(); in loadStyles()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPluginFactoryImpl.java30 import org.openoffice.xmerge.Document;
90 public DocumentSerializer createDocumentSerializer(Document doc) { in createDocumentSerializer()
113 public Document createDeviceDocument(String name, InputStream is) in createDeviceDocument()
120 public DocumentMerger createDocumentMerger(Document doc) { in createDocumentMerger()
H A DSxcDocumentSerializerImpl.java31 import org.openoffice.xmerge.Document;
57 public SxcDocumentSerializerImpl(Document document) { in SxcDocumentSerializerImpl()
75 org.w3c.dom.Document domDoc = sxcDoc.getContentDOM(); in serialize()
90 org.w3c.dom.Document settingsDoc = sxcDoc.getSettingsDOM(); in serialize()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DManifestParser.java31 import org.w3c.dom.Document;
59 public Document parse(InputStream inputStream) { in parse()
61 Document result = null; in parse()
90 public void write(Document doc, OutputStream out) throws IOException { in write()
/trunk/main/sw/source/ui/globdoc/
H A Dglobdoc.src27 Text [ en-US ] = "Master Document" ;
31 Text = "%PRODUCTNAME 4.0 Global Document" ;
35 Text = "%PRODUCTNAME 5.0 Global Document" ;
39 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Master Document" ;
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls127 Dim aDoc As Document
266 Sub SetDocProperties(docAnalysis As DocumentAnalysis, doc As Document, fso As FileSystemObject)
310 Sub Analyze_Tables_TablesInTables(currDoc As Document)
369 Sub Analyze_Document_Protection(currDoc As Document)
459 Sub Analyze_OLEEmbedded(currDoc As Document)
740 Sub Analyze_MailMerge_DataSource(currDoc As Document)
864 Sub Analyze_FieldAndFormFieldIssues(currDoc As Document)
1064 Sub Analyze_TOA(currDoc As Document)
1195 Sub Analyze_Tables_Borders(currDoc As Document)
1311 Sub Analyze_NumberingTabs(currDoc As Document, docAnalysis As DocumentAnalysis)
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DXmlUtil.java27 import org.w3c.dom.Document;
53 Document docNode = oldNode.getOwnerDocument(); in deepClone()
73 private static void cloneTree(Document docNode, Node oldNode, Node newNode) { in cloneTree()
97 private static Node cloneNode(Document docNode, Node newNode) { in cloneNode()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java43 import org.w3c.dom.Document;
104 Document doc1 = parseXml(file1_); in diff()
107 Document doc2 = parseXml(file2_); in diff()
287 private Document parseXml (String filename) throws IOException { in parseXml()
289 Document w3cDocument = null; in parseXml()
/trunk/main/xmerge/workben/
H A DXmlDiff.java43 import org.w3c.dom.Document;
104 Document doc1 = parseXml(file1_); in diff()
107 Document doc2 = parseXml(file2_); in diff()
287 private Document parseXml (String filename) throws IOException { in parseXml()
289 Document w3cDocument = null; in parseXml()
/trunk/main/sw/source/ui/docvw/
H A Daccess.src28 Text [ en-US ] = "Document view" ;
32 Text [ en-US ] = "Document view" ;
101 Text [ en-US ] = "Document preview" ;
109 Text [ en-US ] = "%PRODUCTNAME Document" ;
/trunk/main/embedserv/regentries/
H A Dimpress.reg11 @="StarOffice Embedded Impress Document"
32 @="StarOffice Embedded Impress Document"
56 @="StarOffice Embedded Impress Document"
102 @="StarOffice Impress Document"
H A Ddraw.reg11 @="StarOffice Embedded Draw Document"
32 @="StarOffice Embedded Draw Document"
57 @="StarOffice Embedded Draw Document"
103 @="StarOffice Draw Document"
H A Dcalc.reg11 @="StarOffice Embedded Calc Document"
32 @="StarOffice Embedded Calc Document"
56 @="StarOffice Embedded Calc Document"
102 @="StarOffice Calc Document"
H A Dmath.reg11 @="StarOffice Embedded Math Document"
32 @="StarOffice Embedded Math Document"
56 @="StarOffice Embedded Math Document"
102 @="StarOffice Math Document"
H A Dwriter.reg11 @="StarOffice Embedded Text Document"
32 @="StarOffice Embedded Text Document"
56 @="StarOffice Embedded Text Document"
102 @="StarOffice Text Document"
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java63 import org.w3c.dom.Document;
85 public static Document parseXML(String path) { in parseXML()
100 public static Document newXML() { in newXML()
111 public static boolean storeXML(Document doc, File file) { in storeXML()
121 public static boolean storeXML(Document doc, File file, File xls) { in storeXML()
131 public static boolean storeXML(Document doc, File file, InputStream xls) { in storeXML()
148 Document doc = parseXML(xml); in getStringByXPath()
/trunk/main/migrationanalysis/src/wizard/
H A Dwizard.ulf95 en-US = "Missing Analysis Results Document: <CR><TOPIC><CR><CR>Please check that you have write per…
98 en-US = "Missing PowerPoint Analysis Driver Document: <CR><TOPIC><CR><CR>Please reinstall the appli…
107 en-US = "Missing Word Analysis Driver Document: <CR><TOPIC><CR><CR>Please reinstall the application…
146 en-US = "The <PRODUCTNAME> Document Analysis Wizard is for you to use to automatically analyze a co…
197 en-US = "Document types to analyze:"
266 en-US = "<PRODUCTNAME> Document Analysis Wizard"
290 en-US = "Document types to analyze:"
329 en-US = "Prepare any documents that have Preparable Document Issues, listed in the results spreadsh…

Completed in 544 milliseconds

12345678910>>...14