- 04 Ara, 2012 1 kayıt (commit)
-
-
Jian Hong Cheng yazdı
-
- 03 Ara, 2012 6 kayıt (commit)
-
-
Pedro Giffuni yazdı
Author: Jean-Louis Fuchs
-
Pedro Giffuni yazdı
-
Armin Le Grand yazdı
-
Jian Hong Cheng yazdı
-
Oliver-Rainer Wittmann yazdı
-
Jian Hong Cheng yazdı
Patch by: chengjh,<chengjh@apache.org>
-
- 02 Ara, 2012 3 kayıt (commit)
-
-
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.
-
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
-
Ariel Constenla-Haile yazdı
-
- 01 Ara, 2012 2 kayıt (commit)
-
-
Pavel Janík yazdı
-
Yuri Dario yazdı
i118923 - OS/2 port: build import libraries from .def file instead of .dll, allows export by ordinal for faster loading.
-
- 30 Kas, 2012 5 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Pavel Janík yazdı
-
Yuri Dario yazdı
-
Jian Hong Cheng yazdı
Fix issue #120927: Import/Export Hyperlink Info of Graphic with Anchor Type Except “As Character” to MS Word Binary File * sw/source/filter/ww8/escher.hxx * sw/source/filter/ww8/wrtw8esh.cxx * sw/source/filter/ww8/wrtww8.hxx * sw/source/filter/ww8/ww8graf.cxx * sw/source/filter/ww8/ww8par.cxx * sw/source/filter/ww8/ww8par.hxx Interoperability of Hyperlink within Flying object Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>
-
- 29 Kas, 2012 14 kayıt (commit)
-
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
#121371# Do set values as planned, but do not override complete CustomShapeGeometry, that would reset the already added Type entry and make the shapes typeless so that they will not be rendered
-
Ariel Constenla-Haile yazdı
-
- 28 Kas, 2012 3 kayıt (commit)
-
-
Armin Le Grand yazdı
-
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
-
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>
-
- 27 Kas, 2012 1 kayıt (commit)
-
-
Jürgen Schmidt yazdı
-
- 26 Kas, 2012 1 kayıt (commit)
-
-
Joe Schaefer yazdı
-
- 24 Kas, 2012 1 kayıt (commit)
-
-
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.
-
- 22 Kas, 2012 2 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
#120938# - method <WW8AttributeOutput::ParaTabStop(..) - consider left indentation when converting tab stop positions of styles
-
Oliver-Rainer Wittmann yazdı
and suppress the import of unreferenced ones. Review by: zhengfan
-
- 21 Kas, 2012 1 kayıt (commit)
-
-
Armin Le Grand yazdı
For backward compatibility do take mirrorings in setTransformation into account. Also found an error in SdrObjCustomShape::TRGetBaseGeometry when MirrorY was used
-