/aoo41x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 788 Document::Document(::VCLXWindow * pVclXWindow, ::TextEngine & rEngine, in Document() function in accessibility::Document 1028 Document::retrieveCharacterAttributes( in retrieveCharacterAttributes() 1187 Document::retrieveDefaultAttributes( in retrieveDefaultAttributes() 1216 void Document::retrieveRunAttributesImpl( in retrieveRunAttributesImpl() 1272 Document::retrieveRunAttributes( in retrieveRunAttributes() 1353 void Document::changeParagraphAttributes( in changeParagraphAttributes() 1618 void SAL_CALL Document::disposing() in disposing() 1834 void Document::init() in init() 1885 void Document::determineVisibleRange() in determineVisibleRange() 1916 void Document::notifyVisibleRangeChanges( in notifyVisibleRangeChanges() [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 46 import org.w3c.dom.Document; 77 private Document metaDoc = null; 83 private Document styleDoc = null; 168 public Document getContentDOM() { in getContentDOM() 182 public Document getMetaDOM() { in getMetaDOM() 219 metaDoc = (Document)newDom; in setMetaDOM() 239 styleDoc = (Document)newDom; in setStyleDOM() 254 public Document getStyleDOM() { in getStyleDOM() 643 Document doc = null; in parse() 1037 Document doc = null; in createSettingsDOM() [all …]
|
H A D | EmbeddedXMLObject.java | 32 import org.w3c.dom.Document; 57 protected Document contentDOM = null; 58 protected Document settingsDOM = null; 59 protected Document stylesDOM = null; 95 public Document getContentDOM() throws SAXException, IOException { in getContentDOM() 110 public void setContentDOM(Document content) { in setContentDOM() 124 public Document getSettingsDOM() throws SAXException, IOException { in getSettingsDOM() 139 public void setSettingsDOM(Document settings) { in setSettingsDOM() 153 public Document getStylesDOM() throws SAXException, IOException { in getStylesDOM() 168 public void setStylesDOM(Document styles) { in setStylesDOM() [all …]
|
/aoo41x/main/cui/source/customize/ |
H A D | macropg.src | 169 Text [ en-US ] = "New Document" ; 174 Text [ en-US ] = "Document closed" ; 184 Text [ en-US ] = "Open Document" ; 189 Text [ en-US ] = "Save Document" ; 194 Text [ en-US ] = "Save Document As" ; 199 Text [ en-US ] = "Document has been saved" ; 209 Text [ en-US ] = "Activate Document" ; 214 Text [ en-US ] = "Deactivate Document" ; 219 Text [ en-US ] = "Print Document" ; 389 Text [ en-US ] = "Document created" ; [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/ |
H A D | Convert.java | 97 Document inputDoc; in addInputStream() 123 Document inputDoc; in addInputStream() 143 public DocumentMerger getDocumentMerger(Document origDoc) in getDocumentMerger() 207 Document deviceDoc = deser.deserialize(); in convert() 222 Document doc = (Document) e.nextElement(); in convert() 259 Document officeDoc = deser instanceof DocumentSerializer2 ? in convert() 276 Document doc = (Document) e.nextElement(); in convert() 299 public Document getOfficeDocument(String name, InputStream is) in getOfficeDocument() 318 public Document getDeviceDocument(String name, InputStream is) in getDeviceDocument()
|
/aoo41x/main/offapi/com/sun/star/script/vba/ |
H A D | VBAEventId.idl | 55 /** Document opened (loaded). No arguments. */ 57 /** Document about to be closed. No arguments. */ 71 /** Document about to be closed. No arguments. */ 80 /** Document activated. No arguments. */ 82 /** Document deactivated. No arguments. */ 84 /** Document opened (loaded). No arguments. */ 86 /** Document about to be closed. Arguments: [out] boolean bCancel. */ 88 /** Document about to be printed. Arguments: [out] boolean bCancel. */ 92 /** Document has been saved. Arguments: boolean bSuccess. */ 96 /** Document window has been activated. Arguments: XController aController. */ [all …]
|
/aoo41x/main/sysui/desktop/share/ |
H A D | documents.ulf | 2 en-US = "%PRODUCTNAME Text Document" 5 en-US = "%PRODUCTNAME Text Document Template" 8 en-US = "%PRODUCTNAME Master Document" 38 en-US = "OpenDocument Master Document" 65 en-US = "HTML Document Template" 83 en-US = "Microsoft Word Document" 86 en-US = "Microsoft Word Document Template" 101 en-US = "Microsoft Word Document" 104 en-US = "Microsoft Word Document Template"
|
/aoo41x/main/scp2/source/writer/ |
H A D | registryitem_writer.ulf | 28 en-US = "%SXWFORMATNAME %SXWFORMATVERSION Text Document" 31 en-US = "%SXWFORMATNAME %SXWFORMATVERSION Master Document" 34 en-US = "%SXWFORMATNAME %SXWFORMATVERSION Text Document Template" 43 en-US = "OpenDocument Master Document" 46 en-US = "HTML Document Template" 49 en-US = "Microsoft Word 97-2003 Document" 52 en-US = "Microsoft Word Document" 61 en-US = "Rich Text Document"
|
/aoo41x/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 117 Document : Variant; 168 …Document := StarDesktop.LoadComponentFromURL( 'private:factory/swriter', '_blank', 0, LoadParams); 170 CreateDocument := not (VarIsEmpty(Document) or VarIsNull(Document)); 180 oBookmark := GetBookmarkFromDBPointer( Document, sBookmarkName ); 196 oBookmark := GetBookmarkFromAdress( Document, sTableName, sCellName ); 217 oCursor := Document.Text.CreateTextCursor(); 221 sTableName := createUniqueTablename(Document); 223 InsertDatabaseTable( Document, sTableName, oCursor, 4, 2, dbPointer ); 225 ChangeCellContent( Document, sTableName, 'B2', 1.12 );
|
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentDeserializerImpl.java | 31 import org.openoffice.xmerge.Document; 99 public Document deserialize() throws ConvertException, in deserialize() 105 public Document deserialize(Document origDoc, ConvertData cd) in deserialize() 108 Document doc = null; in deserialize() 131 private void readStyleCatalog(Document parentDoc) { in readStyleCatalog() 138 org.w3c.dom.Document domDoc = sxwDoc.getContentDOM(); in readStyleCatalog() 208 private Node[] parseText(String text, org.w3c.dom.Document parentDoc) { in parseText() 296 private SxwDocument buildDocument(String docName, Wse[] data, Document origDoc) in buildDocument() 303 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in buildDocument() 462 org.w3c.dom.Document origDomDoc = origSxwDoc.getContentDOM(); in buildDocument()
|
H A D | DocumentMergerImpl.java | 26 import org.w3c.dom.Document; 54 private org.openoffice.xmerge.Document orig = null; 56 public DocumentMergerImpl(org.openoffice.xmerge.Document doc, ConverterCapabilities cc) { in DocumentMergerImpl() 61 public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeException { in merge() 66 Document doc1 = wdoc1.getContentDOM(); in merge() 67 Document doc2 = wdoc2.getContentDOM(); in merge()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/ |
H A D | DOMDocument.java | 44 import org.w3c.dom.Document; 55 implements org.openoffice.xmerge.Document { 62 private Document contentDoc = null; 147 public Document getContentDOM() { in getContentDOM() 159 contentDoc=(Document)newDom; in setContentDOM() 245 private byte[] docToBytes(Document doc) in docToBytes() 382 private final Document createDOM(String rootName) throws IOException { in createDOM() 384 Document doc = null; in createDOM()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/ |
H A D | DocumentSerializerImpl.java | 35 import org.openoffice.xmerge.Document; 91 public DocumentSerializerImpl(PluginFactoryImpl pf,Document doc) { in DocumentSerializerImpl() 109 org.w3c.dom.Document domDoc = sxwDoc.getContentDOM(); in serialize() 110 org.w3c.dom.Document metaDoc = sxwDoc.getMetaDOM(); in serialize() 111 org.w3c.dom.Document styleDoc = sxwDoc.getStyleDOM(); in serialize() 121 …org.w3c.dom.Document newDoc = domImpl.createDocument("http://openoffice.org/2000/office","office:d… in serialize() 231 private ByteArrayOutputStream transform(org.w3c.dom.Document domDoc) in transform() 247 org.w3c.dom.Document xslDoc=null; in transform()
|
H A D | DocumentMergerImpl.java | 26 import org.w3c.dom.Document; 52 private org.openoffice.xmerge.Document orig = null; 54 public DocumentMergerImpl(org.openoffice.xmerge.Document doc, ConverterCapabilities cc) { in DocumentMergerImpl() 59 public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeException { in merge() 64 Document doc1 = wdoc1.getContentDOM(); in merge() 65 Document doc2 = wdoc2.getContentDOM(); in merge()
|
H A D | PluginFactoryImpl.java | 26 import org.openoffice.xmerge.Document; 89 public DocumentSerializer createDocumentSerializer(Document doc) { in createDocumentSerializer() 108 …public org.openoffice.xmerge.Document createDeviceDocument(java.lang.String str, java.io.InputStre… in createDeviceDocument() 116 public Document createOfficeDocument(String name, InputStream is) in createOfficeDocument() 125 public Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument() 180 public DocumentMerger createDocumentMerger(Document doc) { in createDocumentMerger()
|
/aoo41x/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentMergerImpl.java | 26 import org.w3c.dom.Document; 52 private org.openoffice.xmerge.Document orig = null; 54 public DocumentMergerImpl(org.openoffice.xmerge.Document doc, ConverterCapabilities cc) { in DocumentMergerImpl() 59 public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeException { in merge() 64 Document doc1 = wdoc1.getContentDOM(); in merge() 65 Document doc2 = wdoc2.getContentDOM(); in merge()
|
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentMergerImpl.java | 26 import org.w3c.dom.Document; 52 private org.openoffice.xmerge.Document orig = null; 54 public DocumentMergerImpl(org.openoffice.xmerge.Document doc, ConverterCapabilities cc) { in DocumentMergerImpl() 59 public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeException { in merge() 64 Document doc1 = wdoc1.getContentDOM(); in merge() 65 Document doc2 = wdoc2.getContentDOM(); in merge()
|
/aoo41x/main/framework/source/services/ |
H A D | autorecovery.cxx | 1273 rInfo.AppModule.getLength() || rInfo.Document.is(), in implts_specifyAppModuleAndFactory() 1787 aNew.Document = xDocument; in implts_registerDocument() 2047 if (rInfo.Document == xDocument) in impl_searchDocument() 2102 if ( rInfo.Document.is() ) in lc_removeLockFile() 2182 rInfo.Document.clear(); in implts_prepareSessionShutdown() 2210 if (! rInfo.Document.is()) in lc_checkIfSaveForbiddenByArguments() 2406 if (!rInfo.Document.is()) in implts_saveOneDoc() 2678 …rInfo.Document->attachResource(rInfo.Document->getURL(), lPatchDescriptor.getAsConstPropertyValueL… in implts_openDocs() 2805 rInfo.Document = xModel.get(); in implts_openOneDoc() 3597 (rInfo.Document.is()) in impl_establishProgress() [all …]
|
/aoo41x/main/svtools/source/misc/ |
H A D | imagemgr.src | 258 Text [ en-US ] = "StarWriter 4.0 / 5.0 Master Document" ; 298 Text [ en-US ] = "Text Document"; 342 Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template" ; 362 Text [ en-US ] = "MS PowerPoint Document"; 402 Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document" ; 407 Text [ en-US ] = "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document" ; 411 Text [ en-US ] = "MathML Document" ; 428 Text [ en-US ] = "OpenDocument Master Document" ;
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | DocumentMergerImpl.java | 30 import org.openoffice.xmerge.Document; 57 private org.openoffice.xmerge.Document orig = null; 66 public DocumentMergerImpl(org.openoffice.xmerge.Document doc, ConverterCapabilities cc) { in DocumentMergerImpl() 71 public void merge(Document modifiedDoc) throws MergeException { in merge() 76 org.w3c.dom.Document doc1 = sdoc1.getContentDOM(); in merge() 77 org.w3c.dom.Document doc2 = sdoc2.getContentDOM(); in merge()
|
/aoo41x/main/l10ntools/source/help/ |
H A D | HelpFileDocument.java | 33 import org.apache.lucene.document.Document; 56 public static Document Document( String aModule, File aCaptionFile, File aContentFile ) in Document() method in HelpFileDocument 58 Document doc = new Document(); in Document()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doc.src | 114 Message [ en-US ] = "Document already open for editing." ; 186 Message [ en-US ] = "Document info cannot be read." ; 242 Text [ en-US ] = "Loading Document" ; 267 …Message [ en-US ] = "Document cannot be opened for editing.\nDo you want to open it as read-only?"… 299 // nur 'Dokument' "ubersetzen - only translate 'Document' 300 Text [ en-US ] = "%PRODUCTNAME Frame Document" ; 317 Text [ en-US ] = "Text Document"; 322 Text [ en-US ] = "HTML Document"; 327 Text [ en-US ] = "Master Document"; 434 Text [ en-US ] = "Document versions" ;
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/test/ |
H A D | Driver.java | 33 import org.openoffice.xmerge.Document; 175 Document docOut = (Document)docEnum.nextElement(); in doConversion() 191 Document mergeDoc = myConvert.getOfficeDocument(mergeFile, mergeIS); in doConversion() 194 Document convertedFile = (Document)mergeDocEnum.nextElement(); in doConversion()
|
/aoo41x/main/migrationanalysis/src/driver_docs/ |
H A D | allstrings.ulf | 53 en-US = "Document" 80 en-US = "Document" 242 en-US = "Document Parts Protection" 266 en-US = "Document Custom Property" 1398 en-US = "Document Details" 1407 en-US = "Document Name" 1410 en-US = "Document Name and Path" 1467 en-US = "Document Name" 1470 en-US = "Document Name and Path" 1650 en-US = "Document Name" [all …]
|
/aoo41x/main/chart2/source/model/inc/ |
H A D | XMLFilter.hxx | 86 ::com::sun::star::lang::XComponent >& Document ) 93 ::com::sun::star::lang::XComponent >& Document ) 194 ::com::sun::star::lang::XComponent >& Document ) in setTargetDocument() 199 XMLFilter::setTargetDocument(Document); in setTargetDocument() 205 ::com::sun::star::lang::XComponent >& Document ) in setSourceDocument() 210 XMLFilter::setSourceDocument(Document); in setSourceDocument()
|