https://bugs.documentfoundation.org/show_bug.cgi?id=149617
--- Comment #10 from Julien Nabet <[email protected]> --- (In reply to Regina Henschel from comment #9) > "Image" is not too general. A background fill can be a raster graphic or a > vector graphic. To me, "picture" means the same as "photo", and that would > be far too limited for background fill. I would use "image". You're right I interpret too "picture" as "photo" so "raster image". I thought we could only use "raster image" but since we can also use "vectorial image", let's stick to "Image" which corresponds to both types. Re reading the Powerpoint link, they support only raster images, at least on some "web support" case: "PowerPoint for the web supports the following picture formats: .jpg, .jpeg, .png, .gif, .bmp, .wmf, .emf, .tif, and .tiff." So indeed we should stick to "Image". The string is in svx/source/tbxctrls/itemwin.cxx: 544 #define RID_SVXSTR_BITMAP NC_("RID_SVXSTR_BITMAP", "Bitmap") See https://opengrok.libreoffice.org/xref/core/include/svx/strings.hrc?r=ecfb1335#544 I suppose we may just change this but to avoid confusion, it may be relevant to change RID_SVXSTR_BITMAP into RID_SVXSTR_IMAGE git grep -n RID_SVXSTR_BITMAP include/svx/strings.hrc:544:#define RID_SVXSTR_BITMAP NC_("RID_SVXSTR_BITMAP", "Bitmap") svx/source/tbxctrls/itemwin.cxx:181: rListBox.append_text(SvxResId(RID_SVXSTR_BITMAP)); svx/source/xoutdev/xattr.cxx:1785: pId = RID_SVXSTR_BITMAP; last one contains: 1784 case drawing::FillStyle_BITMAP: 1785 pId = RID_SVXSTR_BITMAP; and this "FillStyle_BITMAP" is quite used and related to vars like "XML_BITMAP" or "CTF_FILLBITMAPNAME" so again "BITMAP" pattern in string name... Do those vars correspond to any type of image too? -- You are receiving this mail because: You are the assignee for the bug.
