Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
09edc5ae | 31-Jul-2022 |
mseidel |
Fix for regression in https://bz.apache.org/ooo/show_bug.cgi?id=19221 Thank you very much, Laurent! |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
9f813b30 | 11-Oct-2020 |
mseidel |
Fixed typos (wont -> won't) and some more |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
7fef15a0 | 05-Oct-2018 |
Damjan Jovanovic |
Port main/basic to gbuild. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842966 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415, AOO414, AOO413, AOO4121 |
|
710acb7f | 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/trun
#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
show more ...
|
cd7fd921 | 03-Dec-2015 |
Pedro Giffuni |
Revert obviously wrong r1717569 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717767 13f79535-47bb-0310-9956-ffa450edef68 |
79d0da37 | 02-Dec-2015 |
Pedro Giffuni |
Unitialized scalar variable CID: 707498 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717569 13f79535-47bb-0310-9956-ffa450edef68 |
feac2d98 | 02-Dec-2015 |
Pedro Giffuni |
Unitialized scalar variable CID: 707497, (Errata: r1717567) corresponds to CID 707496) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@17
Unitialized scalar variable CID: 707497, (Errata: r1717567) corresponds to CID 707496) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717568 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
98dcd188 | 02-Dec-2015 |
Pedro Giffuni |
Uninitialized scalar variable CID: 707497 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717567 13f79535-47bb-0310-9956-ffa450edef68 |
c91758c7 | 29-Nov-2015 |
Pedro Giffuni |
Resource Leak CID: 982916 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717121 13f79535-47bb-0310-9956-ffa450edef68 |
35e2b5b0 | 08-Nov-2015 |
Damjan Jovanovic |
#i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR
#i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713215 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412 |
|
950617a0 | 03-Nov-2015 |
Damjan Jovanovic |
#i61277# Basic open file with random access erases all data. StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them (if they exist). However th
#i61277# Basic open file with random access erases all data. StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them (if they exist). However there are exclusion to the truncation behaviour when the file is opened in append mode or is a binary file. Another exclusion - that was missing with disasterous consequences - is that the file should not be truncated when opened in random access mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712377 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: SNAPSHOT, AOO411 |
|
c7723a22 | 26-Aug-2015 |
Damjan Jovanovic |
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Also extended our spreadsheeet test to search through more columns, open spreadsheets
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Also extended our spreadsheeet test to search through more columns, open spreadsheets with macros enabled, and added a test for the the Year(), Month(), Day(), Hour(), Minute(), and Second() functions comparing Calc's formulas vs StarBasic's runtime functions. Found-by: villeroy Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697807 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dacce887 | 11-Jan-2015 |
Tsutomu Uchino |
#i94895# revert the part of revision 1650261, replaced string should be starting with the start postion if specified git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1650862 13f
#i94895# revert the part of revision 1650261, replaced string should be starting with the start postion if specified git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1650862 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
22a7caf0 | 08-Jan-2015 |
Tsutomu Uchino |
#i63614# fix strange type missmatch when Iif runtime function is used Second or later compilation uses value type returned by previous execution of code. Use the defined type as return v
#i63614# fix strange type missmatch when Iif runtime function is used Second or later compilation uses value type returned by previous execution of code. Use the defined type as return value of the runtime function of Basic always. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1650325 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
83cd41ac | 08-Jan-2015 |
Tsutomu Uchino |
#i94895# fix illegal result of Replace runtime function git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1650261 13f79535-47bb-0310-9956-ffa450edef68 |
07a3d7f1 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories a* - g*. 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 a* - g*. 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@1591058 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 ...
|
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 |
Revision tags: AOO340 |
|
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 ...
|
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 |
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 |
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 |