summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/directory_ooo.scp6
-rw-r--r--scp2/source/ooo/file_ooo.scp6
2 files changed, 12 insertions, 0 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp
index f5990938f1df..b766327ed7bf 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -109,6 +109,12 @@ Directory gid_Dir_Wizards_Fax
DosName = "fax";
End
+Directory gid_Dir_Wizards_Letter
+ Styles = (CREATE);
+ ParentID = gid_Dir_Wizards;
+ DosName = "letter";
+End
+
Directory gid_Dir_Resource
ParentID = gid_Brand_Dir_Program;
DosName = "resource";
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 41a04869efa3..d45c574d97ee 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -494,6 +494,12 @@ File gid_File_Wizards_Fax
Name = "fax.zip";
End
+File gid_File_Wizards_Letter
+ Dir = gid_Dir_Wizards_Letter;
+ ARCHIVE_TXT_FILE_BODY;
+ Name = "letter.zip";
+End
+
#endif
#endif
d>Noel Grandin 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin 2016-05-31Convert ControlType to scoped enumNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-06-18Assertions should tell the line number where the problem isTor Lillqvist 2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara 2015-05-24rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky 2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky 2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara 2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara 2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist 2015-04-26add EditBoxValue::cloneCaolán McNamara 2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara 2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara 2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin 2014-09-30fdo#82577: Handle RegionNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-05-01coverity#1209550 Unchecked dynamic_castChris Sherlock 2014-05-01Revert "VCL: move native widget rendering functions out of OutputDevice"Chris Sherlock 2014-05-01VCL: move native widget rendering functions out of OutputDeviceChris Sherlock 2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock 2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock 2014-04-24VCL: Cleanup headers in outdev/nativecontrols.cxxChris Sherlock 2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock 2014-04-22Reorganize native control functions in OutputDeviceChris Sherlock