GNU xargs executes the command at least once even if the standard input
is empty, unlike BSD xargs, which causes rm -r to be called with no
arguments ween the find command finds nothing leading to an error.
Adding -f to rm allows buikding with either implementation.
Change-Id: I0df5fcb379d2a5a8b1121594ec1a82d917d80dfc
Reviewed-on: https://gerrit.libreoffice.org/16116
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Listeners are set up from references in RPN, so check those for bounds
to catch also references resulting from named expressions, database
ranges, tables, ... and references in the token code array that are not
referenced in RPN.
Change-Id: I54770b45818f4c0541a39815278d3271a77b345d
I don't see why this was explicitly disabled, works fine
out of the box for me, import/export already hooked up
in odf
Change-Id: I5e6bdbc6a4f3cbcd97330c7d9fb33589489afee2
Follow-up on 2f6a06856a, rTop is top of
created group, listening needs to be ended on original (previous) group.
Change-Id: I1f975a0a6c85e649aa07ce5c6e97bc6e917ff9ce
This is a horror where the table in the frame has its cells out
of visual sequence, so the last row appears before the last node
so on hitting the last node we have to really jump backwards to
a previously skipped set of nodes to find the end of the table
Change-Id: I93545e0c425267647d5f048c3bd95fe0cfddf8f3
Fails with the last hunk of commit
4101949b2a (dbaccess: set correct BaseURI
for vnd.sun.star.pkg:// URLs on load, 2015-06-08) reverted.
Change-Id: Ieeaec3b0f925de0d5cf54e08b998038434686b3d
With this, in case the embedded data source definition has an URL like:
<db:file-based-database xlink:href="../../calc-data-source.ods/" db:media-type="application/vnd.oasis.opendocument.spreadsheet"/>
That's resolved to
file:///path/to/directory/of/Writer/doc/calc-data-source.ods correctly.
Change-Id: Ieb67f9f5ae104689c6dadc14ec84c66bec70a687
ClickHdl happens on the "down" of the click, not the
"up" of the click, so the up gets lost and control
isn't returned to the parent widget, so extra clicks
are needed to give control back to it
Change-Id: I79023d2959377ff70aa890690dde5ce852c9549e
Toolboxes derive from Docking Windows, they are
not layout aware, which is ok, but they need
to tell the thing they are inserted in that their
state has changed if the parent is layout aware.
i.e. docking windows are not toplevel things like
dialogs and need to pass on queue_resize to things
above them
Change-Id: If0eeff90314bef4e828355661a75a0d34a6fc1bc
make this a multi-path element with a shared read-only location
and a user read/write location and don't copy the presets, instead
just keep them in the shared location
Now an admin can copy extra palettes into the shared location
and they magically appear in the user deployments
Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2
New lc and sc version of_arc, pie, circle* and elipse icons.
New lc and sc version of fliphorizontal and flipvertical which I'm taken from tango.
Redo the lc_insertgraphic as svg out of the bitmap from jay philipz and do the sc version of it.
Change the inserthyperlink icons to match each other.
Change-Id: Ifd22c48f2ccfbb7355974c8d267525ca981b39f6
Reviewed-on: https://gerrit.libreoffice.org/16128
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Done Blue arrows - It would be nice to have a blue (or other color) used
in wrap text, sort, sort ascending, sort descending, pivot table.
Done Spellcheck - Would be good to move the 3 green dots 1 pixel
lower so its not touching the bottom of the ‘A’.
(lc_SpellingAndGrammarDialog)
Done Insert Comment - All other insert buttons use a plus sign,
so it would be good to use the same for this. In the small
version (sc_insertannotation), there shouldnt be any plus or
3 dots as this messes up the navigator. Would be nicer if the
chain was a bit bigger. (lc_InsertAnnotation)
Change-Id: Ie53296c07f1c2373455a47917945ce9e0a188f76
Reviewed-on: https://gerrit.libreoffice.org/16129
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>