Age | Commit message (Collapse) | Author |
|
Convert places that call
aStr[aStr.getLength()-1] == 'x'
to use the shorter form
aStr.endsWith("x")
Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
|
|
Change-Id: I9d9f1a542dbbfc461dd27c32b57e4cad5532fab0
|
|
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
|
|
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f
Reviewed-on: https://gerrit.libreoffice.org/6364
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I3656c005a23d291bc7cde2bc461e584df342babf
|
|
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
|
|
Change-Id: I142f9c4e73585272c3028880e40c20f4a056f3c3
|
|
Rename functions so that functions called by the UI layer for actions
to happen in the LO layer and functions called by the LO layer for
things to happen in the UI layer use different prefixes. Move
declarations to the generic <touch/touch.h> and avoid iOS-specific
types in the API.
Change-Id: Ieb8979065e02a87c4a415c934163265f2790d011
|
|
Change-Id: I4727687b1f359ecf4eb8855b7894bf2a2047ba9d
|
|
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3
Reviewed-on: https://gerrit.libreoffice.org/6192
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
|
|
... and %PRODUCTXMLFILEFORMATNAME at runtime and hard-code
OpenOffice.org 1.0 for these too.
Change-Id: Id96390506d2a0f367f932e85d3115362ad483bc3
|
|
Instead hard-code OpenOffice.org 1.1 as the value, since StarOffice and
StarSuite are irrelevant.
Change-Id: I9ab3d1cf38cf64cd4e440b3ae43158f748ead7d2
|
|
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
|
|
This reverts commit b0eeac20a1c1db422eaf152c353a4101cb200de9.
Linkoo is now dead, whatever the problem was.
Conflicts:
desktop/source/app/app.cxx
Change-Id: Ic8fce7db9ac8b5e9661b2b767bfba9f7cdd84e9a
|
|
Change-Id: I7f730d4f5329525eda9f78514dcaa3788149d077
|
|
(and as always if you find one, you can be sure there
are 6 others in there when you grep for them)
Change-Id: I9296ddbdda266c7b6d8a0ac0bc13ec5b6340cee7
|
|
Change-Id: I5dc43849ace8edbab9e6308db80a70797f090c69
|
|
... in finite time; waiting forever may hang the smoktetest in case uno
fails to start.
Change-Id: I42be4cecb8eec82df8f2df63f02e1223e4933626
|
|
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
|
|
so the various places that check the full tag first do not have to get
it just to delete it again.
Change-Id: Ib4e3cf1b16988464db875f1b6ac5cf4a0ab60fe5
|
|
Change-Id: Idfbf8bf9007268fb8a5c636be0454ae2704c3ddd
|
|
Change-Id: I215e418d314cbc8bbc333c2d75cdc1a0c07e9071
|
|
Change-Id: Ie7b6e8dee54ae240ff1ca7e7cac89b914dcce9ff
|
|
Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712
|
|
...and in general removed lots of cruft from that code.
Change-Id: Ie673413d8abf5a8ec78c02f4abee2647bdf10a04
|
|
Change-Id: Ib33f2ba2541faad24779cfdfbff7cf7f8a960af2
|
|
Change-Id: Ia7b9a5a297ecc3bf8eedae10ee8918b5db40a5e6
|
|
Change-Id: I0cbf15443877648b1b2d82bdcf03dcccdf5f26ac
|
|
...so it makes no sense to localize the configuration provider when retrieving
its value. (The "real" call to the default configuration provider's setLocale
is in desktop::LanguageSelection::prepareLanguage anyway.)
Change-Id: I55e8177d83a480a433ab38f49cb8f49fea2f6c77
|
|
Change-Id: I889c7d526b0b06b3c77248d1da255ffa8f754da1
|
|
Change-Id: Idcb41f8b83863ac1d37ea47a8bb61901f3bc7e06
|
|
Compiler plugin to replace with matching number(), boolean() or OUString ctor,
ran it, few manual tweaks, mark as really deprecated.
Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
|
|
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
|
|
Lots of stuff still either ended up in the wrong place, or was looked up from
the wrong place, or both. Fix most cases.
Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
|
|
Change all instances of hardcoded "program", "share" etc subfolder names to
use those from <config_folders.h> instead. In normal builds, the end result
will not change.
Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
|
|
Intentionally very brutally just exit after printing out what
NSTemporaryDirectory() returns, as this is for use only in unit testing, so
that makefiles can learn the app-specific sandboxed temp dir.
Change-Id: I96fba1399ffc43b09fe317c1b9db5af76432f4e0
|
|
This reverts commit b218cbf59de4d7ae0a6962995fb0f719ed68b5d2.
The original patch just looks for another instance running which
of course can be in the same terminal session. The assumptions
the author makes are wrong.
The bug the patch tries to solve is real and we'll probably
have to solve it in the future, but not this way.
Conflicts:
desktop/source/app/officeipcthread.cxx
Change-Id: I1e645671aa09c6147163820c12d5efb3b3688bd1
Reviewed-on: https://gerrit.libreoffice.org/5415
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
version1 is empty and version2 is not, so on second segment of version2 the i1
is already -1 from the first segment check -> kaboom
Change-Id: Ic19511a3b150f40d3cd9cf66bf9d86c94f3f9187
|
|
For some reason Clang did not notice and warn about this. I think it
should have been able to, as it is a private field and all code for
this class is in the same source file.
Change-Id: Ib3352695e1d725b768f4e0978a5e9c72715f1021
|
|
In the desktop application the FatalError() facility provides a dialog
with copy+pasteable text that helps to communicate details important for
the understanding of such critical bugs.
(cherry picked from commit 0881e04dda51387318b7a91170fc485a69f98a05)
|
|
Change-Id: If850bc359383c089b5a4f3bd49e46499b761bbe4
|
|
Change-Id: I3ba939ae97d9d6cd966dc9f0bf3c96d9039d8752
|
|
(cherry picked from commit c5a4e46fab045ae8abe01cbfd397806a58039d8a)
|
|
introduce new warning message box to inform about further running terminal sessions
Patch By: Juan Li
Review By: Jina Fang Zheng, jsc
(cherry picked from commit 208b788dd4afc0559eb26c6e20a59548be0d993e)
Conflicts:
desktop/source/app/app.cxx
desktop/source/app/officeipcthread.cxx
desktop/source/app/officeipcthread.hxx
Change-Id: Icd858adaa0d2400eecba3c61c91e0c6fdb6d6af7
|
|
Change-Id: I866c6cb836407019973559051c854d24f9549d2a
|
|
...that had been broken when 5c22a03320f20ae9ac2c3c16025e7c5e3a7915d5> "Cleaned
up CommandLineArgs" changed the representation of those multi-arguments from a
single string with \n delimiters to vector<string> in
desktop/soruce/app/cmdlineargs.hxx, but missed updating other producers of
such ApplicationEvents.
Change-Id: I527d620c60a87f3a01d970927c521163fb6df192
|
|
Change-Id: I7949697bb245e08355a061b4548c4078bbe9a091
|
|
Change-Id: I21d67de281847321d784cddc652d4a51a437fadf
|
|
Change-Id: I189fa06d13a78bcaa8e17b32756076473ced3641
|