- 03 Agu, 2015 13 kayıt (commit)
-
-
Julien Nabet yazdı
Wrong copy-paste Change-Id: I7460c095c7bbb340be2cab32c4724688076c5952 Reviewed-on: https://gerrit.libreoffice.org/17477Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Jorenz Paragas yazdı
Since the function returned by o3tl::compose1 had its parameter passed by const reference, the same should be done for the lambda expressions that replace o3tl::compose1. I overlooked this detail in my previous commits. Change-Id: I0db5eec4e74d4835e786742ee6de3805215f377f Reviewed-on: https://gerrit.libreoffice.org/17465Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jorenz Paragas yazdı
Change-Id: I53c73c6210ba3eec4d73949a329a35ad7834220e Reviewed-on: https://gerrit.libreoffice.org/17468Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
with the variadic variants in embeddedobj. Change-Id: I60aad1267b664825f781c085fb33612bce3f7221 Reviewed-on: https://gerrit.libreoffice.org/17474Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Daniel Robertson yazdı
Replace all uses of deprecated features in the o3tl with lambda expressions in dbaccess. Change-Id: I865bb5db5257e985a0eed0110874d6b29892fcfb Reviewed-on: https://gerrit.libreoffice.org/17483Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
This was a feature requested by mmeeks, as a result of tdf#92611. It validates that things that extend XInterface are not directly heap/stack-allocated, but have their lifecycle managed via css::uno::Reference or rtl::Reference. Change-Id: I28e3b8b236f6a4a56d0a6d6f26ad54e44b36e692 Reviewed-on: https://gerrit.libreoffice.org/16924Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I92a9e6f27ef649c9d7501df55287c95c4d796156
-
Tomaž Vajngerl yazdı
Change-Id: I1dc34eee645b77537517e147b86599cfe74f09a9
-
Tomaž Vajngerl yazdı
Change-Id: Iba3fd58374a550f3411b02f029f12f4509fb6048
-
Tomaž Vajngerl yazdı
Change-Id: I66da1e93a65fc592c0827774da2388f9a82531e4
-
Tomaž Vajngerl yazdı
Change-Id: Id0258fe0db89aa06b91233ae2052f018d606cc74
-
Tomaž Vajngerl yazdı
Change-Id: Icbf228809e17e4114049e563468dececba04edde
-
Tomaž Vajngerl yazdı
Change-Id: Ibb4a308cfae3598e4d4e9759806c48f6a581bc83
-
- 02 Agu, 2015 3 kayıt (commit)
-
-
Michel Renon yazdı
Change-Id: Ifd21679fb7dd2b5c0c3bfe7726bf2c4d19897e21 Reviewed-on: https://gerrit.libreoffice.org/17467Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Michel Renon yazdı
That project file handles 12 global build options : 6 about tests, 3 about clean, 2 about l10n, 1 default. There is one run command to launch 'soffice'. Note that QtCreator will add automatically run commands for each subproject. Change-Id: I3650a9041654cbec7d51d8cbb7951a11ed49aad5 Reviewed-on: https://gerrit.libreoffice.org/17458Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Julien Nabet yazdı
Change-Id: If4554d513d67bf1813be3fb2278db85d6cf829e8
-
- 01 Agu, 2015 15 kayıt (commit)
-
-
Khaled Hosny yazdı
The Unicode to glyph id callback function is the natural and simpler place for that kind of check. Change-Id: I0e9fa131dcffa5063277f029e391eede7417c72b
-
Caolán McNamara yazdı
Change-Id: Ie2a42162d3092a8213b8532d9325f4ed199ec2a4
-
Matteo Casalin yazdı
Change-Id: Icc41bbe09e495454ca27e9281eca6f4731a135c8
-
Matteo Casalin yazdı
Change-Id: Ia0de7ff756d9578b6c036d713ef1394f8a1461d6
-
Matteo Casalin yazdı
Change-Id: Ic2af80d2335875672fee5b61083b1f7f9703dac7
-
Matteo Casalin yazdı
Change-Id: If97d75dbfb683191f4a30d796ca132cedec6c92e
-
Matteo Casalin yazdı
Change-Id: Ib95d8812b0ce288b9691a398fe0396e73ea9af97
-
Matteo Casalin yazdı
Change-Id: I723d7c187ec186ccc68f061ba2357712a5f31869
-
Matteo Casalin yazdı
Change-Id: I19785cc516daf03aee8783a23399929785d30c5f
-
David Ostrovsky yazdı
This fixes warning C4458 issued by MSVC 14.0 (aka VS2015) compiler. Change-Id: I48ed50bb54232d70460495d6d6a9e100fb90b869 Reviewed-on: https://gerrit.libreoffice.org/17444Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Tested-by:
David Ostrovsky <david@ostrovsky.org>
-
David Ostrovsky yazdı
Change-Id: I8e65c0243094468dca06a1b30b5244bef931f8ac
-
Daniel Robertson yazdı
Replace all uses of deprecated features from o3tl/compat_functional.hxx with lambda expressions. Change-Id: I6370c80dbe675da517904e535e19bf63830c3e2c Reviewed-on: https://gerrit.libreoffice.org/17450Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Tested-by:
David Ostrovsky <david@ostrovsky.org>
-
David Ostrovsky yazdı
The correct way to perform the check for it in C++11 is to call std::function::operator bool. http://en.cppreference.com/w/cpp/utility/functional/function/operator_bool Change-Id: I4df8daaa758b4d5b382e340b90c4588a83ee11ce
-
Jan Holesovsky yazdı
In Writer, the meaning of 'parts' is a bit different than in Calc or Impress. In Writer, the parts mean pages, and the document does not give a completely different view, the cursor just jumps to the given page. It is up to the client to follow the cursor appropriately to have the desired effect. Change-Id: I56b3264e0340cd639bdabfa92b74b52bd1f391a5
-
Jan Holesovsky yazdı
Change-Id: Ifcccd6376a6a44bf6761e9fa451b46933adb6ce9
-
- 31 Tem, 2015 9 kayıt (commit)
-
-
Varun yazdı
Change-Id: I2a56e253a7091c690c8f40ff371565dbb7affbae Reviewed-on: https://gerrit.libreoffice.org/17455Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
Change-Id: I5a0a0e83366ce518fc74d915bb8c43cc883ff016
-
Michael Stahl yazdı
Change-Id: Ic98b20eabdc0e62078b28ab0219b00b67e8e1099
-
Michael Stahl yazdı
Change-Id: I9342bbdaa626c88592d3a7bdf12f150cc2a605b1
-
Michael Stahl yazdı
Change-Id: I4bea36a9add24f9144c8e222e9ce42c7c9f3678b
-
Michael Stahl yazdı
Change-Id: I1a4a3007a07a796d80d06ab7554953925bb8be3d
-
Michael Stahl yazdı
Change-Id: I813d42a1ab494e0887791516606fddd342e21ff0
-
Michael Stahl yazdı
Change-Id: Ia3644bc0d9db2159aa4e9f05ca2f36e60b63e6f4
-
Michael Stahl yazdı
Change-Id: I7d6d01775600fdbd64b0b5a249d88acdb89f6591
-