Revision tags: SNAPSHOT |
|
9ecfe28e | 06-Oct-2015 |
Andrea Pescetti |
#i126572# Use correct priority when updating links. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707169 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
dfadc01f | 12-Sep-2015 |
Damjan Jovanovic |
#i126516# Document the return values for the TYPE() formula function in the online help too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702604 13f79535-47bb-031
#i126516# Document the return values for the TYPE() formula function in the online help too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702604 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3de57b87 | 09-Sep-2015 |
Damjan Jovanovic |
#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings. A
#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings. Added a spreadsheet test for this behaviour. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702107 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c64f2bbd | 06-Sep-2015 |
Pedro Giffuni |
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/as
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c667dd47 | 02-Sep-2015 |
Pedro Giffuni |
Fix some perl shebangs. Mosrt important perl scripts already use a portable method but fix these nevertheless. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk
Fix some perl shebangs. Mosrt important perl scripts already use a portable method but fix these nevertheless. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700845 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c9b8e806 | 21-Apr-2015 |
Pedro Giffuni |
Minor cleanups in the random generator code. Drop unused variables. Enhance slightly the naming of static variables. git-svn-id: https://svn.apache.org/repos/asf/openoffice
Minor cleanups in the random generator code. Drop unused variables. Enhance slightly the naming of static variables. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1675168 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b54ae672 | 26-Mar-2015 |
Pedro Giffuni |
Re-implement Calc's RAND() function using a variant of KISS PRNG. George Marsaglia's KISS algorithm is a rather simple implementation of a random number generator but it has interesting
Re-implement Calc's RAND() function using a variant of KISS PRNG. George Marsaglia's KISS algorithm is a rather simple implementation of a random number generator but it has interesting properties with respect ot the traditional Mersenne Twister. I used the 2011 32 bit Multiply-with-carry variant, with an undetermined period which is known to be not less than 10^40000000; it is known to pass all the statistical tests. The Apache OpenOffice implementation uses an aggressive seeding scheme based on the internal rtl_random functions, rendering the function basically unpredictable. As a side effect it is also not possible to specify a seed for repeatability. No claims are made concerning crypto-safeness. The specific adaption for Apache OpenOffice is: Copyright 2015 Pedro Giffuni All rights reserved. Huge thanks to Steve Kargl for pointing me to the algorithm and the late George Marsaglia for creating it in the first place. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1669455 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
32bb7231 | 30-Jan-2015 |
Tsutomu Uchino |
#i105692# rearrange the order of the controls and fix name of type git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1656067 13f79535-47bb-0310-9956-ffa450edef68 |
b7caab40 | 27-Jan-2015 |
Tsutomu Uchino |
#i85241# store settings about value highlighting in document git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1655033 13f79535-47bb-0310-9956-ffa450edef68 |
641e855f | 22-Jan-2015 |
Tsutomu Uchino |
#i107619# update search result while repeating search git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1653973 13f79535-47bb-0310-9956-ffa450edef68 |
69c4a2ec | 15-Jan-2015 |
Tsutomu Uchino |
#i117843# avoid shrinking the range from external file until the matrix supports gap from the original range git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652207 13f79535-47
#i117843# avoid shrinking the range from external file until the matrix supports gap from the original range git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652207 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
56b35d86 | 02-Jun-2014 |
Armin Le Grand |
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599233 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4d40bd34 | 15-May-2014 |
Herbert Dürr |
#i124422# fix implicit conversions to pointer from bool/int32 implicit conversions from bool or int32 to pointer types are not a good idea and clang>=3.4 or xcode>=5.1 now report errors
#i124422# fix implicit conversions to pointer from bool/int32 implicit conversions from bool or int32 to pointer types are not a good idea and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break the build and so they have to be fixed. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594864 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
0bfedac2 | 19-Mar-2014 |
Armin Le Grand |
Resync/update with trunk as preparation to integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO410_Beta |
|
8cc08760 | 11-Mar-2014 |
Steve Yin |
Bug 123622 - [ia2] Calc: No focus event fired on cell when new spreadsheet is created git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1576192 13f79535-47bb-0310-9956-ffa450edef
Bug 123622 - [ia2] Calc: No focus event fired on cell when new spreadsheet is created git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1576192 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b53317dc | 10-Mar-2014 |
Andre Fischer |
i124361: Removed empty and unused makefiles. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575948 13f79535-47bb-0310-9956-ffa450edef68 |
e8e74e65 | 10-Mar-2014 |
Andre Fischer |
i124361: Removed unreachable code to avoid warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575931 13f79535-47bb-0310-9956-ffa450edef68 |
6d0e8f38 | 10-Mar-2014 |
Andre Fischer |
i124361: Enable exception support for all sc source files. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575930 13f79535-47bb-0310-9956-ffa450edef68 |
a845386b | 10-Mar-2014 |
Andre Fischer |
i124361: Removed some warnings from sc. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575927 13f79535-47bb-0310-9956-ffa450edef68 |
9cd893a1 | 05-Mar-2014 |
Andre Fischer |
124361: Avoid warning by not assigning from sal_Int32 to sal_Int16. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574449 13f79535-47bb-0310-9956-ffa450edef68 |
d636f962 | 26-Feb-2014 |
Armin Le Grand |
i123672 Made data used in ScPrintFunc to prepare print preview dynamic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571902 13f79535-47bb-0310-9956-ffa450edef68 |
5b2f55dd | 14-Feb-2014 |
Steve Yin |
Bug 124065 - [Performance] Low performance opening attached .ods git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1568219 13f79535-47bb-0310-9956-ffa450edef68 |
52f1c2ee | 07-Feb-2014 |
Armin Le Grand |
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
544d4cdb | 04-Feb-2014 |
Oliver-Rainer Wittmann |
124155: correct visibility of function <ScFilterCreate> Review by: hdu at apache dot org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564251 13f7
124155: correct visibility of function <ScFilterCreate> Review by: hdu at apache dot org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564251 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|