summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/app.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/app.src')
-rw-r--r--sw/source/ui/app/app.src39
1 files changed, 31 insertions, 8 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index 2796e9c32e16..8e1dd67829eb 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -171,18 +171,41 @@ StringArray RID_TABLESTYLEFAMILY
};
};
-ImageList RID_STYLEFAMILY_IMAGELIST
+Bitmap BMP_STYLES_FAMILY_PARA
{
- Prefix = "sf";
- IdList =
- {
- 1; 2; 3; 4; 5; 6;
- };
- IdCount = 6;
+ File = "sf01.png" ;
+};
+
+Bitmap BMP_STYLES_FAMILY_CHAR
+{
+ File = "sf02.png" ;
+};
+
+Bitmap BMP_STYLES_FAMILY_FRAME
+{
+ File = "sf03.png" ;
+};
+
+Bitmap BMP_STYLES_FAMILY_PAGE
+{
+ File = "sf04.png" ;
+};
+
+Bitmap BMP_STYLES_FAMILY_LIST
+{
+ File = "sf05.png" ;
+};
+
+Bitmap BMP_STYLES_FAMILY_TABLE
+{
+ File = "sf06.png" ;
};
// Bitmap for the NumberingTemplates in the Organizer
-Bitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.bmp" ; };
+Bitmap BMP_STYLES_FAMILY_NUM
+{
+ File = "styfamnu.bmp" ;
+};
String STR_ENV_TITLE
{
git/lo/core/commit/redland?h=cp-6.0-22-PTF&id=ed3fe31d882477d3ef06e164e61dcfe12d1f8247'>fix build of redland on mingwDavid Tardon 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13deliver the right libs on mingwDavid Tardon 2013-03-13do not escape too muchDavid Tardon 2013-02-28remove all d.lstMichael Stahl 2013-02-23comma need to be escape in Makefile when in argument of $(callNorbert Thiebaud 2013-02-22quiet external module build log unless failureNorbert Thiebaud 2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl 2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley 2013-01-31redland depends on both raptor and rasqalStephan Bergmann 2013-01-31Call macosx-change-install-names on "external" libs, tooStephan Bergmann 2013-01-31Proper spacing in makefile command line continuationsStephan Bergmann 2013-01-01MAKE not GNUMAKEPeter Foley 2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley 2012-12-31Deliver raptor.h and rasqal.hTor Lillqvist 2012-12-31redland depends on rasqalTor Lillqvist 2012-12-31Fix misleading indentationTor Lillqvist 2012-12-31Fix redland cross-compilation at least for AndroidTor Lillqvist 2012-12-31Fix typo s/ANDRIOD/ANDROID/Tor Lillqvist 2012-12-30convert redland to gbuild and add to tail_buildPeter Foley 2012-12-25Get rid of (most uses of) GUITor Lillqvist