- 07 Eki, 2014 31 kayıt (commit)
-
-
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>
-
Yousuf Philips yazdı
Change-Id: I0d65c96d8d0447ab2191c441acfd5bd9ce8015b8 Reviewed-on: https://gerrit.libreoffice.org/11817Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Tor Lillqvist yazdı
Stephan dislikes "defensive programming" and I trust him. Change-Id: Ic4864de98a5155129179eb89873f3ffdc8921614
-
Tor Lillqvist yazdı
Change-Id: I95a3ac8da83e02001de13af8d31a04fe0d654dc0
-
Tor Lillqvist yazdı
uniform_real_distribution(a,b) should be called with a < b, otherwise the result is undefined. Currently, when called with both zero, it gets stuck in a loop. Not sure if a blunt assert() would be the right thing here, so I just return a if a >= b. Change-Id: I769688c7192bd02bad24ad597948984db56dd4fc
-
Miklos Vajna yazdı
No need to adapt dmapper/rtftok for this one, as those do not handle <w:em> ATM. Change-Id: I88da1d0dae804e3d054b7d4158a81cb64cc4b600
-
Stephan Bergmann yazdı
Change-Id: I91333f5290c84c6317b85572824be065da9cf64b
-
- 06 Eki, 2014 9 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I76582bb6a1a8dee56611f1463d3e63246eefb310
-
Michael Stahl yazdı
The URL is dispatched in MouseButtonUp(), but this relies on MouseButtonDown() not selecting the drawing object when the cursor is over an URL field. (probably regression from commit 7e2f98d0 and commit 5ed14025) Change-Id: Ib1504baff5d1fffd6ce53b41d3ff726d8e4d5c9d
-
Stephan Bergmann yazdı
Change-Id: I8fa5c345760185baf1f0fa83c94898b2a5a86719
-
Tor Lillqvist yazdı
Nobody knows any more what such a metacomment was supposed to mean, if it had any deeper meaning at all. Change-Id: Iefb4fedc7b833c09ee0e39b3eb28202229323ef2
-
David Tardon yazdı
Change-Id: If5977b280fed8d8b053f59852d3984a59ce61a69
-
Lionel Elie Mamane yazdı
This reverts commit 220deb0a.
-
Lionel Elie Mamane yazdı
This reverts commit fa8f2fdf. Change-Id: I252e29648fb59a15379ba2f3b63d6914a7fc3a93
-
Lionel Elie Mamane yazdı
Change-Id: Ibae309ffbb7b2500c9113a95ca3fc508de378976
-
Lionel Elie Mamane yazdı
Change-Id: I8ab2e2691ecf35e00283bd3144b2f4c8203adc3a
-