Age | Commit message (Collapse) | Author |
|
replaced lots of Len() with isEmpty()
Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0
Reviewed-on: https://gerrit.libreoffice.org/1795
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ice59129d20c6b7e3aa0dbabfefabd14bad8199b6
Reviewed-on: https://gerrit.libreoffice.org/1782
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de
Reviewed-on: https://gerrit.libreoffice.org/1784
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: Id019b80e12eaaed1d181af2eb2599cc1db26ee25
|
|
... to look pretty; most of these expect PRODUCTEXTENSION to be a word
like "Beta" but nowadays it is ".micro.rc.alphabeta" numbers so there
should be no space before it.
ReplaceStringHookProc adds insult to injury by refusing to
replace %ABOUTBOX variables unless some %PRODUCT is in the string.
Change-Id: Ib676f3837ab0785529a226fc9359e8defacf3459
|
|
I've being putting this one off for a while as its a complicated
set of hidden pieces shows for different background types
format->frame->background shows transparency option
table->properties->background shows "for cell/table/row" options
flipping as graphic/color should show different contents
Change-Id: I4a63d3bbe8898ad2421d6ddef011da9ae67b5a4f
|
|
And an avalanche of changes that ensued.
Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
|
|
And make sure the whole thing still builds.
Change-Id: I49d3c01d288df800e3261ce7d4f07080be2a4098
|
|
Change-Id: I3ec055cf7aff5674def54cb75d348f3fb3336c4a
|
|
|
|
regression from 17afe4cea7e01aef1e5270cc09f438bc6fde3211 which is totally
forgivable as its riddled with asserts that suggest there should be no
out-of-bounds accesses and there probably shouldn't and those queries are
possibly bugs. But double-checking 3-6 it is the case that non-existant pages
were queried for in that version too, so return NULL on out-of-bounds
like the original pre-stl conversion code did.
Change-Id: Ic918419b6cb76b083de6b6911dde9d6e00258324
|
|
Change-Id: I3c8a195cd6c208c7ecd5cf326d3e7ccf3c02e935
|
|
String replacement, proper use of initializer in constructors etc.
Change-Id: Ic5e04c614ad044efcb32329a31540402524afe85
|
|
Change-Id: I9d5822a055d90094a43a01f5cdb1f6f4d1156c49
|
|
One less indirection makes the code a tad easier to follow.
Change-Id: I8e1113617c09f91c0cad32277ee4e32c78f9f058
|
|
Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67
Reviewed-on: https://gerrit.libreoffice.org/1557
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ie823124e8f156099e5b1708afa5b830153fcce3e
|
|
instead of resizing itself when given a size, leading
to lots of flicker as the widget fights the layout,
instead accept the given size, center the drawing in
that area, and tweak the cell highlight drawing
code to fill that extra gap space when edge cells
are selected
Change-Id: Iee0b44c0939cf32284907ad1fcd57e2e722837d4
|
|
The problem was in calculating the cell area, the width should be
subtracted to Right end of cell instead it was adding width to Left
end of the origin cell
Change-Id: I3f31e0c4e0acae84ab5052823fc49932255137d3
Reviewed-on: https://gerrit.libreoffice.org/1686
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
Change-Id: I0fd91d707b89197d57dc6eaf7dcebfdb055d73c6
|
|
Change-Id: Id02a77bf58dac179aae6df4df72e56e41c8693d4
|
|
so remove the MAX and MIN options and simplify the whole lot
Change-Id: Iaaf350c37e01f7fce434af760bcddb9b7d7135ea
|
|
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
|
|
Change-Id: Ibce0f8542aa398147d74f7acf53b2898dc3e4eff
|
|
Change-Id: I289e3f2c16ac1cd109e511af11f9a8fa38894edb
|
|
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
|
|
Change-Id: Ie7bf21269e11fd1b3982999fa16597ba9caba674
|
|
Change-Id: Ic8ed8fa3e883da387e8cf0f2bd953081cf75ebc3
|
|
Change-Id: Ibd92f5ebe3079dd0b75a0f429efc68842a4305ec
|
|
|
|
|
|
regression since efc6b840a0423099d6c3e0d33c14d34637fbba4c
as that changes the order in which windows are drawn
Change-Id: I37388229533127ab915bec351f094fcd4786b2a3
|
|
|
|
Change-Id: I4ade267a44620f5a3af8009ac57a2456c62b83bc
|
|
.. everywhere that was using createWithServiceFactory, and delete the old
method.
Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
|
|
Change-Id: Ic8236b291ed5f318f67378bbc57b7cf027cbb92a
|
|
Change-Id: Ia9a52598e9c295fee8be040530ca232fddbd14c3
Reviewed-on: https://gerrit.libreoffice.org/1560
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
This reverts commit 6eb0522395c236ae6930a300992ad092449f9592.
It does not compile and the message and contents suggest it probably wasn't
meant to be pushed.
|
|
Change-Id: Ibeee6553312323b75b2403ad6832595f228e0e3c
|
|
Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
|
|
and move SvxNumberingPreview from svx to cui where its
::Paint impl already lives
Change-Id: I2b7bebeb9914d74d0f391d3b178b0ad3d778c479
|
|
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
|
|
Change-Id: I8bfd09a1f48fe892fb1a99962d0a46de8b7cb1ec
|
|
Change-Id: I6fa93885f1ce51fb0e3d69265784340614146636
|
|
Change-Id: Iacf59548209d2be8b36839ae12bed9cedb7bdded
Reviewed-on: https://gerrit.libreoffice.org/1562
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I39914909fd394532e7a32c791d4480530393c1c0
Reviewed-on: https://gerrit.libreoffice.org/1499
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
Reviewed-on: https://gerrit.libreoffice.org/1484
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
This was a regression introduced with 6da90944b5134d65bfbd7dcaf024956aa139efc1
"ugly memory leak."
Change-Id: Ie976d7ddcdac974aeeba14ffd64c4641b5d096a4
|
|
Change-Id: I200713987eb1c19f7d795190e7acef02af569cc8
|
|
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
|