- 08 Eki, 2014 2 kayıt (commit)
-
-
Christian Lohmaier yazdı
The core package will obsolete the individual ones (of the same major.minor version) Change-Id: I30dea2c08ec7eca052db2706b7f9f30f91e37095
-
Kohei Yoshida yazdı
Change-Id: If26d21593f36a39de3bc5b81717e5000795c97ae
-
- 07 Eki, 2014 38 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I6a8534044eb0c245ef8aa80c52cd1a37ba8fa5a5
-
Adolfo Jayme Barrientos yazdı
Also: * Missing colons stuff (fdo#78826) Change-Id: I5b4c75d7fc9a2f84d17074e78dbe4875cfdca352 Reviewed-on: https://gerrit.libreoffice.org/11845Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Juergen Funk yazdı
This tells the dropdown to not grab the focus. Change-Id: If1b32d1f53c12eb86ab2f92c531385578d82ae59 Reviewed-on: https://gerrit.libreoffice.org/11841Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Caolán McNamara yazdı
regression from 3351ebde Date: Sat Mar 29 22:22:42 2014 +0100 OUString: remove temporaries and repeated expressions but understandable as it was unreadable goo originally Change-Id: I3ce161bd2628f3a49b14df886ee8d684b248db1c
-
Caolán McNamara yazdı
Change-Id: I71e824e7f0e279582f12d5cb9443a4177551a705
-
Andras Timar yazdı
Change-Id: I569d203178668a2d63f4a53baca51ac16bf2361a Reviewed-on: https://gerrit.libreoffice.org/11776Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Armin Le Grand yazdı
(cherry picked from commit f4d179a8) Change-Id: Id80206de568048b517b62f31e702182f939771e5
-
Matthew J. Francis yazdı
Found while trying to reproduce fdo#83141, but not related to that - it just happened to trigger the relevant assert on a dbgutil build. The change to TextSearch::NSrchFrwrd() fixes the crash triggered by reproducing the above bug. The change to TextSearch::NSrchBkwrd() is by analogy but seems an equally good idea. Change-Id: I68c2c87b632dd53453f92394519a06f62e41bbad Reviewed-on: https://gerrit.libreoffice.org/11830Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
This is similar to f7ef8464 (abi#2128 RTF import: fix memory leak, 2013-11-28). Change-Id: Id57320466e6fb302ec8616ccc9f4f9429b8eff21
-
Miklos Vajna yazdı
The symptom was that during the handling of the XE field, we tried to access the top of the text append stack, but the stack was empty. The situation is the following: 1) There is a multi-page TOC field. 2) The page break inside the field is described using a section break, featuring headers, and the header contains a field that we map to a fieldmark. 3) There is an XE field after all this. The root cause was that during parsing of the header, some of the state should be stashed away and restored when we're done. The new HeaderFooterContext does exactly this, and now the number of push/pop calls on the text append context match again. Change-Id: I10f259fd9edb8bd719ae5bc8a43ed5ef8c708071
-
Stephan Bergmann yazdı
...for no apparent gain. IdleUnloader introduced in a8b42ddd "Fix i#101245#" was probably a misguided reaction to osl::Module's dtor starting to call dlclose back then. Change-Id: I9a5e99d8cfba13e3750331597d64f58135537e9b
-
Caolán McNamara yazdı
If you right click on a field in an inactive text box, then a mouse down, context command, mouse up sequence is sent. The mouse up is supposed to be captured by the context menu here. But it doesn't because the mouse down in draw sends an artificial mouse down to the editengine which eventually sets up a MouseCapture window so the context menu doesn't get considered (because it occurs before the capture window is released) so the mouse up gets send to sd while the context menu is up and that causes all sorts of havoc. Change-Id: If3b7c501586f8561be484d0828c630d84644f770
-
Michael Stahl yazdı
There is a missing dependency on one of the generated header files. Change-Id: Id3fa2ccf2c2a31527b795861afdf557882f56972
-
Bjoern Michaelsen yazdı
Thanks to Stephan for helping with the test environment setup: sbergman@redhat.com: Do the same "set UserInstallation to user profile dir in test/user-template" in UnoInProcess's setUp as is done in test::BootstrapFixtureBase::setUp (unotest/source/cpp/bootstrapfixturebase.cxx) for CppunitTests. That way, these tests all use the workdir/unittest/ UserInstallation concurrently, but they at least do not run into the gotcha in SubstitutePathVariables::SetPredefinedPathVariables (framework/source/services/substitutepathvars.cxx) to only set the PREDEFVAR_USERPATH if PATH_EXISTS. Change-Id: Iad058098a4c69cb567e2d3222af3c7d4ba993271
-
Bjoern Michaelsen yazdı
error: no match for ternary ‘operator?:’ in ‘((writerfilter::dmapper::DomainMapper_Impl*)this)->writerfilter::dmapper::DomainMapper_Impl::m_aFieldStack.std::stack<_Tp, _Sequence>::empty<boost::shared_ptr<writerfilter::dmapper::FieldContext>, std::deque<boost::shared_ptr<writerfilter::dmapper::FieldContext>, std::allocator<boost::shared_ptr<writerfilter::dmapper::FieldContext> > > >() ? nullptr : ((writerfilter::dmapper::DomainMapper_Impl*)this)->writerfilter::dmapper::DomainMapper_Impl::m_aFieldStack.std::stack<_Tp, _Sequence>::top<boost::shared_ptr<writerfilter::dmapper::FieldContext>, std::deque<boost::shared_ptr<writerfilter::dmapper::FieldContext>, std::allocator<boost::shared_ptr<writerfilter::dmapper::FieldContext> > > >()’ Change-Id: I76c7507390bcf80f6ca722c4eedfd65c9a46952f
-
Caolán McNamara yazdı
Change-Id: I4635e974b7812ed5fbc95bd65b7108bb99235661
-
Caolán McNamara yazdı
Change-Id: I58082770ca79da9c4d235b5ea0dc79c688c7498b
-
Caolán McNamara yazdı
Change-Id: Ifa0c1b1983d1cc7f22d55b15dee88b7f709dbcf8
-
Miklos Vajna yazdı
Change-Id: Idf10a5cb70176c24d609f70ec01c1630ab1dad37
-
Noel Grandin yazdı
Change-Id: I9531b64dc8cb2545dfc41ae4d69007eced8f2d26
-
Noel Grandin yazdı
Change-Id: I323ab12c634d3baa4f624b63d7d483112c23192c
-
Noel Grandin yazdı
Change-Id: I94b74b46b185e1061b6b72acdf3d9dc0c1d122c8
-
Noel Grandin yazdı
Change-Id: I23e1038246999b0744d8e9ae83b66fa1f7dafa99
-
Noel Grandin yazdı
Change-Id: I8f4afc7e15a9d85d99ea80edbbbd2b507b254ddc
-
Noel Grandin yazdı
Change-Id: Ia41a4899fb82df7b580a020765404c4ef0cddfa2
-
Noel Grandin yazdı
Change-Id: Ib45e58273e650ef9a31dbdb5f71e995a5976f50e
-
Noel Grandin yazdı
Change-Id: Ide21786d5275802ee60de2d5f056aa08cc8497ca
-
Noel Grandin yazdı
Change-Id: Id4949fa08546e710fbf9bd0c7e3bf62979f29c83
-
Noel Grandin yazdı
passing in a correctly sized array requires one less allocation Change-Id: I6198d226d9b630c99c4e8b6e3d0fdf890c495b44
-
Noel Grandin yazdı
Change-Id: I3825ea5fb1eb34ca52659350e202f95abea945a9
-
Noel Grandin yazdı
Change-Id: Id4d954059d63036b78cfeb7b14a7ebd8eae73f46
-
Noel Grandin yazdı
the instanceof check returns false when passed a null value Change-Id: I7742d0d9cf25ef23d9adee7328f701c7efeea8b5
-
Noel Grandin yazdı
that only call their superclass method Change-Id: I9be2f69be132eec7918964f504c50df0ae8401a2
-
Noel Grandin yazdı
Change-Id: I635d1f99aa104909bd53a49c18efd433b9b9cb98
-
Miklos Vajna yazdı
Change-Id: Ic96b85c5c4995f47781eceb6a426a29d8b7679ea
-
Stephan Bergmann yazdı
Change-Id: Ic029d0d174a00af783fd276852231523aae59866
-
Michael Meeks yazdı
It was intended to disable sdremote by default when it exited experimental mode. This reverts commit 576943b9. Change-Id: I2c1b5443e334021bd9574316167f48b1af6200e5
-
Change-Id: Ia835139496ab8e5230a09df2caf23637a5559ba4 Reviewed-on: https://gerrit.libreoffice.org/11836Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-