Age | Commit message (Collapse) | Author |
|
Impress is also affected by fdo#62050.
In RTL UI, comment window is RTL and editbox’s (editeng) default
writing direction is LTR.
I suspect, bug is result of this RTL & LTR mix-up.
Change-Id: I188ce05350f721081378509915158d4ec4e5f8cf
Reviewed-on: https://gerrit.libreoffice.org/2922
Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
|
|
... for properties that are in the PropertySetInfo just because there's
no document or shell is just plain wrong.
Change-Id: I84f4f930f492753b20ba04ec4d41c905d674b9ba
|
|
IIRC, this was a quirk with the old build system, dutifully carried across.
Change-Id: Ia66fe04666472a37bdb5f044aa7db09bb337e5eb
|
|
IIRC, this was a quirk with the old build system, dutifully carried across.
Change-Id: Id2bc5efb645abd3f3074a9e363d643f88d107d1b
|
|
In practice, all of the .cxx of that library (except for a handful of newly
introduced ones that had failed to follow the cargo cult) undefined it first
thing before including anything else, anyway. IIRC, this was a quirk with the
old build system, that had dutifully been carried across.
Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89
|
|
Change-Id: I1b189824f2b0bb2cf4568378e7ab3efd5a677141
|
|
Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2
|
|
Change-Id: Ie9ef511308179902cbaeb2cca39414e86c57ce30
|
|
This reverts commit a9af9b7dbdd3854855904ecc0fbd1041d400b06b, now addressed with
5a1e2be29d886e821e5727ba185c40be1d24fc12 "Short-term fix around the
SD_DLLIMPLEMTATION debacle."
|
|
(being defined for three different sd/Library_sd*.mk files), just like it is
done in all the other sd/source/ui/dlg/*.cxx files already.
Change-Id: I1b9e886c12acb1bfd73bea52f40260760a5f46ff
|
|
Change-Id: Ia5f99e3c7cb5aa11cd33ba7f00afc4b9da10f0b7
|
|
Change-Id: Ia822a1b6d7c250a5f9de33c381b57f5cbe4b059e
|
|
Change-Id: I522619eb4304cbe2d2d862f01dcf8384ac4eb0cc
|
|
Change-Id: I0ae8bb51cef6ab5ba982ee0efd79514c11a7b3e7
|
|
Change-Id: I48102b5e4d41ba786e9f9476b480715d5756ab87
|
|
Change-Id: I925088159784eae7a8918734aaf0b1c1304a3d7b
|
|
Change-Id: Ief63d63233d11015f64f5e6a19544889f0389ca3
Reviewed-on: https://gerrit.libreoffice.org/2870
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
Change-Id: I9a0677cb36805d0a27514824c937901f73fee1c8
Reviewed-on: https://gerrit.libreoffice.org/2864
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
...which is a confusing overload with unexpectedly different semantics from the
one-parameter form. In preparation of marking it as deprecated.
Change-Id: I4f176995546ae583fc570d770647ffc315eecc75
|
|
Create a slideshow from a series of image files.
Created the dialog window (called photoalbum.ui).
Image preview is working.
Options "Fit to slide" and "1 image and title" are implemented.
Added a title page with the author's full name.
TODO: 2 images / 4 images per slide
i18n of messages
UI tweaks
Change-Id: I14b337187dc5d373fcd28489098fda813b5fd5f6
Reviewed-on: https://gerrit.libreoffice.org/2582
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
|
|
Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
|
|
API CHANGE: The ScannerManager service now returns XScannerManager2
Don't know why this wasn't done already, the service already implements it.
Change-Id: I22355749bc859420174a132f3a21cc7a4984bf5f
|
|
Also fixup servicename.
Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e
|
|
Change-Id: I988c0545600185c6b09131d27fb8480efddd947f
|
|
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms
Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b
Reviewed-on: https://gerrit.libreoffice.org/2835
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
|
|
Done with a perl regex:
s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms
Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
|
|
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
|
|
This wants to load about.png which doesn't exist anymore. "about.svg" does,
but is a rather abstract background image for the about dialog these days, so
use "flat_logo.svg" instead.
Which requires moving the svg loader out of cui into sfx2 for re-use.
Change-Id: I8654f0f93766556ef4ed4b87eff35b45d8189761
|
|
Original author: Tsutomu Uchino <hanya.runo at gmail.com>
|
|
Suggested Easy Hack: Replace all instances of // -------- comments
including surrounding newlines with a single newline.
Another Easy Hack, slightly harder to automate: Remove all the
pointless comments that just tell the class name right before the
declaration of that class.
Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
|
|
Completely changed XFillBitmapItem to work with GraphicObject, removed XOBitmap
class, adapted all usages (also the pretty old 8x8 pixel editor).
All Bitmap fill styles will now accept transparent bitmaps as fillings in all
variations (tiled, etc.). LoadSave is no problem, ODF defines graphic as
content for fill. Backward means that OOs before this change will use a white
background of fill with transparent, same as the fallback all the time when
using a transparent fill.
This is also a preparation to e.g. offer SVG or Metafiles as fill style.
Conflicts:
cui/source/tabpages/backgrnd.cxx
cui/source/tabpages/tparea.cxx
cui/source/tabpages/tpbitmap.cxx
filter/source/msfilter/msdffimp.cxx
filter/source/msfilter/svdfppt.cxx
sc/source/filter/excel/xiescher.cxx
sd/source/ui/func/fupage.cxx
svx/inc/svx/dlgctrl.hxx
svx/inc/svx/xbitmap.hxx
svx/inc/svx/xbtmpit.hxx
svx/inc/svx/xtable.hxx
svx/source/customshapes/EnhancedCustomShape2d.cxx
svx/source/dialog/dlgctrl.cxx
svx/source/svdraw/svdograf.cxx
svx/source/tbxctrls/fillctrl.cxx
svx/source/unodraw/XPropertyTable.cxx
svx/source/xoutdev/xattrbmp.cxx
svx/source/xoutdev/xtabbtmp.cxx
Change-Id: Id838bfbacc863695d078fb3cf379d1c0cd951680
|
|
Change-Id: I73109b04a86096f2025947a1f1f383ae69d355ed
|
|
Change-Id: I1ee617dcc510c41e579ffaaf90f3d3a27971d0bb
|
|
Change-Id: I92ab3ab57146524c1c70e6503261989df86dc22d
Reviewed-on: https://gerrit.libreoffice.org/2732
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
|
|
Change-Id: Icc9c46014d9663aaa96cd17c515a343959a3d47c
|
|
removed unused <tools/fsys.hxx> include from gengal.cxx
changed file copying to sal version in htmlex.cxx
rewrote OutputFile in rsctools.cxx
very minor change in rsc.cxx - instead of creating an empty DirEntry
and getting its path, just used "."
Change-Id: Ifd57d73847ff271bcb64b12a26a564acc051fcef
Reviewed-on: https://gerrit.libreoffice.org/2680
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
|
|
Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
|
|
Change-Id: I47ca71d578f3e0b1e2c3499f0785d986ed4f583e
|
|
This reverts commit 909d745baf9a5d071892d8c04874ff279a9a477e.
|
|
Change-Id: Ib1d1be4364c56e5164afc631c614183f15e20644
|
|
Nah. Apparently there can be even more different values for this field in
documents which we should not handle, so using default: is wrong.
This reverts commit 7bd108e7586bab6f1ae50b0a2ce9715d8df0fd49.
|
|
I think the intent is to handle all the other values in that case, so just use
a "default:" case then, instead of trying (and failing) to list all other enum
values.
This reverts commit 0451325ae7456da5812564428d73b0226606450f.
Change-Id: Idda7f24c901364394be1859f2cd6598803799423
|
|
So just switch on the integer value instead. Whether the missing enumerations
can occur here and whether not handling them causes a bug or not, I don't
know.
Change-Id: Ib96b855739e8a1e92f72a88c3f6f106d86989d23
|
|
* subversion/main/editeng/inc/editeng/svxenum.hxx
Define some numbering types supported by MS ppt
* subversion/main/filter/source/msfilter/svdfppt.cxx
Mapping added MS numbering types to Symphony numbering types
* subversion/main/sd/source/filter/eppt/epptso.cxx
Export added MS numbering types
Patch by: Yin Bing <steve.yin.aoo@gmail.com>
Suggested by: Wang Zhe <kingwisemmx@gmail.com>
Found by: Yin Bing <steve.yin.aoo@gmail.com>
Review by: Wang Zhe <kingwisemmx@gmail.com>(cherry picked from commit 39e9cae1ac9b7944c9df0642a193b042a1b68266)
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Conflicts:
editeng/inc/editeng/svxenum.hxx
sd/source/filter/eppt/epptso.cxx
Change-Id: Ic8a9406fd1b58e5cec5c5adc28bf0190ccb87315
|
|
Change-Id: Id2603c4d3340a220708272b4b8f73e2a59f36f5b
|
|
Change-Id: I714b2d1ccdd5392a3ebc32788b203a8484c6cf0b
|
|
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
|