- 01 Eki, 2013 40 kayıt (commit)
-
-
Michael Stahl yazdı
... but apparently only used as a fall-back. Change-Id: Iebaf3d01a2eeb8aceef0168b2e1817cdd4cde5ab
-
Michael Stahl yazdı
Change-Id: I14a74b660d965d19027cefab2c84d1c0ea38ce79
-
Michael Stahl yazdı
Change-Id: I370345bc9b2ec1158a873a3c691b6a6f929e04b1
-
Michael Stahl yazdı
Change-Id: Ie390749c0b28e47848c361d874bb447f39cfeb12
-
Michael Stahl yazdı
... and rename all DEVINSTALL variables to TESTINSTALL. Change-Id: I2f745ff6324c078d5fd7d272911a9268fc5efd27
-
Michael Stahl yazdı
There is no need for developers to run it as part of the daily workflow because instdir is much easier to use, so just let it print an error message. Also remove the "install" symlink. Provide the previous dev-install functionality as "test-install" target so that it is possible to quickly create some kind of actual installation against which the subsequentchecks can run by setting OOO_TEST_SOFFICE, to e.g. check that scp2 isn't missing files. Change-Id: I8c0b05a87f55b1db8c1d1e76f64ab64b9cc695eb
-
Michael Stahl yazdı
Use -MP to output dummy rules for included files so build doesn't break when an included file is removed. Change-Id: Ib230cfa5d5da71c7f5c15af5bdaa5004e6b7a122
-
Miklos Vajna yazdı
Since 78d1f1c2, we convert floating tables to text frames only in case it's possible that there will be wrapping, to give better results for multi-page tables, which are multi-page, and technically floating ones, but that has no effect on the layout. The problem was that we try to do this decision too early, effectively the page width and margins were counted from the default letter size, instead of the actual values, which did not arrive at the time of the decision. Fix this by moving this logic at the section end. Change-Id: Ic1fbceb54c8ec223ed01836fafe6220bb3b2410a
-
Caolán McNamara yazdı
Change-Id: Ief192ac36df7f62c9e157dce9050b37297ccf0a4
-
Caolán McNamara yazdı
avoid crashing anyway, though unknown how to end up in this scenario Change-Id: Ib602c73478e5c4772cfef73f70c67ad22877a39f
-
Caolán McNamara yazdı
Change-Id: I263ef2594080ff7d47d5499c2b62e60e1689d2d6
-
Caolán McNamara yazdı
second arg is number of input bytes, not number of resulting codepoints Change-Id: I76ab899fa3875f37075214363188cf897e018f22
-
Stephan Bergmann yazdı
...the list has been fixed now by copying its elements into an ENTRIES file and running "unoidl-write udkapi/ @ENTITIES TEMP && unoidl-read TEMP >/dev/null" and adding any reported unknown entities until it succeeds. However, the updated list lead to deadlock when css.reflection.ParamInfo UnoType resolves css.reflection.XIdlClass UnoType resolves css.reflection.XIdlMethod UnoType resolves css.reflection.ParamInfo UnoType, so broke the circle by no longer resolving the interface methods' return and parameter types in InterfaceType::dumpMethodsCppuDecl (which is why those type infos are only generated on demand anyway; looks like this had been a careless thinko in the generation of comprehensive type info that had remained unnoticed all the time). Change-Id: I50ef2fde16242298e055c6fa5971e70fad1a2b68
-
Michael Stahl yazdı
Change-Id: I0e4dc2145fe4ddcb7b3e4d4d0233987a8b70dd34
-
Michael Stahl yazdı
Change-Id: Ifabf7965c922d7f719201cea39827acbccb57937
-
Richard Hughes yazdı
Change-Id: I5c4af1c36290f0e1b3815058bd68b952f6005f4a
-
Noel Grandin yazdı
in commit c82d9325 "convert remnants of String to OUString in SFX2 module" when I created the SetToken method, I forgot to make the first parameter a reference. Change-Id: Id587e69ff0cdf46f645d8f9d1dc0e110ae80daa5
-
Caolán McNamara yazdı
Change-Id: I0bd594a10efbd0469423d7463896f7e02f958ff1
-
Caolán McNamara yazdı
Project: help d12565b654b04222b6f60d182dd9e494311d7d59
-
Matúš Kukan yazdı
..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Manal Alhassoun yazdı
Conflicts: sd/AllLangResTarget_sd.mk Change-Id: I7f60b1ac8a59e5e4a460fd26754dd83a7835ed45 Reviewed-on: https://gerrit.libreoffice.org/6073Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6
-
Caolán McNamara yazdı
Project: help 0b28df071531446de5cf300cf20d680f2a155863
-
Michael Stahl yazdı
Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
-
Michael Stahl yazdı
Change-Id: If9667cad9fcc0ff3b1cc8d36c0619d80d7f3e2b9
-
Manal Alhassoun yazdı
Change-Id: I0ff0eda77b849927fe6cffe5cf203c46ba9ef340 Reviewed-on: https://gerrit.libreoffice.org/6089Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Change-Id: I098f6824b39b72652d650171fa3021d777628af9
-
Michael Stahl yazdı
Change-Id: I8dadaf1f21bc16f6889a00a002c48cb3d93fbe01
-
Michael Stahl yazdı
... and also check COM instead of CROSS_COMPILING. Change-Id: I049c9211d4b6eabe4012f66d39d86c7b025dc18c
-
Michael Stahl yazdı
... which also finds the hint if it's not the first one in the array. Change-Id: I5ff61305bcc896de0269c5bf47b237dce00142c4
-
Michael Stahl yazdı
Drop implementation of osl_incrementInterlockedCount / osl_decrementInterlockedCount for antique 32-bit SPARC without cas instruction (sun4, sun4c, sun4d, sun4m). Apparently only NetBSD and OpenBSD even support such ancient hardware at all, the Debian SPARC port already requires sun4u hardware. Change-Id: Ic254622ae80ad65c9f545013b68d82665474402c
-
Michael Stahl yazdı
Change-Id: I4ebe1a8caded065043db997e34d5d2b205fcca20
-
Philipp Riemer yazdı
Change-Id: I9b2c39a905b566dc94d5187e0ca2d177390c0b64 Reviewed-on: https://gerrit.libreoffice.org/6075Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Tushar Bende yazdı
Unit Test case to verify Width & Height of Chart rendered Change-Id: I2899b9bdaf251f82400ebee273b23d09add4b468 Reviewed-on: https://gerrit.libreoffice.org/6056Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Julien Nabet yazdı
Change-Id: I32ac35d3a4d0cc2376c5890086d1ff011442683d Reviewed-on: https://gerrit.libreoffice.org/5998Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: Ibbecdd1c28ba078e1031ec6185beaff05b6d8b6e
-
Noel Grandin yazdı
seemed to have missed this the first time around Change-Id: I8b7b78c95c576b178e3e181c7589da81e5189ee3
-
Noel Grandin yazdı
Change-Id: I4af6a11084f3337df1f6278b28fd0fd9d94d6a6a
-
Noel Grandin yazdı
Change-Id: I83cea804b73d9219019354223bd2c966f52c5688
-
Noel Grandin yazdı
Change-Id: I110c925f8d955dfd841cdd1092c13df4d8205393
-