Home
last modified time | relevance | path

Searched refs:Document (Results 76 – 100 of 346) sorted by relevance

12345678910>>...14

/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcess.java37 import org.w3c.dom.Document;
427 Document doc = (Document) settings.cp_DefaultSession.createDOM(); in generate()
498 Document doc, in generate()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java33 import org.openoffice.xmerge.Document;
71 private org.w3c.dom.Document settings = null;
74 private org.w3c.dom.Document doc = null;
157 public Document deserialize() throws ConvertException, in deserialize()
H A DSxcDocumentSerializer.java37 import org.openoffice.xmerge.Document;
118 public SxcDocumentSerializer(Document document) { in SxcDocumentSerializer()
203 org.w3c.dom.Document contentDom = sxcDoc.getContentDOM(); in loadStyles()
209 org.w3c.dom.Document stylesDom = sxcDoc.getStyleDOM(); in loadStyles()
/trunk/main/offapi/com/sun/star/ucb/
H A DWebDAVContentProvider.idl48 /** provides two types of content: a Folder or Document which corresponds
61 A DCP Document (<type>WebDAVDocumentContent</type>) is a container for
62 Document data/content. The data/content may be anything, a WebDAV
H A DDocumentStoreMode.idl40 /** Document contents are not stored locally.
45 /** Document contents are stored locally.
/trunk/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java62 import org.openoffice.xmerge.Document;
522 Document docOut = (Document)docEnum.nextElement(); in convert()
547 docOut = (Document)docEnum.nextElement(); in convert()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigration.src36 Text [ en-US ] = "Database Document Macro Migration" ;
45 Text [ en-US ] = "Backup Document" ;
117 Text [ en-US ] = "Backup your Document" ;
357 Text [ en-US ] = "Database Document" ;
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentSerializerImpl.java33 import org.openoffice.xmerge.Document;
77 public DocumentSerializerImpl(Document doc) { in DocumentSerializerImpl()
106 org.w3c.dom.Document domDoc = sxwDoc.getContentDOM(); in serialize()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java53 import org.eclipse.jface.text.Document;
300 Document document = new Document(source); in define()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DEmbeddedObject.java28 import org.w3c.dom.Document;
109 abstract void writeManifestData(Document manifestDoc) throws DOMException; in writeManifestData()
H A DEmbeddedBinaryObject.java26 import org.w3c.dom.Document;
111 void writeManifestData(Document manifestDoc) throws DOMException { in writeManifestData()
/trunk/main/toolkit/test/accessibility/
H A DTextLogger.java25 import javax.swing.text.Document;
72 private Document maDocument;
/trunk/main/wizards/com/sun/star/wizards/common/
H A DXMLHelper.java42 Document doc = parent.getOwnerDocument(); in addElement()
45 doc = (Document) parent; in addElement()
/trunk/main/migrationanalysis/src/driver_docs/
H A DCreateDriverDocs.wsf22 '### modules from Word, Excel and PowerPoint Document Analysis driver documents
29 Const CTITLE = "Document Analysis Command"
110 DAdiagMsg "Build command line tool to create Document Analysis driver documents" & vbLf & vbLf &_
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSession.java30 import org.w3c.dom.Document;
102 Document doc = factory.newDocumentBuilder().newDocument(); in createDOM()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDocument.java33 import org.openoffice.xmerge.Document;
47 implements Document {
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java33 import org.openoffice.xmerge.Document;
88 public DocumentSerializerImpl(Document doc) { in DocumentSerializerImpl()
123 org.w3c.dom.Document domDoc = sxwDoc.getContentDOM(); in serialize()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java64 private Document document = null;
135 public ParcelDescriptor(Document document) { in ParcelDescriptor()
194 public Document getDocument() { in getDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DOfficeUtil.java26 import org.w3c.dom.Document;
53 public static Node[] parseText(String text, Document parentDoc) { in parseText()
/trunk/main/scp2/source/writer/
H A Dfolderitem_writer.ulf25 en-US = "HTML Document"
28 en-US = "Text Document"
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelDescriptorParserSupport.java31 import org.w3c.dom.Document;
43 private Document document;
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl147 The Document Type Declaration (see DocumentType) associated with this
166 Document tree.
173 traversal of the Document tree.
H A DXNode.idl47 <p>The Node interface is the primary datatype for the entire Document Object Model.
66 <tr><th>Document </th><td>"#document" </td><td>null </td><td>null</td></tr>
77 @see <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113">Document Object Model (DOM) …
166 The Document object associated with this node.
/trunk/main/uui/source/
H A Dtrylater.src32 Text [ en-US ] = "Document in Use" ;
36 …Text [ en-US ] = "Document file '$(ARG1)' is locked for editing by:\n\n$(ARG2)\n\nTry again later …
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx312 const Reference< lang::XComponent >& Document ) in setTargetDocument()
319 m_xTargetDoc = Document; in setTargetDocument()
325 const Reference< lang::XComponent >& Document ) in setSourceDocument()
332 m_xSourceDoc = Document; in setSourceDocument()

Completed in 420 milliseconds

12345678910>>...14