- 14 May, 2012 40 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: I73ab08289965a311e36ea5f0187d57f7662208ab
-
Matúš Kukan yazdı
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
-
Miklos Vajna yazdı
Change-Id: I Id7f647be04245496bb1970b1bcc621d97395c032
-
Takeshi Abe yazdı
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
-
Noel Power yazdı
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
-
Michael Stahl yazdı
Let's hope this works now. This reverts commit 6113b27e. This reverts commit 4e90345a.
-
Michael Stahl yazdı
and it apparently causes linking failures on Windows, so try without.
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Stephan Bergmann yazdı
Change-Id: I75c88b83903c7510291b9d021fd4837b2c8d5e4c
-
Noel Power yazdı
Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe
-
Noel Power yazdı
CppunitTest_basic_enable.mk & test_basic_enable.dll seems to suffer for some strange multiple defined symbol crack which is killing the tinderboxes, disable for the moment Change-Id: I1584c11a0445ac36c138ae075ca365ad4b2effe1
-
Michael Meeks yazdı
Thanks to Daniel Naber for some great detective work Change-Id: I8318368971c3d34064ba2e59e757a2e5839d7d6b
-
Petr Mladek yazdı
Do not call gfxFont->getName() twice; Thanks David Tardon for catching this. Heh, I wonder if gfxFont->getOrigName() ever given any different value than getName() ;-) Change-Id: Idaf95a6a024076c6d450519923b6129166a5f8bd
-
Caolán McNamara yazdı
retain this as an int so that on platforms where char is unsigned we don't mangle the value and get this all wrong. Fixes database opening tables on ppc if -fsigned-char is removed Change-Id: I66f0c6b1b19191595f8b348377579f2daabf7ada
-
Caolán McNamara yazdı
This reverts commit 875c9a28. because it doesn't make sense to build the dmake modules without -fsigned-char and the gbuild modules with -fsigned-char and we're still got a few bugs where we assume chars are signed Conflicts: solenv/inc/unxlngppc.mk Change-Id: I6ac07fa3ebadd83efd0da1ee69a010b62dfaad59
-
Caolán McNamara yazdı
Change-Id: I3854a9958f49dbbabe7a604e4604d5d8f79adc11
-
Caolán McNamara yazdı
Change-Id: Ib119c7bf8e04b8274026159218281cb3f220c8d0
-
Caolán McNamara yazdı
Change-Id: I7cde2a79462c71f4ce6e3ab75152e804ec7260f9
-
Caolán McNamara yazdı
Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2
-
Caolán McNamara yazdı
Change-Id: I003d1a8ff86f94c15b295e11ad109929708fa561
-
Caolán McNamara yazdı
Change-Id: Iaf1606ee8c3e4f07cea3525813712dd25b0627c6
-
Caolán McNamara yazdı
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
-
Markus Mohrhard yazdı
Change-Id: Ie85bd4320324ef932102576ca4ccf32c3527796c
-
Markus Mohrhard yazdı
Change-Id: I280e5ab08949415a8179f803177d280540ba0650
-
David Tardon yazdı
Change-Id: Ia330e70e393309dbbad025fc2ede8f4ab41a674c
-
David Tardon yazdı
It still fails to load the file (General input/output error), because RTFDocumentImpl::resolve() throws io::UnexpectedEOFException, but that is a bit better than a crash .-) Example of such a file can be found in fdo#49666 or rhbz#819304 . Change-Id: I I1e575bf8e3194afe063297a4daf3e98eaaa510cc
-
Noel Power yazdı
Change-Id: If8742cb174aa1d017763d3ba42807ac4cf6c7420
-
Petr Mladek yazdı
also ignore "+" sign; remove unused sNumberString variable
-
Eike Rathke yazdı
Calculation needed tweaking. * simplified "m" case, equal dates return 0 anyway, need to handle only date1<date2 * corrected "ym" case to do the same as "m" modulo 12 (years) * fixed "md" case, it is actually straight forward * added comment to "yd" about a difference to Excel where I believe Excel is wrong
-
Eike Rathke yazdı
Get the Excel export straight without writing the _xlfnodf. macro call. We have sc/source/filter/excel/xlformula.cxx, sc/source/filter/oox/formulabase.cxx isn't used for binary export yet.
-
Michael Stahl yazdı
-
Michael Stahl yazdı
PathFormat fails if path does not exist
-
Noel Power yazdı
Change-Id: I051dbb5cd56fe61e2b0aea1184dcdb03c6413834
-
Muthu Subramanian yazdı
If there is a suggested rotation value for the axis, it might be better to ignore the autorotation bool. A better approach would be to improve our autorotation algo.
-
Tor Lillqvist yazdı
Change-Id: I34b65232b11111fef6473577decc0849d3443fce
-
Michael Meeks yazdı
The gotcha here is that if we get ahead of ourselves, and read to the end of the stream, we detect bad chains too early, so instead incrementally build the page chain cache, which is also quicker and behaves more similarly to the previous code.
-
Michael Meeks yazdı
-
Ionut Biru yazdı
Modification introduced in http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5Signed-off-by:
Ionut Biru <ibiru@archlinux.org>
-
Miklos Vajna yazdı
Change-Id: I583bb91e7fc325557abcc0756506133112da895c
-