Home
last modified time | relevance | path

Searched refs:writer (Results 26 – 50 of 228) sorted by relevance

12345678910

/aoo42x/main/setup_native/source/packinfo/
H A Dpackinfo_brand.txt47 solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-writer"
48 packagename = "%UNIXPACKAGENAME-brand-writer"
49 linuxreplaces = "openoffice.org3-writer"
50 requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-writer"
51 solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-writer"
141 …UAGESTRING-math,%BASISPACKAGEPREFIX-%LANGUAGESTRING-res,%BASISPACKAGEPREFIX-%LANGUAGESTRING-writer"
142 …AGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-writer (Name="Writer lang…
H A Dpackage_names.txt11 %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-writer Writer language module for %APA…
39 %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-writer Writer module for %APACHEPROJECTNAME %PRODUCTVE…
70 %WITHOUTDOTUNIXPACKAGENAME%BRANDPACKAGEVERSION-brand-writer Writer brand module for %PRODUCTNAME %P…
/aoo42x/main/desktop/util/
H A Dooverinfo2.rc24 ICON 2 "icons/ooo-writer-doc.ico"
25 ICON 3 "icons/ooo-writer-tem.ico"
43 ICON 21 "icons/ooo-writer-app.ico"
50 ICON 28 "icons/ooo11-writer-doc.ico"
51 ICON 29 "icons/ooo11-writer-tem.ico"
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java72 import org.pentaho.reporting.libraries.xmlns.writer.XmlWriter;
73 import org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport;
358 final XmlWriter writer = getXmlWriter(); in applyColumnsToPageBand() local
362 writer.writeTag(OfficeNamespaces.TEXT_NS, "section", attrs, XmlWriterSupport.OPEN); in applyColumnsToPageBand()
365 writer.writeStream(contents.getXmlAsReader()); in applyColumnsToPageBand()
368 writer.writeCloseTag(); in applyColumnsToPageBand()
1423 final XmlWriter writer = getXmlWriter(); in endContent() local
1438 writer.writeCloseTag(); in endContent()
1441 writer.writeStream(bodyText.getXmlAsReader()); in endContent()
1442 writer.setLineEmpty(true); in endContent()
[all …]
/aoo42x/main/sysui/desktop/icons/
H A Dmakefile.mk87 $(MISC)$/ooo-writer-app.ico \
88 $(MISC)$/ooo-writer-doc.ico \
89 $(MISC)$/ooo-writer-tem.ico \
124 $(MISC)$/ooo11-writer-doc.ico \
125 $(MISC)$/ooo11-writer-tem.ico \
/aoo42x/main/qadevOOo/runner/stats/
H A DInternalLogWriter.java37 static StringWriter writer = new StringWriter(); field in InternalLogWriter
43 super(new PrintWriter(writer)); in InternalLogWriter()
107 String message = writer.getBuffer().toString(); in getLog()
108 writer = new StringWriter(); in getLog()
/aoo42x/main/sysui/desktop/solaris/
H A Dmime.types46 application/vnd.sun.xml.writer sxw
47 application/vnd.sun.xml.writer.template stw
48 application/vnd.sun.xml.writer.global sxg
49 application/vnd.stardivision.writer sdw vor
50 application/vnd.stardivision.writer-global sgl
H A Dmailcap46 application/vnd.sun.xml.writer; %PREFIX -view %s
47 application/vnd.sun.xml.writer.template; %PREFIX -view %s
48 application/vnd.sun.xml.writer.global; %PREFIX -view %s
49 application/vnd.stardivision.writer; %PREFIX -view %s
50 application/vnd.stardivision.writer-global; %PREFIX -view %s
H A Dprototype26 s none usr/share/applications/%PREFIX-writer.desktop=../../../opt/%PREFIX/share/xdg/writer.desktop
35 f none usr/share/pixmaps/%ICONPREFIX-writer.png=../icons/hicolor/48x48/apps/writer.png
/aoo42x/main/registry/
H A DPackage_inc.mk36 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/writer.h,registry/writer.h))
37 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/writer.hxx,registry/writer.hxx))
/aoo42x/main/sysui/desktop/debian/
H A Dopenoffice.org-debian-menus1 ?package(openoffice.org-writer):needs="X11" section="Apps/Editors"\
2 title="%PRODUCTNAME Writer" command="%PREFIX -writer"\
5 icon="/usr/share/icons/hicolor/128x128/apps/%ICONPREFIX-writer.png"\
6 icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-writer.png"
/aoo42x/main/sysui/desktop/mimetypes/
H A Dopenoffice.applications8writer,application/vnd.sun.xml.calc,application/vnd.sun.xml.calc.template,application/vnd.sun.xml.…
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java55 import org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription;
56 import org.pentaho.reporting.libraries.xmlns.writer.XmlWriter;
57 import org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport;
72 public StylesWriter(final Writer writer) in StylesWriter() argument
78 this.xmlWriter = new XmlWriter(writer, tagDescription); in StylesWriter()
H A DOfficeDocumentReportTarget.java106 import org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription;
107 import org.pentaho.reporting.libraries.xmlns.writer.XmlWriter;
108 import org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport;
185 final StringWriter writer = new StringWriter((zippedData.length / 2) + 1); in getXmlBuffer() local
186 IOUtils.getInstance().copyWriter(reader, writer); in getXmlBuffer()
187 return writer.toString(); in getXmlBuffer()
360 final Writer writer = new OutputStreamWriter(outputStream, "UTF-8"); in startReport() local
362 this.rootXmlWriter = new XmlWriter(writer, tagDescription); in startReport()
/aoo42x/test/testgui/source/fvt/gui/sw/hyperlink/
H A DWarningDialog.java115 writer.waitForExistence(10, 2); in testHyperlinkDisplaysWarning()
117 writer.typeKeys("<alt i>"); // insert menu in testHyperlinkDisplaysWarning()
118 writer.typeKeys("h"); // hyperlink in testHyperlinkDisplaysWarning()
/aoo42x/main/solenv/inc/
H A Dmime.types204 application/vnd.sun.xml.writer sxw
205 application/vnd.sun.xml.writer.template stw
206 application/vnd.sun.xml.writer.global sxg
207 application/vnd.stardivision.writer sdw vor
208 application/vnd.stardivision.writer-global sgl
/aoo42x/main/sax/test/sax/
H A Dtestwriter.cxx377 Reference< XExtendedDocumentHandler > writer( TestObject , UNO_QUERY ); in test() local
380 testSimple( writer ); in test()
383 testExceptions( writer ); in test()
386 testDTD( writer ); in test()
389 testPerformance( writer ); in test()
/aoo42x/main/extensions/test/sax/
H A Dtestwriter.cxx480 XExtendedDocumentHandlerRef writer( TestObject , USR_QUERY ); in test() local
483 testSimple( writer ); in test()
486 testExceptions( writer ); in test()
489 testDTD( writer ); in test()
492 testPerformance( writer ); in test()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJob.java128 StringWriter writer = new StringWriter(); in execute() local
129 exception.printStackTrace(new PrintWriter(writer)); in execute()
131 "Java exception: <" + writer + ">", null); in execute()
/aoo42x/main/oox/source/export/
H A Dooxml-export-notes.txt65 pFName=0x7fffb1b285c0) at /local/ooxml/ooxml/sw/source/filter/writer/writer.cxx:653
67 pFName=0x7fffb1b285c0) at /local/ooxml/ooxml/sw/source/filter/writer/writer.cxx:358
69 pFileName=0x7fffb1b285c0) at /local/ooxml/ooxml/sw/source/filter/writer/writer.cxx:385
/aoo42x/test/testgui/source/svt/gui/
H A DTestSample.java186 handleBlocker(writer); in testWriter()
195 writer.waitForEnabled(120, 2); in testWriter()
199 handleBlocker(writer); in testWriter()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java331 StringWriter writer = new StringWriter(); in docToBytes() local
332 StreamResult result = new StreamResult(writer); in docToBytes()
336 return writer.toString().getBytes(); in docToBytes()
/aoo42x/main/sw/
H A DPackage_xml.mk25 $(eval $(call gb_Package_add_file,sw_xml,xml/writer.xml,writer.xml))
/aoo42x/main/postprocess/packregistry/
H A Dmakefile.mk51 $(MISC)/writer.xcd \
302 $(MY_MOD)/org/openoffice/TypeDetection/UISort-writer.xcu
433 $(MY_MOD)/org/openoffice/Office/Common-writer.xcu \
434 $(MY_MOD)/org/openoffice/Office/Embedding-writer.xcu \
435 $(MY_MOD)/org/openoffice/Setup-writer.xcu
/aoo42x/main/sysui/desktop/share/
H A Dcreate_tree.sh88 …+-}master-document.png ${link_dir}/gnome-mime-application-vnd.sun.xml.writer.global.png
106 …PREFIX:+-}text.png ${link_dir}/gnome-mime-application-vnd.sun.xml.writer.png
107 …}text-template.png ${link_dir}/gnome-mime-application-vnd.sun.xml.writer.template.png

Completed in 125 milliseconds

12345678910