- 31 Ock, 2013 2 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
Revision 1440387 changed defaultprocessor3d.hxx to be no longer "delivered". It is needed in svx by being included indirectly via cutfindprocessor3d.hxx. Fixing the build breaker by "delivering" the missing header file again.
-
- 30 Ock, 2013 3 kayıt (commit)
-
-
Herbert Dürr yazdı
This change eliminates almost 6000 warnings when building on newer UNX platforms
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
- 29 Ock, 2013 2 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
The destructor of the Reference class depends on its _pInterface member being set, but some constructors skip this when an exception was thrown. Always initializing them properly while avoiding a rethrow is cheap and safe. Fixed-By: Herbert Dürr, Andre Fischer
-
- 28 Ock, 2013 1 kayıt (commit)
-
-
Herbert Dürr yazdı
-
- 25 Ock, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
setting ant's includeantruntime option makes builds more repeatable
-
Pedro Giffuni yazdı
Replace WH2006 PRNG with the well known Mersenne Twister as implemented in Boost. This actually has some drawbacks with respect to our previous implementation: we lose the nifty seeding and instead use the timer which is non-optimal. The main reason is the speed: MT is said to be at least 4 times faster. On the other hand I also moved the WH to the scaddins module where it is used by Calc's RANDBETWEEN function. This way we still have the alternative PRNG and we drop another use of the unreliable rand from libc.
-
- 24 Ock, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Pedro Giffuni yazdı
The root problem is that the boolean expression "true" evaluates to -1 rather than +1 in formulas in Writer. The problem is solved by considering that the type can be a Boolean (SBxBool in addition to SbxSTRING. Author: Mattias Johnnson
-
- 23 Ock, 2013 8 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Pavel Janík yazdı
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Jürgen Schmidt yazdı
-
- 22 Ock, 2013 3 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
- 21 Ock, 2013 4 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
Gcc 4.4 on our buildbot reported 657 such warnings, which represents almost 85% of all warnings it emitted for our codebase! The warnings are correct and cleaning them up improves our code quality and makes the build output more relevant.
-
- 19 Ock, 2013 2 kayıt (commit)
-
-
Pedro Giffuni yazdı
-
Dennis E. Hamilton yazdı
OpenOffice.org 1.x XML Documents and is not a DTD for any ODF document. See Apache OpenOffice bugzilla issue #49853.
-
- 18 Ock, 2013 3 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Pedro Giffuni yazdı
-
Pedro Giffuni yazdı
-
- 17 Ock, 2013 5 kayıt (commit)
-
-
Andrea Pescetti yazdı
-
Andrea Pescetti yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
- 16 Ock, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Armin Le Grand yazdı
-
- 15 Ock, 2013 1 kayıt (commit)
-
-
Pedro Giffuni yazdı
-