History log of /aoo41x/main/sc/source/ (Results 151 - 175 of 278)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
05aa205c02-Dec-2012 Pedro Giffuni

i121421 - Calc's RAND() behaves poorly on most platforms.

The random number generation function from libc was useful for very basic
purposes but hasn't kept up with the times.

T

i121421 - Calc's RAND() behaves poorly on most platforms.

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.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416271 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO340
464f741a16-Nov-2012 Armin Le Grand

#121334# deactivated setting chart OLE background to transparent for better UI experience and better back-compatibility to other OpenOffice derivates

git-svn-id: https://svn.apache.org/repos

#121334# deactivated setting chart OLE background to transparent for better UI experience and better back-compatibility to other OpenOffice derivates

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1410282 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6f0b96b414-Nov-2012 Armin Le Grand

#121334# turbned back chart non-fill defaults, done the non-fill using tooling when chreating new chart modules

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409191 13f79

#121334# turbned back chart non-fill defaults, done the non-fill using tooling when chreating new chart modules

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409191 13f79535-47bb-0310-9956-ffa450edef68

show more ...

77bc49c414-Nov-2012 Armin Le Grand

#121334# Changed default for charts background to be none (from white) to allow fill settings in the various apps to have an effect

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo

#121334# Changed default for charts background to be none (from white) to allow fill settings in the various apps to have an effect

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409174 13f79535-47bb-0310-9956-ffa450edef68

show more ...

fcd2d2d709-Nov-2012 Wang Lei

ReFix for #i119707 Cell border lost when saving and reopening the attached xls file.

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.or

ReFix for #i119707 Cell border lost when saving and reopening the attached xls file.

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1407366 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ac44b32b08-Nov-2012 Wang Lei

#i121200 [Regression][Automation][Performance]Severe downgrade to save xls sample files.

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apach

#i121200 [Regression][Automation][Performance]Severe downgrade to save xls sample files.

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1406980 13f79535-47bb-0310-9956-ffa450edef68

show more ...

09a04e0308-Nov-2012 Wang Lei

#i121285 calc crashes when inserting row's via macro

Patch by: Clarence GUO
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/tr

#i121285 calc crashes when inserting row's via macro

Patch by: Clarence GUO
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1406978 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9364170119-Oct-2012 Armin Le Grand

#121236# Added support for fast move of objects with cursor keys (holding shift) for Writer and Calc (was alraedy in Draw/Impress)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/

#121236# Added support for fast move of objects with cursor keys (holding shift) for Writer and Calc (was alraedy in Draw/Impress)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400124 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0870ec5c17-Oct-2012 Herbert Dürr

#i121215# fix the spreadsheet font family

Patch-by: Tan Li <litan.test@gmail.com>
Review-by: hdu@apache.org


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk

#i121215# fix the spreadsheet font family

Patch-by: Tan Li <litan.test@gmail.com>
Review-by: hdu@apache.org


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1399203 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7d1ce60b11-Oct-2012 Wang Lei

#i121178 Chart name in Excel is different with the name in AOO

Patch by: Clarence GUO
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incuba

#i121178 Chart name in Excel is different with the name in AOO

Patch by: Clarence GUO
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396896 13f79535-47bb-0310-9956-ffa450edef68

show more ...

39c2db0b10-Oct-2012 Wang Lei

#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/a

#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396491 13f79535-47bb-0310-9956-ffa450edef68

show more ...

577c005209-Oct-2012 Wang Lei

#i121136 Improve Spreadsheet performance in some area (Patch 2)

Patch by: Wang Lei
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator

#i121136 Improve Spreadsheet performance in some area (Patch 2)

Patch by: Wang Lei
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395911 13f79535-47bb-0310-9956-ffa450edef68

show more ...

4bd9cd6a28-Sep-2012 Pavel Janík

Fix WaE issue - use different type for index variable, rename index
variable.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391405 13f79535-47bb-0310-9956-ffa450

Fix WaE issue - use different type for index variable, rename index
variable.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391405 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3ce8cab828-Sep-2012 Wang Lei

#i121136 Improve Spreadsheet performance in some area (Patch 1)

Patch by: Wang Lei
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator

#i121136 Improve Spreadsheet performance in some area (Patch 1)

Patch by: Wang Lei
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391359 13f79535-47bb-0310-9956-ffa450edef68

show more ...

557cb41228-Sep-2012 Wang Lei

#i119707 Cell border lost when saving and reopening the attached xls file.

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/as

#i119707 Cell border lost when saving and reopening the attached xls file.

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391286 13f79535-47bb-0310-9956-ffa450edef68

show more ...

056bc39027-Sep-2012 Wang Lei

#i121126 User-definded format code is lost with a cell which value is TRUE or FALSE when importing xls file

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id

#i121126 User-definded format code is lost with a cell which value is TRUE or FALSE when importing xls file

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390864 13f79535-47bb-0310-9956-ffa450edef68

show more ...

668f354325-Sep-2012 Pavel Janík

Reorder initialization to prevent warnings.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389845 13f79535-47bb-0310-9956-ffa450edef68

dfb14cdc25-Sep-2012 Pavel Janík

Reorder initializations to prevent warnings.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389844 13f79535-47bb-0310-9956-ffa450edef68

b158ee6c25-Sep-2012 Pavel Janík

Reorder initialization to prevent warnings.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389843 13f79535-47bb-0310-9956-ffa450edef68

d216719525-Sep-2012 Jianyuan Li

#119514#:Item lists are incorrectly imported
Reported by: Terry Yang
Reviewed by: sunying
Patched by: Jianyuan Li

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk

#119514#:Item lists are incorrectly imported
Reported by: Terry Yang
Reviewed by: sunying
Patched by: Jianyuan Li

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389719 13f79535-47bb-0310-9956-ffa450edef68

show more ...

fd04a84d25-Sep-2012 Jianyuan Li

#121071#: [Regression]Item lists are incorrectly imported into AOO in DataPilot table
Reported by: Terry Yang
Reviewed by: sunying
patched by: Jianyuan Li

git-svn-id: https://svn

#121071#: [Regression]Item lists are incorrectly imported into AOO in DataPilot table
Reported by: Terry Yang
Reviewed by: sunying
patched by: Jianyuan Li

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389716 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0de526bd25-Sep-2012 Jianyuan Li

#121045#:After save a xls file contain marco in AOO, macor can't run in MS excel.
Reported by: binguo
Reviewed by: sunying
Patched by: Jianyuan Li


git-svn-id: https://svn.ap

#121045#:After save a xls file contain marco in AOO, macor can't run in MS excel.
Reported by: binguo
Reviewed by: sunying
Patched by: Jianyuan Li


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389715 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ce7b8fbe25-Sep-2012 Lei De Bin

#121001# fix issue which loading the xls file contain drawing, form control, graphic ... will enable the undo action

Reported by: Yan Ji
Patch by: Lei De Bin
Review by: Li Jian Yuan

#121001# fix issue which loading the xls file contain drawing, form control, graphic ... will enable the undo action

Reported by: Yan Ji
Patch by: Lei De Bin
Review by: Li Jian Yuan

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389676 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ce3da90d21-Sep-2012 Wang Lei

#i121058 To open a sample file contains chart with large data source can lead to AOO crash

Patch by: Clarence GUO
Review by: Wang Lei

git-svn-id: https://svn

#i121058 To open a sample file contains chart with large data source can lead to AOO crash

Patch by: Clarence GUO
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388440 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3a02adb121-Sep-2012 Wang Lei

#i121073 Loading performance for xls file with row banded style is bad

Patch by: Wang Lei
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/in

#i121073 Loading performance for xls file with row banded style is bad

Patch by: Wang Lei
Review by: Wang Lei

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388427 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12345678910>>...12