Age | Commit message (Collapse) | Author |
|
Change-Id: I126c587777b7183dfbd9c60cfb0a6a980332a295
|
|
Change-Id: I931a4b618f35188e4e0cca07305ff15bbbacc20a
|
|
Change-Id: I0211c9c7dcc24ce40fe7c573f35ac13c02e742c1
|
|
Change-Id: I46e2de444d38f1f93eb68ffd50b7a283d05d1738
|
|
...to use single ASCII character literals "more directly" in the OUString API
(instead of having to go via an intermediary OUString ctor call). Especially
useful for character literals that are defined as const variables or via macros
("direct" uses of character literals in the OUString API can often simply be
replaced with single-character string literals, for improved readability).
(The functions overloaded for OUStringLiteral1 are those that are actually used
by the existing LO code; more could potentially be added. The asymmetry in the
operator ==/!= parameter types is by design, though---writing code like
'x' == s
is an abomination that shall not be abetted.)
Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f
|
|
Change-Id: I1b37d8332e9a5b779c27373b2ec038ccdf2b90df
|
|
Change-Id: I620209bd008a20efc1fdc64e11eff7300162150a
|
|
Change-Id: Ica648d4a49ef4f36fdab557a98e7df9d31a3a240
Reviewed-on: https://gerrit.libreoffice.org/13311
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I3140945b57decf8ea605c35b11e18d063a5a5c83
|
|
Removed XHatchStyle
Change-Id: I89e7edadc4f408e5a50840aaa1a13965b8503afb
Reviewed-on: https://gerrit.libreoffice.org/13442
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Removed XGradientStyle
Reviewed on:
https://gerrit.libreoffice.org/13320
Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
|
|
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10.
Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
|
|
As discussed in
http://listarchives.libreoffice.org/global/design/msg06845.html
Change-Id: I9e9ada1b2bee6023ee7f79d28cf4de2765c5daa0
|
|
Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04
|
|
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
|
|
Change-Id: I223026ce7676a3f8fcda7eb33326cd4ee949c6f0
|
|
Change-Id: I713976070359e1f5628e7b34f7fd8f6f26b2372e
|
|
This addresses some cppcheck warnings.
Change-Id: I19d0070c5dc54c605a7924b750eee1538bed16b3
Reviewed-on: https://gerrit.libreoffice.org/13384
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
There is no obvious authoritative upstream for clew anyway, so it causes
philosophical problems for distros. For a while, we used to use a zip archive
from the "clcc" project on SourceForge that included clew.c and
clew.h. (Before that we also just had clew.c and clew.h in our source repo.)
So, drop the external/clcc module and have clew.c and clew.h in the source
repo again. But this time clew is in a module of its own, not in sc.
This re-introduces "No need to have OpenCL optional at configure-time"
This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01.
Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454
Reviewed-on: https://gerrit.libreoffice.org/13368
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I45e34a9369b31fa284bc0fc0176c7efd81b527d4
|
|
Change-Id: I20049b482c831e4ac2221fddfe80deb9847e72c3
|
|
Removing the duplicate code,and consolidating changes
by using method "getExpandedFilePath" of comphelper.
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: adapted to recent change
from comphelper::getExpandedFilePath to comphelper::getExpandedUri; fixed the
two changes in framework to actually modify the by--non-const--ref argument;
fixed a loplugin:unreffun. More clean-up to follow.
Change-Id: Ie8875bcb61b616385bd64151f0a915bf7cce04e5
|
|
Change-Id: Ibdf2cbf3c50f6732301d894d91a1b8ea58e4e5d6
|
|
Change-Id: I5371b6d0662d8143f33b1225e9d4c7b78d521ebc
Reviewed-on: https://gerrit.libreoffice.org/13205
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I6e4c746de6c9393784ab831a39c3f19f0f380c07
Reviewed-on: https://gerrit.libreoffice.org/13204
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
These are for cui/uiconfig/ui.po as in Pootle
Replace ... with more meaningful words
Change-Id: I6d841d9865eba54573c4ed4002652fd1e4c9f2aa
Reviewed-on: https://gerrit.libreoffice.org/13233
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I8275832d8dae43b374bddd48520d11592e9a6a1f
Reviewed-on: https://gerrit.libreoffice.org/13134
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Removed XDashStyle
Change-Id: Id14802a007a90508ee033e1dc964c57d3d5ef582
Reviewed-on: https://gerrit.libreoffice.org/13213
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Do it the same way as position'n'size dialog does, for that matter
move shared code into a separate header/class.
This fixes regression from .ui migration that omitted spinbox limits
Change-Id: I884904719b2608dd80aecc5d7ffb3923de71774d
Reviewed-on: https://gerrit.libreoffice.org/13174
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Katarina Behrens <bubli@bubli.org>
|
|
Change-Id: Id210dad9b44f0164bfb247266a99c5886bfb7cbd
|
|
Change-Id: Ie10d8f01b847f868e2a8d5afae8b313de3a98d91
|
|
Change-Id: I3fa211be09daf3089b0ac54f885a3fb7d1753b2f
|
|
SvxExtParagraphTabPage::Reset() must not request a pool default for
SID_ATTR_PARA_PAGENUM because it simply does not exist; the item is
backed by a member of SwPageDesc in Writer.
Change-Id: I9b157f048cd986566f9b01f3677b53d5974b6c8d
|
|
Change-Id: I36a0151640067e3d040ebf46784bdb8c534153e1
|
|
Intermediate commit. More changes will follow: The device selection
logic needs to be moved, too. (And cleaned up.) Instead of the
separate formulacalculationoptions dialog we should simply have a
normal options page for those OpenCL-related settings that will remain
purely Calc-specific, like the formula opcode subsetting.
Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
|
|
Change-Id: I75d2c7ac735ad3fd430eb7a3ef28ff58930769b6
|
|
Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474
|
|
... as dialog buttons.
Change-Id: Ieea882b467c87093e7648590bbf14fe6dfa0b7ee
Reviewed-on: https://gerrit.libreoffice.org/13061
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
* Remove unnecessary containers and unhelpful frame
* Center main container
* Right-align labels to remove large gaps between controls
* A bit of separation for the Help button
This should serve as a model for similar dialogs.
Change-Id: I1964e8909159506484950df9d8ef7283809cce5f
Reviewed-on: https://gerrit.libreoffice.org/13057
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I55648417f56c28b0ac07ebff908805764bb2eb0c
Reviewed-on: https://gerrit.libreoffice.org/13059
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Add a toggle to the "General" page.
Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
|
|
Seems you need this, see also 36f275cb0f19d11151abf85f3c191a2736bd73da
Change-Id: I06970401d73bf8f73170bb1fc6bf001eac9947cf
Reviewed-on: https://gerrit.libreoffice.org/13083
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
|
|
Change-Id: Idbe34849264f0686f1fb8fb39799f534660bf1c9
Reviewed-on: https://gerrit.libreoffice.org/13072
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: Iad5d9c5e4b7e82f5809b7aa04f782a2f4e26585c
Reviewed-on: https://gerrit.libreoffice.org/13074
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Removed XLineStyle
Reviewed on:
https://gerrit.libreoffice.org/13029
Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
|
|
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd
|
|
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
|
|
Change-Id: I936d31300126e2ce000ea3a7cd70c8a2dec19502
Reviewed-on: https://gerrit.libreoffice.org/13043
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Change-Id: I62835721225cc39dd9fd5131843d57497794be95
|
|
Change-Id: Iafc67b4ccd30afdc2dc1c4fb058f9933fa90185a
|