Revision tags: AOO420-Dev5-m5 |
|
cbe561cd | 15-Nov-2023 |
John Bampton |
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (ch
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit 06fb39a16a5bf3c389e9853a62dce04a425b8019)
show more ...
|
49b39f76 | 25-May-2023 |
mseidel |
Remove executable flag from various files (cherry picked from commit 13c26b20cfbbbd17a5f08bfc4406fad5812573e1) |
Revision tags: AOO4115-GA |
|
7a980842 | 12-Feb-2023 |
DamjanJovanovic |
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage (cherry picked from commit d5edfd09768da46c2f9d7c365bf67
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage (cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414 |
|
f750960c | 23-Sep-2017 |
Peter Kovacs |
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1809373 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413 |
|
2037a4a1 | 15-Jan-2017 |
damjan |
Fix some initial main/sc build issues on Windows caused by the port to gbuild. Note that it still doesn't build on Windows. Work is ongoing. Patch by: me git-
Fix some initial main/sc build issues on Windows caused by the port to gbuild. Note that it still doesn't build on Windows. Work is ongoing. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778926 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b77af630 | 15-Jan-2017 |
damjan |
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/re
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
898153d9 | 03-Sep-2016 |
truckman |
In the SAL_UNUSED macro, __attribute((__unused__)) should be __attribute__((__unused__)), but both clang and gcc seem to understand both. Since __attribute__((__unused__)) can precee
In the SAL_UNUSED macro, __attribute((__unused__)) should be __attribute__((__unused__)), but both clang and gcc seem to understand both. Since __attribute__((__unused__)) can preceed the variable name, just like __pragma(warning(suppress:4100;suppress:4101)) for Visual Studio, so de-parameterize the SAL_UNUSED macro. Gcc whines if __attribute__((__unused__)) is used for a struct member, so create a separate define, SAL_UNUSED_MEMBER, which is empty for gcc, to handle struct members. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1759047 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3d28333a | 01-Sep-2016 |
truckman |
Fix -Wunused-private-field errors in sc/inc/compiler.hxx. The structure ScDoubleRawToken contains four unused private fields. Mark these as unused to eliminate the warning message. We can'
Fix -Wunused-private-field errors in sc/inc/compiler.hxx. The structure ScDoubleRawToken contains four unused private fields. Mark these as unused to eliminate the warning message. We can't delete these fields because we want the layout of this structure to match ScRawToken. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758709 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c32d42b5 | 04-Apr-2016 |
damjan |
#i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special
#i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special numbers" is off, to contain thousand separators before digits, even if after a +/- sign (eg. -,123 or +,789). Treat these as strings instead. Also added unit tests for this and exported the ScStringUtil class so it can be tested. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a940b7f5 | 06-Dec-2015 |
asf-sync-process |
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1718196 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0f94c4d7 | 22-Nov-2015 |
Damjan Jovanovic |
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1715605 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
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 |
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, AOO410_Beta |
|
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 |
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 |
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 ...
|
38e63b1d | 17-Jan-2014 |
Armin Le Grand |
i123870 corrected import values on xml import with chart, avoid uninitialized values git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559272 13f79535-47bb-0310-9956-ffa450edef68 |
8f4c7c28 | 03-Jan-2014 |
Steve Yin |
Bug 123909 - Select one column, paste cell range with merged cell in, AOO will be not responding git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555031 13f79535-47bb-0310-9956
Bug 123909 - Select one column, paste cell range with merged cell in, AOO will be not responding git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555031 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
8e8ee8fe | 29-Sep-2013 |
Steve Yin |
Fix build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1527279 13f79535-47bb-0310-9956-ffa450edef68
|
0deba7fb | 27-Sep-2013 |
Steve Yin |
AOO IA2 enabled draft version 1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401 |
|
22407013 | 06-Sep-2013 |
Oliver-Rainer Wittmann |
122862: adjust code for issue 12666 in order to solve regressions 122862, 122870, 122955, 123161 and 123163 For 12666 new internal database ranges have been introduced. The fix reduc
122862: adjust code for issue 12666 in order to solve regressions 122862, 122870, 122955, 123161 and 123163 For 12666 new internal database ranges have been introduced. The fix reduced its usage to the once needed for the Auto Filter function. Standard Filter and Special Filter should be untouched now. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1520602 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6a261b58 | 28-Aug-2013 |
Herbert Dürr |
#i122827# fix the performance regression in xls saving introduced by #i119707# by correcting the calculation of the last row with visible attributes Patch by: Yan Peng Guo Debug
#i122827# fix the performance regression in xls saving introduced by #i119707# by correcting the calculation of the last row with visible attributes Patch by: Yan Peng Guo Debugged by: Herbert Duerr Found by: k.wehrlin@hotmail.com git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518253 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|