- 07 May, 2014 40 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I1bb883502ccd4c6fb5bdfd93f2fa5a04de0b2701
-
Michael Stahl yazdı
For ordinary documents the SwTxtNode::MakeFrm() would set the m_bFormatIgnoreStart/End flags of the RSID-only hints, but the document loaded by Compare Document (and Merge Document) is special because it is loaded, there are editing operations on it, but it has no layout, so the assertions about these flags trigger. (regression from 6db39dbd) Change-Id: I8a6e02b68f22e609640adbe93ff194e4081d9856
-
Caolán McNamara yazdı
Change-Id: I08698b06d0485d2cd3573af665e0621b42d37349
-
Takeshi Abe yazdı
Change-Id: Idf1460e5207e0797390593535f2b2c080609a77b
-
Caolán McNamara yazdı
Change-Id: I35ccc5ba619f7e861fca2c5e78de86d88480017d
-
Caolán McNamara yazdı
Change-Id: I77044f6f9e99ddaa64cf69ba22205d6536a90b1b
-
Caolán McNamara yazdı
Change-Id: I2c031ffc70e7ddacde52f120513f9dd5ff1a4c50
-
Caolán McNamara yazdı
Change-Id: I8edbf48bc981b4636dd55b5f4cd2b314d387486d
-
Caolán McNamara yazdı
Change-Id: Ia8964b4b7e38d7bba9417695f571858683c2fd5b
-
Caolán McNamara yazdı
Change-Id: I9fb6da4d448923fd5b8822a72d6945a0c0b5f40d
-
Caolán McNamara yazdı
Change-Id: I53112795f301679429afb8da4e01c77e4d2fe820
-
Caolán McNamara yazdı
Change-Id: I1d07802f2671c460dbe145c4d5178aff272ca091
-
Caolán McNamara yazdı
Change-Id: I806058555f58a3f03153372e581fae6d8cb0670b
-
Caolán McNamara yazdı
Change-Id: Ifcce7f0d75cb595add30a4403e5c42348043137b
-
Caolán McNamara yazdı
Change-Id: I1efe68a3b63ddd4b1583a29dd8d71d217bfdd9a8
-
Caolán McNamara yazdı
Change-Id: Id9ac29ec88a98e626a1ecfb364e474b2a11a8004
-
Caolán McNamara yazdı
Change-Id: Id9d014d01d4c2da2d2c421893ba49a4b2fddacc0
-
Caolán McNamara yazdı
Change-Id: Iedee81b4c0474a1bbda0b2366c246f6b6b433a10
-
Caolán McNamara yazdı
Change-Id: I6abb408c91c9d6ea2d60c328be221c7608a7906c
-
Caolán McNamara yazdı
Change-Id: I51b3e9bccbe54686fbe869ce5ba669d000530572
-
Caolán McNamara yazdı
Change-Id: Iacf4373221b93a97e030b09501cc91589f2fdff7
-
Caolán McNamara yazdı
Change-Id: I118771b78d83441202c15d3b08b9055ba5e63623
-
Caolán McNamara yazdı
Change-Id: I8a829ee5d36281098f2788a704b203e6b777d371
-
Caolán McNamara yazdı
Change-Id: If4c218c471b34e2f0c8f083131bc24f1ac9d48e3
-
Caolán McNamara yazdı
Change-Id: I11aa7ecfa52054085aaca70b165a831b5ec8577b
-
Julien Nabet yazdı
Project: dictionaries d478664ac0a8e8997d8d17a76a39d2704f7a254d
-
Michael Stahl yazdı
It would be possible to modify the condition in SwChapterField::ChangeExpansion() to check for rTxtNd.GetNumRule() as well and make the bugdoc work again, but do we really want to use "chapter reference" to refer to plain numbering? Perhaps it would be better to add a "numbering reference" field type; without investigating what Word actually does here and what the actual problem is that was supposedly fixed here (which is not possible given there's no reproducer document) it's best for now to just revert it. (regression from commit 63198037) Change-Id: I7eb9ea46e42729c53c350ff450d49a1eb84ee8eb
-
Caolán McNamara yazdı
Change-Id: I9bfbde0f5abad6d6f297fc18e24f6b20be914ce4
-
Vort yazdı
Change-Id: I76375280ee4726c1d497858165f38f4e8b4224cb Reviewed-on: https://gerrit.libreoffice.org/9268Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Sure, not a lot of code, but best to not even compile it, to catch eventual usage attempts. Change-Id: I7462ea9a5fbe6080fcec2f424d1a1b80ad0afe21
-
Tor Lillqvist yazdı
They won't be used for now, but just to enforce portability of the libgltf code a bit. Change-Id: Ie5d2b9125eb0f4a2e432dcb8b55d5f494a5ed34d
-
Caolán McNamara yazdı
Change-Id: I7060ae18a98e0793a936834b398f1e232d336672
-
Stephan Bergmann yazdı
Change-Id: I0dacaa9fb08062aba758613bd25ebcf7039f36e0
-
Tor Lillqvist yazdı
Change-Id: I5a918a6ae4159dd561e46116f612037e194a4847
-
Miklos Vajna yazdı
Change-Id: I66d7c8444c1a89c21ea2ce5e42fb3cd97fd39b7c
-
Miklos Vajna yazdı
The code here counted the numerical XOR of the two pointer values, but most probably the logical XOR was intended (in case only we or only they have a node index, then we are not equal). Change-Id: I261b8c4b498eb860fa0e0fa72ba5a5e0758064e6
-
Stephan Bergmann yazdı
...so declare them as such. This avoids the recurring mistake of storing such IDs as sal_uInt32, truncating in 64 bit environments, causing RemoveUserEvent to potentially not remove the event, it thus firing "too late" and probably causing a crash. While at it, consolidate the trivially unnecessary overloads of both Application::PostUserEvent and Window::PostUserEvent. And in each of them, it looks like deleting the mpLink member was missing from the failure branch. Change-Id: Iab13afbb06e12ac15dec6a6b5b85a7e402a3c654
-
Tor Lillqvist yazdı
It won't be used for now, anyway, as libgltf is used only in avmedia and we don't build any avmedia for Android. But just to make sure the code stays portable. Change-Id: I7a4e5ee3d22f28a407d400a65a1704c23dcb1107
-
Tor Lillqvist yazdı
Change-Id: Ia02481046640248bc8a62ab0f93bf4e0bb49cca8
-
Thomas Arnhold yazdı
Change-Id: I6a2e0992077b185107f8d7190478d95f8d898e9e Reviewed-on: https://gerrit.libreoffice.org/9266Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-