- 25 Kas, 2013 37 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: If5eb71e9298cefdac3dda98cb1ff67fe913ad3c3
-
Michael Stahl yazdı
The mpResMgr is no longer initialized but still checked. (regression from 191dc43f) Change-Id: I8330a74e9209eaca1fee70e7b8ba332482fa0c1d
-
Stephan Bergmann yazdı
...that is apparently effectively unused since 2627bdad "INTEGRATION: CWS fwk02ea: #i28639# always used supplied status indicator" anyway but causes crashes during exit when it holds an SwXTextDocument ref. Change-Id: I542545c793855b41731de72650bf07d5748fcb9f
-
Herbert Dürr yazdı
(cherry picked from commit 2a0a1e41) Change-Id: I107a73ad001647eeb25b44e521251ef9543cc83a
-
Steve Yin yazdı
Change-Id: I3b5936bb92bb258f9e9e76402dd2b55f29aa686a
-
Miklos Vajna yazdı
If a table row is marked as tblHeader, then the firstRow section of the table style should be applied, even if that row is in fact not the first row. Change-Id: I10605f404160e72c620e9204503203fea1c6d6d8
-
Miklos Vajna yazdı
Change-Id: I451f81495a8e8535c8e0194198602ee5732164c6
-
Stephan Bergmann yazdı
Change-Id: I733cd478caabc6337af9705a57ebbaeedfb92bb0
-
Stephan Bergmann yazdı
...and enable tests shared with idlc Change-Id: I422b16c9b2636835d276cc2085cb640073894c97
-
Kohei Yoshida yazdı
To prevent deadlock during threaded sheet stream parsing. It now deadlocks at a different place. Change-Id: I0ba0f2c9a257e71b0a340ab14e369b06d5fd8829
-
Kohei Yoshida yazdı
Change-Id: I576a184ebc8422d760800c670f8d9070f66e9e78
-
Kohei Yoshida yazdı
Change-Id: I2639a51c2faa19373a335c28b160862435cd6dbe
-
Kohei Yoshida yazdı
Threaded version still not working as the fast parser deadlocks during threaded parsing. Change-Id: I3d402a22a394d7d0d7edf96590ae039506928fde
-
Herbert Dürr yazdı
The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling SEH events such as div-by-zero as C++ exceptions is a worthwhile alternative. It can provide a few interesting details and it allows a graceful shutdown of the application. (cherry picked from commit c9d10b16) Conflicts: sal/osl/w32/signal.cxx Change-Id: I25324d6e02ab8acd8fd2b036b77039aac87cf262
-
Caolán McNamara yazdı
Change-Id: Ifea55c532784accd218ad359349708f48aee7bb5
-
Steve Yin yazdı
Change-Id: I8c2fea0367ebfa53ce5e109ef48fd661cbfb78b3
-
Caolán McNamara yazdı
Change-Id: I540108793c845c9eb52e59ac0655f7c51492766c
-
Michael Stahl yazdı
Change-Id: I1734034e05324eb0d66fd52444b0521d4143bc12
-
Muthu Subramanian yazdı
-
Jan Holesovsky yazdı
Change-Id: I3a5f79e22500f53c3c61c173e0827c250b2a8fd0
-
Jan Holesovsky yazdı
Change-Id: I584f8a1680c6aa7b51b948a00213c285387b77c3
-
Jan Holesovsky yazdı
Change-Id: I9eb21c0a8b5baa5b0080845f61b12fc65034d959
-
Jan Holesovsky yazdı
Turns out that for the WMF, we already had everything set up correctly, we were just overwriting the right settings with default data again :-) - fix that. Change-Id: I14b0c12b10f58eb7031f9da712dee76344c75159
-
Jan Holesovsky yazdı
This approach to WMF breaks EMF reading, need to revert it, and fix a different way. This reverts commit db1b08d2. Conflicts: vcl/source/filter/wmf/winmtf.cxx vcl/source/filter/wmf/winmtf.hxx Change-Id: I8f779791153f2e1faa086c91b82b3e8b93304f3b
-
Jan Holesovsky yazdı
This approach to WMF breaks EMF reading, need to revert it, and fix a different way. This reverts commit 16eaa5e7. Conflicts: vcl/source/filter/wmf/winmtf.cxx Change-Id: I59076d0a65d91ba3a1f3ebb48d8f7a542859d351
-
Jan Holesovsky yazdı
Change-Id: I2aa0e97878db62275d794be43a7d351e5ae25f1c
-
Jan Holesovsky yazdı
Change-Id: I7221311e5dee6384dc2d1c071bf6f1c61811895a
-
Christian Lohmaier yazdı
so don't limit the installer to one single file, but use 2 instead Change-Id: I6fb22d217e1afe71143f0b3a5999e54eec190ddd
-
Miklos Vajna yazdı
"caps and no smallcaps" means style::CaseMap::UPPERCASE, not style::CaseMap::NONE. Different XML elements in DOCX, single UNO property. Change-Id: I8cbc719f2c307d5d2cbd4af93ea61e35b640ad1d
-
Olivier Hallot yazdı
Add missing keyboard shortcut to dialog swpossizepage.ui Change-Id: Ie1e499af05e2a08432dd7649c0ffbe9ea0a12bf2 Reviewed-on: https://gerrit.libreoffice.org/6795Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Power yazdı
The ooxml spec documentation is rather confusing ( for me at least ) and the sense of the of the sheetProtection attributes as described seems reversed to how I read it ( or maybe it is the equivelant option in ScTableProtection that operates with the reverse sense <shrug> ) In anycase the import ( and export ) have been adjusted to take that into consideration, also the export now actually deals with the defaults correctly. Change-Id: Ia69567b8898b39c9d171486cfa800e1748c5814b
-
PriyankaGaikwad yazdı
Change-Id: I85a16e4ef8d75f19250115d5522046a968d5fc91 Reviewed-on: https://gerrit.libreoffice.org/6760Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I168de52d6185d5df9c41fd2d7a68c0ff3f733852
-
Michael Stahl yazdı
This is an alternative (to 732ec36e) solution to the "CoCreateInstance does not work" problem: replace all CoCreateInstance calls with equivalent calls to create the components directly. Since the only reason why this COM stuff needs to be registered at all is that AccObject uses CoCreateInstance() to create its COM objects, another possible solution appears to be to simply link the libraries and instantiate the COM objects directly, without COM. The only difference appears to be that CoCreateInstance would automatically add proxy objects in case the COM objects reside in a single-threaded appartment; not sure if that is relevant here. Change-Id: I8ffb8af501f6084f3145fa4d4f53366a070e1691 Reviewed-on: https://gerrit.libreoffice.org/6792Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
I-Jui (Ray) Sung yazdı
AMLOEXT-245 BUG Change-Id: Ia8756af26c765820a04137a87f6681447dd18efd
-
I-Jui (Ray) Sung yazdı
ALMOEXT-245 Change-Id: Iedbbdc612232a939b2270e373313c872de831c20
-
Laurent Balland-Poirier yazdı
If moving average trendline is selected, show equation is uncheked, and all options disable Change-Id: Ic25c09b8c8410a12ac9f14cb0ba7833f304053ee Reviewed-on: https://gerrit.libreoffice.org/6796Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
- 24 Kas, 2013 3 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
Change-Id: Icac42ae8cf3deec86d60efddc5760cfb9b2acfba
-
Bjoern Michaelsen yazdı
Change-Id: Ic1863a2126c26cf703afc5fe250dea2bbddfef7d
-
Marcos Paulo de Souza yazdı
Change-Id: I0de4b88eb076e53792aa6d16092dcbcbb548246c Reviewed-on: https://gerrit.libreoffice.org/6763Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-