1. 04 Ara, 2012 1 kayıt (commit)
  2. 03 Ara, 2012 6 kayıt (commit)
  3. 02 Ara, 2012 3 kayıt (commit)
    • Pedro Giffuni's avatar
      i121421 - Calc's RAND() behaves poorly on most platforms. · 19863daa
      Pedro Giffuni yazdı
      The random number generation function from libc was useful for very basic 
      purposes but hasn't kept up with the times.
      
      There are many options to provide a Portable Random Number Generator: one 
      of the most popular and easiest to implement was designed by B.A Wichmann
      and I.D Hill in 1982.
      
      We chose to implement the newer 2006[1] algorithm which is better suited
      modern platforms and passes DIEHARD and TestU01 - Big Crush tests.
      
      Use of libc's rand() has been completely eliminated by using preexisting
      rtl/random support to generate the initial seeds.
      
      Special thanks to orcmid@ for discussion and testing.
      
      Reference:
      
      [1] B. A. Wichmann and Hill, Generating good pseudorandom numbers,
      Computational Statistics & Data Analysis, Volume 51 Issue 3,
      December, 2006, Pages 1614-1622.
      19863daa
    • Ariel Constenla-Haile's avatar
      Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() · 4a3a3afa
      Ariel Constenla-Haile yazdı
      Possible introduced from copy and paste from sc, see
      sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream
      sc/source/filter/inc/xistream.hxx
      4a3a3afa
    • Ariel Constenla-Haile's avatar
  4. 01 Ara, 2012 2 kayıt (commit)
  5. 30 Kas, 2012 5 kayıt (commit)
  6. 29 Kas, 2012 14 kayıt (commit)
  7. 28 Kas, 2012 3 kayıt (commit)
    • Armin Le Grand's avatar
    • Armin Le Grand's avatar
      #121387# Corrected RenderBitmapPrimitive2D_GraphicManager to correctly handle… · b8cf3355
      Armin Le Grand yazdı
      #121387# Corrected RenderBitmapPrimitive2D_GraphicManager to correctly handle cases with combinations of mirroring and rotation, also changed VclProcessor2D::RenderBitmapPrimitive2D to use own bitmapEx renderer for these cases for better quality
      b8cf3355
    • Jian Hong Cheng's avatar
      Fix issue #i120928: Import Graphic Bullets of MS Word Binary Document into AOO Writer Correctly · e4ce9034
      Jian Hong Cheng yazdı
      * sw/inc/numrule.hxx
      * sw/source/core/doc/number.cxx
      * sw/source/filter/ww8/attributeoutputbase.hxx
      * sw/source/filter/ww8/escher.hxx
      * sw/source/filter/ww8/rtfattributeoutput.cxx
      * sw/source/filter/ww8/rtfattributeoutput.hxx
      * sw/source/filter/ww8/rtfexport.hxx
      * sw/source/filter/ww8/rtfexport.cxx
      * sw/source/filter/ww8/writerhelper.cxx
      * sw/source/filter/ww8/writerhelper.hxx
      * sw/source/filter/ww8/wrtw8esh.cxx
      * sw/source/filter/ww8/wrtw8nds.cxx
      * sw/source/filter/ww8/wrtw8num.cxx
      * sw/source/filter/ww8/wrtww8.cxx
      * sw/source/filter/ww8/wrtww8.hxx
      * sw/source/filter/ww8/wrtww8gr.cxx
      * sw/source/filter/ww8/ww8attributeoutput.hxx
      * sw/source/filter/ww8/ww8par.cxx
      * sw/source/filter/ww8/ww8par.hxx
      * sw/source/filter/ww8/ww8par3.cxx
      * sw/source/ui/wrtsh/wrtsh1.cxx
      
      Graphic Bullets Fidelity
      
      Patch by: chengjh,<chengjh@apache.org>
      Found by: chengjh,<chengjh@apache.org>
      Review by: Fan Zheng,<zheng.easyfan@gmail.com>
      e4ce9034
  8. 27 Kas, 2012 1 kayıt (commit)
  9. 26 Kas, 2012 1 kayıt (commit)
  10. 24 Kas, 2012 1 kayıt (commit)
    • Pedro Giffuni's avatar
      Bump SV_COUNTRY_LANGUAGE_OFFSET - Max count of formats per country/language · 8f4457b9
      Pedro Giffuni yazdı
      The previous value was 5000, we are bumping it to 8000. This is rather 
      arbitrary number based on a similar change done in LibreOffice by Eike 
      Rathke.
      
      According to the Eike's commit:
      
      Due to an insane amount of ridiculous "user-defined" number formats the
      internal table may overflow during import, stave off and increase the
      number of available slots to another arbitrary limit.
      8f4457b9
  11. 22 Kas, 2012 2 kayıt (commit)
  12. 21 Kas, 2012 1 kayıt (commit)