- 06 Şub, 2014 31 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ib5abe9a16fa4879d769f5ee229bc1b02f32fd62e
-
Caolán McNamara yazdı
Change-Id: If79129131df575c3ea42d50402d49b24744d5331
-
Caolán McNamara yazdı
Change-Id: If8ebdedb1d073b5e83b639cf69508c69c7f25c69
-
Caolán McNamara yazdı
Change-Id: I66e57d570c5ae70e69eea2d44812a72a3b67509e
-
Caolán McNamara yazdı
Change-Id: I8368217e7fb40322de1f03ef68c1ddbe2fc5652a
-
Caolán McNamara yazdı
Change-Id: I54f703c1ce5af70c24ef0ad9d6fa6c717d0ecd37
-
Caolán McNamara yazdı
Change-Id: I0cf67a4bd5ec95e135511611c236350d4347895e
-
Caolán McNamara yazdı
Change-Id: I943b6233554d91e1a14f545e30f95528ca592924
-
Caolán McNamara yazdı
Change-Id: I1a39ed2fb8542cb1bc5a56ce8f78cafe4618aa79
-
Stephan Bergmann yazdı
...had been disabled with 9a84a112 "WaE: 'SQL_API' redefined," but unclear if that is still relevant. Change-Id: Ia03929879f552123022b6e63a8f892805804ebe4
-
Matúš Kukan yazdı
Change-Id: I0537d7a30b6c6807bf746a52dbd2c7fc66607ae2
-
Matúš Kukan yazdı
Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409
-
Matúš Kukan yazdı
Converted them as usual service implementations. Otherwise - if static singletons are used - it does not show menu for some reason. Change-Id: I0673d0bfbba268728a3fa676f2af95aa6c74bbb2
-
Matúš Kukan yazdı
To replace single-instance com.sun.star.util.PathSettings service, incorrectly converted in 89b0017b Keeping util::PathSettings::create in sc/source/ui/vba/vbaapplication.cxx because for some reason util::thePathSettings::get does not work in sc_macros_test while testing sc/qa/extras/testdocuments/Ranges.xls. Change-Id: I75b68ae56ac5b58f72416070dba100ab3ab70fe8
-
Tor Lillqvist yazdı
CUIDraw() is undocumented (as it should be, it is after all a private API), but I was lucky and guessed what was needed. Change-Id: If686667d9b5dfa3a40e57e5e2b4f87be5796c801
-
Tor Lillqvist yazdı
Change-Id: I01d9123fcad19aa84a41eb990fb65954314a4802
-
Michael Stahl yazdı
Change-Id: Ibb9b54784d4a58d0c865d29237e2ef05218544e3
-
Caolán McNamara yazdı
Change-Id: If2d46e26ec6ffead1e283479c516131a2b66f50d
-
Caolán McNamara yazdı
Change-Id: I9d8215f2fc2ab93a0d4315a8ad71b64560b6d732
-
Jacobo Aragunde Pérez yazdı
* UNO role GROUP_BOX was not mapped to any ATK role, now it's mapped to ATK_ROLE_GROUPING. * UNO role COMMENT was mapped to ATK_ROLE_SCROLL_PANE, we replaced it with ATK_ROLE_COMMENT. We use registerRole method to map these instead of doing a direct association to prevent a failure in case the installed version of ATK doesn't contain these roles. Change-Id: I7e266a7e92d59b282c51934df05b53414588cc7e
-
Stephan Bergmann yazdı
Change-Id: I056ed836f785191f0685dc6f1313436da33ca0ee
-
Caolán McNamara yazdı
Change-Id: I9643a60cdc932bef6a4d5f409cbb0e333147fccc
-
Tomaž Vajngerl yazdı
The color for non-printing characters (enable with CTRL+F10) has now been changed to a fixed color. Change-Id: I93dfc69fa4be1c1f1373f25434c8f4afa71355d3
-
Tomaž Vajngerl yazdı
Change-Id: I7611c5307e4d4e925dc3e54c6b3f2d1a47bd9080
-
Tomaž Vajngerl yazdı
Change-Id: I9603cc51545f72fdb0854f2d76e2326706329000
-
Matúš Kukan yazdı
Change-Id: I04429d95622f0b5a5988fa3dc3bac16d55aa1b3f
-
Kohei Yoshida yazdı
Change-Id: Iae7db3816ab2aac81e433bfe3562eefa38ef7f62
-
Kohei Yoshida yazdı
When copying notes to clipboard, we don't clone captions but leave them pointing to the original captions objects. Also, during undo and redo, we need to clear all caption pointers to prevent them from being deleted when the ScPostIt objects get deleted. The undo and redo of caption objects are handled in the drawing layer afterwards. Change-Id: I2b9cf0858dba5b3cac26db3ef501ea09779a795a
-
Kohei Yoshida yazdı
Change-Id: I2d271476ae91354f33f19d074fa717b2a0b47ff7
-
Kohei Yoshida yazdı
It's supposed to release note instance, not destroy it. Change-Id: I40cd1a97d20b495f03fda68a991ad576de13ebc5
-
Kohei Yoshida yazdı
Change-Id: I101e7fd20016b925cfcc25f6785937bc2fb8a03a
-
- 05 Şub, 2014 9 kayıt (commit)
-
-
Norbert Thiebaud yazdı
The GetItemImage change causes some controls to draw wrongly and have hit-testing problems. The change is broken because we want them to think the bitmap is big. One day LibreOffice will use large bitmaps. Some places call SetItemImage repeatedly, such as the font color dropdown control and so it needs a sanity check in SetItemImage. This reverts commit 0459682b. Change-Id: If208543def6467ad7d19e21edf0ab11e9a32f0f4
-
Norbert Thiebaud yazdı
Change-Id: I47b507d4e256572f879bab72cf99f007bb2df771
-
Norbert Thiebaud yazdı
Change-Id: I35194385cc2f5d02a93ade0e8ab40fb77eba7e6e
-
Norbert Thiebaud yazdı
Change-Id: Ibbd13e15b6aca33a8c9050dd0d9f210e64e85e3e
-
Norbert Thiebaud yazdı
Change-Id: I9ebd8df6e510640e511a61332ab1d712b68c40ca
-
Norbert Thiebaud yazdı
Change-Id: I3956259474b100d0d14d500f9528b04125e0d169
-
Norbert Thiebaud yazdı
Change-Id: I9985284e852ddc3b29d75cdf0b8969c2a8cecb9a
-
Norbert Thiebaud yazdı
Change-Id: I4de0a0857ce87266c3f3c4993efc45b12539156c
-
Kohei Yoshida yazdı
Change-Id: Id32fcce20a72774794f413a8b2217aeca1c5946c
-