Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
44b766a3 | 31-Jul-2022 |
mseidel |
Fix for regression in https://bz.apache.org/ooo/show_bug.cgi?id=19221 Thank you very much, Laurent! (cherry picked from commit 09edc5ae9fb853902001b332819f1d7f468c4806) |
Revision tags: 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, AOO413, AOO4121 |
|
aab0785a | 15-Dec-2015 |
Damjan Jovanovic |
#i19221# Print Tab(5); "Hello" does not work Implement the Tab() function in AOO Basic. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1720071
#i19221# Print Tab(5); "Hello" does not work Implement the Tab() function in AOO Basic. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1720071 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 710acb7fec04e2be4f9e8dd01b61043205894bd5)
show more ...
|
4dcbef3e | 08-Jun-2022 |
cbmarcum |
Refs i126272 - fix for comment on single line if then else statement original commit to trunk: i126272 OpenOffice.org Basic compile error : if statement followed by End If - in next Line ???
Refs i126272 - fix for comment on single line if then else statement original commit to trunk: i126272 OpenOffice.org Basic compile error : if statement followed by End If - in next Line ??? Allow the Else in a single-line If statement to be terminated by a comment instead of only EOL. Patch by: Damjan Jovanovic https://github.com/apache/openoffice/commit/07396187f6055b1e7cffa86f38cc88b274dfb1d6
show more ...
|
3105b892 | 29-May-2022 |
cbmarcum |
fixed encoding problem my commit caused somehow |
04143ddc | 29-May-2022 |
cbmarcum |
Refs #i112383# and #i117960#. backporting to AOO41X . Can't cherry-pick due to file changes. Original commit messages and links follow: Found-by: andrew Patch-by: Damja
Refs #i112383# and #i117960#. backporting to AOO41X . Can't cherry-pick due to file changes. Original commit messages and links follow: Found-by: andrew Patch-by: Damjan Jovanovic https://github.com/apache/openoffice/commit/323c350123d05cd9f450aebd421b7bfa74c331d2 i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = 'hi'), but also caused a regression where "Line Input" is broken in single-line If statements. This patch fixes that by allowing Then and Else to also be the start-of-line tokens expected to immediately preceed the 'Line' token in order for that 'Line' token to be recognized a keyword instead of a variable name. Also added FVT spreadsheet tests for 'Line' as both a variable name and as 'Line Input'. Patch by: Damjan Jovanovic https://github.com/apache/openoffice/commit/725d867363770a4c47c4b3c6dbe1f359c296604a
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
3735b887 | 25-Sep-2015 |
Andrea Pescetti |
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apach
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705378 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
0848378b | 04-Feb-2014 |
Herbert Dürr |
#i123862# use O*String's isEmpty() method to check for emptiness in modules starting with 'b' Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org git-svn-id: https://svn.a
#i123862# use O*String's isEmpty() method to check for emptiness in modules starting with 'b' Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564230 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3d762826 | 06-Jan-2014 |
Herbert Dürr |
#i123817# prepare codebase for updating to boost 1.55 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555789 13f79535-47bb-0310-9956-ffa450edef68 |
ae642d40 | 02-Dec-2013 |
Herbert Dürr |
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/re
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546977 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
45fd3b9a | 10-Jan-2013 |
Armin Le Grand |
#121504# Support for alpha channel in clipboard for all systems git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68 |
0817ece2 | 27-Nov-2012 |
Jürgen Schmidt |
#121389# remove old testool resources and obsolete testautomation module git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1414017 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
389dff79 | 01-Nov-2012 |
Damjan Jovanovic |
#i76852# Basic : incorrect conversions Single to String and Double to String Call myftoa() with nExpWidth=4 even when nNum=dMaxNumWithoutExp. Found by: bmarcelly Patch by: Damj
#i76852# Basic : incorrect conversions Single to String and Double to String Call myftoa() with nExpWidth=4 even when nNum=dMaxNumWithoutExp. Found by: bmarcelly Patch by: Damjan Jovanovic Review by: Oliver-Rainer Wittmann git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1404506 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c887325f | 10-Sep-2012 |
Jian Fang Zhang |
#i120867#, in SfxLibraryContainer::storeLibraries_Impl(),need to free created pLibArray object before returning from branch code Found by: zhangjf Patch by: zhangjf git-svn
#i120867#, in SfxLibraryContainer::storeLibraries_Impl(),need to free created pLibArray object before returning from branch code Found by: zhangjf Patch by: zhangjf git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382647 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
93ed1f29 | 18-Jul-2012 |
Armin Le Grand |
basic, cui, extensions, filter, vcl: fix some warnings Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362903 13f79535-47bb-0310-9956-ffa450edef
basic, cui, extensions, filter, vcl: fix some warnings Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362903 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b4cc7af6 | 10-Jun-2012 |
Ariel Constenla-Haile |
i119933 - make Basic FORMAT function work with non-ASCII text git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348628 13f79535-47bb-0310-9956-ffa450edef68 |
5b501c92 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306677 13f79535-47bb-0310-9956-ffa450edef68 |
79aad27f | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from more source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68 |
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
e76eebc6 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230357 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
80d6f4e2 | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208639 13f79535-47bb-0310-9956-ffa450edef68 |
16e24d1a | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208559 13f79535-47bb-0310-9956-ffa450edef68 |
733cd97e | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208192 13f79535-47bb-0310-9956-ffa450edef68 |
b5da552c | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208189 13f79535-47bb-0310-9956-ffa450edef68 |
234bd5c5 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198406 13f79535-47bb-0310-9956-ffa450edef68 |