- 11 Haz, 2012 40 kayıt (commit)
-
-
Thomas Arnhold yazdı
- InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns sal_False Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d
-
Thomas Arnhold yazdı
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
-
Gökçen Eraslan yazdı
Change-Id: I3b3e5ab68421e25e6bf153f11ca5e538aa482874
-
Miklos Vajna yazdı
Change-Id: I4c81eb1ec57bda2b5ce65b19de998bab2dfb6c3c
-
Miklos Vajna yazdı
Change-Id: I064070a51cb87c10c72917b19969672d2121be7a
-
Miklos Vajna yazdı
Change-Id: I93c9c6e267270a07bd98ea408f0d6f78759265bb
-
Stephan Bergmann yazdı
* ServerFont::GetFontFileName definition seems to inadvertently got lost with 8e64e571 "Merge FreetypeServerFont and ServerFont now its split out into unx" * Likewise, ServerFont::GetFontFaceNumber is unused, so remove declaration (that also has no corresponding definition) Change-Id: Ia8919d4248243c434c5cdbda548f5303a468f2d3
-
Caolán McNamara yazdı
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
-
Caolán McNamara yazdı
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
-
Caolán McNamara yazdı
Change-Id: Ic4b1ab81d414963e7cb40c348737504c8021a7fb
-
Caolán McNamara yazdı
Change-Id: I64db2710b8253c8110851dafa58013e1066f63c8
-
Caolán McNamara yazdı
Change-Id: I0c891c260c71b38aef09b3f4d5385e6ac8bf9cf6
-
Caolán McNamara yazdı
Change-Id: I31da2812848d5172bf575d64fa6a28e69b35ecd4
-
Caolán McNamara yazdı
Change-Id: I3fc618f886082e08e9baae3ae09017f653e729bd
-
David Tardon yazdı
Use vector<shared_ptr> instead of ptr_vector. Change-Id: I4e7d0735cbb036c608f697f7418109a2c497982f
-
David Tardon yazdı
Change-Id: I5368770926aee871e20b2d87fa51b28212c8be4f
-
Stephan Bergmann yazdı
Change-Id: I12c8ab5779d952eb640298478da7084b5f643568
-
Michael Meeks yazdı
Change-Id: I6c550bace0f085630116c86fa19fd0562a10951f
-
Fridrich Štrba yazdı
Change-Id: I616d284bb300c803d29786e50bb019fa3f2dff19
-
Luboš Luňák yazdı
This is a mess. Shapes from oox/vml are added to Writer by calling SwXDrawPage::add(), which forces the shapes to be AT_PAGE, because the pDoc->GetCurrentLayout() there is NULL. After that writerfilter in DomainMapper_Impl::PushShapeContext() tries to do further tricks with the anchoring. Such as the fix for bnc#764005 (0a412cc1) that broke inline shapes because of the AT_PAGE above. So try to set the proper anchoring already in oox, although I'm not entirely sure I got it right. Ideally writerfilter should not touch it, but when I simply removed it another testcase breaks, so hopefully this all can be cleaned up somewhen later when we have enough testcases for all the possibilities. Change-Id: I7dd95d87bd027ce0f129f76b3377f3d1445c34d1
-
Luboš Luňák yazdı
This got broken by 0a412cc1. Change-Id: I8d500ea54bee8b09e1a01cf4cd14d08669f49a73
-
Muhammad Haggag yazdı
There was a typo in the character counting code of text nodes. When a numbered list is detected, the code attempts to add the character count of the "item number" to the total count, but ends up overwriting it instead (uses '=' instead of '+='). This resulted in the item number strings to be the only ones counted in a numbered list. Change-Id: I9d96311065f66026dd4f05d3cd5ae61e2c0dafb4
-
Miklos Vajna yazdı
If the documents ends with a table, both Word/Writer produces a non-table empty paragraph after that table. However, it's valid not to emit that empty paragraph, so handle the situation in the importer. Change-Id: I8ea163f2de62954f3891f8f48e81d89f6e29ce6f
-
Miklos Vajna yazdı
One would think that with {\pict{\foo1}}, the inner group has no effect in the outer group, but this turns out to be valid, so we should handle it as well. Change-Id: I64b933ad1cd5946f22d27669e9240d9e1875bde3
-
Miklos Vajna yazdı
This fixes an assert from the fdo#49659 bugdoc. Change-Id: I4c4d56aa119dcdb965a0b30ca137d7e7d719259c
-
Olivier Hallot yazdı
Fix typo in ure/bin/starttup.sh for AIX LIBPATH Change-Id: I321fe67c48c3eafd81a6f271422272795c27bd20
-
Markus Mohrhard yazdı
Change-Id: If93a7f9e7dcebed887e31c8a4bd454b7f709ba33
-
Stephan Bergmann yazdı
Change-Id: Ic5d17c360be7f3cb3d5004327d2a6d76dce40c52
-
Miklos Vajna yazdı
Tricky, as we need to test the layout here. Will refactor a bit once we have more such tests. Change-Id: I19ecd282b64f2e3f8bb4bba88b5b3493b606872a
-
Markus Mohrhard yazdı
Change-Id: I00be4d0963c9cebc50aff3eb44cb208b6eb8c88c
-
Markus Mohrhard yazdı
Change-Id: Ie42f38f65fd4b164c9bebb14f6754392c4abecff
-
Tor Lillqvist yazdı
Work in progress for Android, and possibly iOS, too. Change-Id: If65765cd781bf1bd28ce96af01adedc07d0eebae
-
Tor Lillqvist yazdı
Change-Id: I35de0d7eedae5454001fad7e43c6697d9042a829
-
Tor Lillqvist yazdı
Change-Id: I69d7eac07e384d574ecddbfe63cda0815d27b13b
-
Markus Mohrhard yazdı
they can go back in for 3-7 when we have overlapping conditional formats Change-Id: I029d247444368165df92dfbc123f4a7a2de647a1
-
Markus Mohrhard yazdı
Change-Id: I8b35869f3e4455bb8cb16d67bd9636462a24e26b
-
Markus Mohrhard yazdı
Change-Id: If025dbfc3364f49151638a606928229dba0ee645
-
Markus Mohrhard yazdı
Change-Id: I52d645a8a7662016ced8c1eb6b320c4a14807353
-
Markus Mohrhard yazdı
Change-Id: I99e553e2e729c46d320f796361b0e04508b63e84
-
Markus Mohrhard yazdı
Change-Id: I4b819920417c1b2c67b27295170c7a56108fef64
-