- 30 Ock, 2013 33 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c
-
Stephan Bergmann yazdı
...the only remaining use was for CppunitTest to find the .res files in $(OUTDIR)/bin/. Get that solved by delivering the .res files also to $(OUTDIR)/unittest/install/program/resource/ (new gb_ResTarget_get_unittest_target). Change-Id: I370e7cab4223256356c7511b88ae63d9c0dbf215
-
Stephan Bergmann yazdı
...see the comment at the start of InitSalMain in 95548c7b "Implemented InitSalMain() and DeInitSalMain() functions" for why this was relevant back in 2001. Change-Id: I2b2e5f261065d3b801ef20cca592009fa6b3f558
-
Miklos Vajna yazdı
Change-Id: I77f63631b5b666e2735978d1bf48ef5733a9f28e
-
Miklos Vajna yazdı
Change-Id: I0b0a623c58ca398bb556fc9fcd2cdecb4e789d0a
-
Miklos Vajna yazdı
So that later in doc/docx/rtf export gradient background of textframes can be handled. Change-Id: I8f79cd0b63231c0551fc85c5cd1c06f5511326f1
-
Miklos Vajna yazdı
Change-Id: I30ef3e080d97f9bbdd1a9bca1c2d4c99fdfdfd28
-
Miklos Vajna yazdı
Introduced in commit 81a46fc8. Change-Id: I2e54c214916ce1793e07a4a7d42a6cf7e39f3424
-
Miklos Vajna yazdı
Change-Id: I346de7efd4e91f93e3f07ece1c6fe71d1ca53b8e
-
Michael Stahl yazdı
SwEditWin::MouseButtonDown: the selection of fields was messed up by a call to rSh.SetCursor near the bottom of the method. This used to be fixed up by SwEditWin::MouseButtonUp previously, but that was broken with commit dcb08034. To fix that move the field selection code to a place where it prevents the other code from running, in the hope that it is not necessary. Also it does not make any sense to select whole words when clicking on a field, just selecting the field seems much better. Change-Id: I8d604450789844b6a446cf3a35f62ed530d0328e
-
Caolán McNamara yazdı
Project: help c725b25af49aa5292a88eb0fd53eb322861567d1
-
Mathias Michel yazdı
Removed individual options (intro* and startcenter* + images) in favor of a folder with graceful fallback. Grouped progress bar intro settings in a text file into the branding folder Change-Id: Ib56b80e43c474a944ac79c0a842d66487e9f91d5 Reviewed-on: https://gerrit.libreoffice.org/1704Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Caolán McNamara yazdı
Change-Id: I6e90cdfc9577bfa0ee1dd1018a41aa7979dfaf04
-
Caolán McNamara yazdı
Change-Id: Ibae83ceac3c2e1f678c35a12d68ef3779879314d
-
Caolán McNamara yazdı
Change-Id: Iea5c01fe902b052a55c86ca3b879bcca12c80690
-
Tor Lillqvist yazdı
Change-Id: Ic0d13034a37ba354000de18e6f97b9cc31857bcb
-
Stephan Bergmann yazdı
Change-Id: Ie4986f36f7f71df64b1c7c7b5e0190f4d5708c64
-
David Ostrovsky yazdı
Change-Id: Ie12913691fa3d01bc7ad2fc0c108821d0937d250 Reviewed-on: https://gerrit.libreoffice.org/1919Tested-by:
Miklos Vajna <vmiklos@suse.cz> Reviewed-by:
Miklos Vajna <vmiklos@suse.cz>
-
Michael Meeks yazdı
It seems there was a misunderstanding of onCreate's savedInstanceState cf. http://developer.android.com/reference/android/app/Activity.html Apparently we go through a onStop / onCreate cycle when rotating, that triggered this. Change-Id: I7cb1cf29bcae59ef26cf3bf0c2b3dd028eb8f878
-
Tor Lillqvist yazdı
Change-Id: I1d97ba1cc643fb1c940b94e84e348812efae115b
-
Tor Lillqvist yazdı
Change-Id: I65e68de95ff30b74fe7052dc4a7429d49536b564
-
Tor Lillqvist yazdı
Change-Id: I28a8b8ba01e7f1c16af745078f9075888e4b304b
-
Tor Lillqvist yazdı
Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec
-
Kohei Yoshida yazdı
Instead of having 3 of them. Change-Id: I2de9b63c33b7362162a56ea391f8b68a468163fa
-
Kohei Yoshida yazdı
Change-Id: I43e45cbd11f532f35ca9f0063236850ebc2e518e
-
Markus Mohrhard yazdı
Change-Id: Ib52a546a98f681b918de5e3bd285c36407fa8254
-
Markus Mohrhard yazdı
Sadly it is not as easy as it should to remove this variable yet. There are some users inside the import filters that prevent me from moving the variable into the UI layer but we should not use it inside ScDocument. We should inspect in the future if this variable is actually a good idea at all or if it create problems with multiple views and we need to use the current table of the current view. Change-Id: Ic1a378bacfcba65a3df8e5782e64eb15ca057d7d
-
Markus Mohrhard yazdı
Change-Id: Iacfb0838d6d66e010d4ac0a2e73040fa51841673
-
Markus Mohrhard yazdı
Change-Id: I1ee09c7be958b0231f99df2ebadb0dc6a3a20246
-
Markus Mohrhard yazdı
Change-Id: I050e4d992c601c7af1a83b30137ab38fd05b8a74
-
Markus Mohrhard yazdı
Change-Id: I7e7557a91d18255beaf96b64aeba0915a2c2786a
-
Markus Mohrhard yazdı
Change-Id: I8b3dc969fc371a47b89055e80ea762565e405f26
-
Eike Rathke yazdı
ODF OpenFormula defines the function RRI, the legacy OOo XML format stored that as ZGZ but that was not changed for the ODFF implementation. Correctly read/write RRI now but still accept ZGZ to be able to load existing documents. See also http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part2.html#RRI Change-Id: I617eaa37ff483e9a02a218e8432ba918f54bd61a
-
- 29 Ock, 2013 7 kayıt (commit)
-
-
Eike Rathke yazdı
Prefixed with _xlfn. instead of programmatic Add-In name. Change-Id: I4f119f92096329432488503f36df670a4ce19b42
-
Caolán McNamara yazdı
Change-Id: Ic18ca82a49ec346240a667462e73184694ce8feb
-
Kohei Yoshida yazdı
Change-Id: Ic6766105bb221aa4ebc700cbf99b4f6f5b3abf8b
-
Kohei Yoshida yazdı
The latter always confuses me, which likely would lead to bugs caused by brain shortcircuiting. Change-Id: Ide7545d8d28e89265cad0d4457ab29cecc1869d3
-
Kohei Yoshida yazdı
Change-Id: I11d8ba422b280a9a06dbc9bb13c2ccaae7435afb
-
Xisco Fauli yazdı
Change-Id: Ie8417eafa70204accadff1c50d23c32fdda7bbb1
-
Caolán McNamara yazdı
a side effect of this painfully tricky rework is that we recover an apparently long lost initial "ON" column in tools->options->appearance Change-Id: I262feae14e9f8a21f46103e35256687e66a13c7c
-