- 18 Ara, 2014 40 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: If2de38d23c5753e703517b5ef82d0f00070c2f34
-
Michael Stahl yazdı
Change-Id: I262efe47d8a28d1462cf35314a99c4404ffa2200
-
Michael Stahl yazdı
Change-Id: Ia38bdf402595dc0b7e6dabd80a4e93e53142b719
-
Michael Stahl yazdı
Change-Id: If961ecfe27c6f478f030bab746278b885482b229
-
Michael Stahl yazdı
Commit f9eff2a4 is not quite right because it will leave the mpNext chain unreachable; that could perhaps be imporoved by calling RemoveFromLayout(), but... Actually the problem is basically that one of the deleted SwCellFrms points to a SwTableBox with getRowSpan() -1 (because it has been merged) and thus IsInCoveredCell() returns true and that causes ~SwCellFrm() to skip disposing the SwAccessible stuff, so the SwCellFrm is still contained in the SwAccessibleMap. Because it's rather hard to prevent this sort of thing in general, better change SwAccessibleMap::Dispose() to assume that if it found its way into the SwAccessibleMap it should be disposed and removed. Change-Id: Ib4cec6924cb026ae30bdac6857957adf237b4d70
-
Michael Stahl yazdı
Change-Id: I4daf01450a4aa8f1d2bc6eae731a735d0d38a074
-
Stephan Bergmann yazdı
Change-Id: I64a9a2933b38e48c4531564ab4082e3c924c4959
-
Julien Nabet yazdı
Change-Id: Ibdadac46483ca3b17a12e3d1ae31f75a869b8dbc
-
Eike Rathke yazdı
Change-Id: I3b97cc4b0f108c0cc6e0aa1397cf6243b7c734b0
-
Jan Holesovsky yazdı
Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9
-
Jan Holesovsky yazdı
We have to call ToggleChildWindow directly; calling SfxDispatcher's Execute() does not work here when we are in a document with protected section - in that case, the cursor can move from the editable field to the protected area, and the slots get disabled because of SW_DISABLE_ON_PROTECTED_CURSOR (see FN_SPELL_GRAMMAR_DIALOG in .sdi). Change-Id: I1c310c028aaaf774431d0b1e6bba10e901a8166d
-
Stephan Bergmann yazdı
Change-Id: I14f9b8e7b7e2cdcbdc60de17471b1a3a381d83f0
-
Julien Nabet yazdı
Change-Id: I899164412ad90653b4228423283f9fbd4cb5fccc
-
Eike Rathke yazdı
Change-Id: Ia7b27309251cf9e47505c58d8ed0172d134280f4
-
Kohei Yoshida yazdı
Change-Id: Ic7c355dc005b8071a3b5db347f51882d89d2160f
-
Miklos Vajna yazdı
Change-Id: I7daf52a60e3fac8d9f86b464e86af60e0495fcb1
-
Miklos Vajna yazdı
I can't easily see what component is missing for SVM saving, and we do the same in CppunitTest_sw_htmlimport already, so why bother. Change-Id: Iba917e211fc721f8e275b3ce04a0e02c0759485b
-
Caolán McNamara yazdı
Change-Id: Ia2fe4abd17e09aecaef6d929dbd9b393f33c9de6
-
Stephan Bergmann yazdı
Change-Id: I169624820cd7d25eab18a6b90482e075ebfebcc6
-
Stephan Bergmann yazdı
Change-Id: Idbdc5c9aab8fa65df39d66da2461337db6350e52
-
Stephan Bergmann yazdı
Change-Id: Idbca92ee8d38fe5839ec0aeb8ee02af3e326549d
-
Stephan Bergmann yazdı
...where SAL_OVERRIDE is not available Change-Id: I49d447ba90516f4f744c21302607bff97ad3c4d5
-
Caolán McNamara yazdı
Change-Id: I920227cd175dace306ebb16a8e476f483cf11a7a
-
Juan Picca yazdı
Change-Id: Ie42972db98da48b60b3f5314e019046b2a2ee0e7 Reviewed-on: https://gerrit.libreoffice.org/12238Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ib53fd467cb270908846f8f613d9f085aeccdff01
-
Stephan Bergmann yazdı
Change-Id: I592eb027f4c13cf75f1f0a443696d4d4e8e50e04
-
Stephan Bergmann yazdı
...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the config_host/config_*.h files will not be included, so the HAVE_* macros will be undefined.) This obsoletes the need for RTL_DISABLE_FAST_STRING. Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
-
Caolán McNamara yazdı
Change-Id: Ic67c5562d0e9936cd6a524ecd4f798aaf885a6e8
-
Christian Lohmaier yazdı
don't use "zip -@" to read from stdin, as that expects one file per line also zip doesn't like the dos-lineend, so strip that using tr Change-Id: Ib5c9040a66390119aa7a46225f2d0c8f635bf39a
-
Caolán McNamara yazdı
Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025
-
Caolán McNamara yazdı
Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025
-
Stephan Bergmann yazdı
Change-Id: I5a16fdd9217f0523212842650d74f504f17848fd
-
Stephan Bergmann yazdı
Change-Id: I72e0df381bd9525ea4fff1f4bbd57ffe84ce241f
-
Tor Lillqvist yazdı
No need for redundancy. Change-Id: Ia68d2e57af33cdca90246de54cdff656ea6c3942
-
Caolán McNamara yazdı
Change-Id: I878f5bfe15b72ed1b750abfd7ca26513aae1d6fb
-
Caolán McNamara yazdı
Project: help 908b90852c513400669814a73b64245a0702ec21
-
Caolán McNamara yazdı
Change-Id: I1a160bd08d3be0356076789539d551f4dc6edfd4
-
Stephan Bergmann yazdı
Change-Id: I1fafba17c590d4485f2138e2dda877344c573df1
-
Stephan Bergmann yazdı
Change-Id: I18370f6203455cf7568e48e49b7093d114656619
-
Stephan Bergmann yazdı
Change-Id: I349e0c2575d9a5154ac7002d129a1851a3df7687
-