summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)AuthorFilesLines
2012-06-10i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile1-2/+7
Notes: merged as: a63cc778d1d09f49046f1e205557b08534fdc030
2012-03-29Update headers to Alv2 headersAndrew Rist1-0/+20
2012-02-18i118923 - OS/2 port: new link system now uses unix style.Yuri Dario1-0/+1
2012-02-15remove svn:executable properties from more source filesHerbert Dürr3-0/+0
2012-02-15remove svn:executable properties from source filesHerbert Dürr1-0/+0
2012-01-19Update headers to Alv2 headersAndrew Rist1-34/+0
2012-01-12Update headers to Alv2 headersAndrew Rist1-26/+20
2012-01-12Update headers to Alv2 headersAndrew Rist1-26/+20
2012-01-10Update headers to Alv2 headersAndrew Rist11-286/+242
2011-11-30Update headers to Alv2 headersAndrew Rist8-192/+160
2011-11-30Update headers to Alv2 headersAndrew Rist8-188/+156
2011-11-30Update headers to Alv2 headersAndrew Rist1-26/+22
2011-11-30Update headers to Alv2 headersAndrew Rist1-26/+21
2011-11-06Update headers to Alv2 headersAndrew Rist84-1889/+1579
2011-11-06Update headers to Alv2 headersAndrew Rist93-2069/+1698
2011-04-13CWS-TOOLING: integrate CWS dr80_OOO340Kurt Zenker1-1/+15
2011-04-13CWS-TOOLING: integrate CWS gridfixes_OOO340Kurt Zenker1-1/+1
2011-04-01CWS-TOOLING: integrate CWS calcvbaIvo Hinkelmann28-343/+1110
2011-03-30calcvba: missing includeDaniel Rentz [dr]1-1/+1
2011-03-30calcvba: disable basic tracing by defaultDaniel Rentz [dr]1-1/+1
2011-03-25calcvba: #164410# obviously, extractBoolFromAny should also check for ↵Daniel Rentz [dr]1-1/+2
boolean value...
2011-03-25gridfixes: pulled and merged DEV300:m104Frank Schoenheit [fs]12-15/+203
2011-03-25dr80: rebase to DEV300_m104Daniel Rentz [dr]7-2/+179
2011-03-25calcvba: #164410# improve VBA compatibility implementation in various areas: ↵Daniel Rentz [dr]27-342/+1108
Excel symbols, MSForms symbols, document and forms event handling
2011-03-21dr80: #i117392# initialize VBAGlobals object if single Basic module is in ↵Daniel Rentz [dr]1-15/+41
VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell
2011-03-16CWS-TOOLING: integrate CWS debuglevelsobo7-2/+179
2011-03-15dr80: rebase to DEV300_m102Daniel Rentz [dr]5-13/+24
2011-03-15dr80: #i117388# do not try to access nonexisting documentDaniel Rentz [dr]1-0/+1
2011-03-14debuglevels: pulled and merged DEV300.m102Frank Schoenheit [fs]5-13/+24
2011-03-07CWS-TOOLING: integrate CWS vcl119Ivo Hinkelmann3-7/+11
2011-03-01gridfixes: pulled and merged DEV300m101Frank Schoenheit [fs]8-65/+556
2011-02-28CWS-TOOLING: integrate CWS ab81Ivo Hinkelmann2-6/+13
2011-02-25gridfixes: USHORT -> sal_uInt16Frank Schoenheit [fs]1-1/+1
2011-02-23vcl119: rebase to DEV300_m101Philipp Lohmann [pl]8-65/+556
2011-02-23debuglevels: pulled and merged latest changes from DEV300_nextFrank Schoenheit [fs]1-1/+1
2011-02-23debuglevels: merged to-be-m101Frank Schoenheit [fs]7-64/+555
2011-02-22masterfix DEV300: #i10000# usage of L10N build_typeIvo Hinkelmann1-1/+1
Notes: split repo tag: libs-core_ooo/DEV300_m101
2011-02-21masterfix DEV300: #i10000# added missing fileIvo Hinkelmann4-3/+301
2011-02-18masterfix DEV300: #i10000# include removedIvo Hinkelmann1-1/+1
2011-02-18masterfix DEV300: #i10000# cxx removedIvo Hinkelmann1-2/+2
2011-02-18ab81: resync to m100Andreas Bregas140-4259/+4259
2011-02-17ab81: #164411# Fix accidental index access at UNO objectsAndreas Bregas1-1/+1
2011-02-16rebase to DEV300_m100Philipp Lohmann [pl]140-4261/+4380
2011-02-15debuglevels: BasicManager::ExecuteMacro: when the return value of the ↵Frank Schoenheit [fs]1-1/+1
executed method is the method itself, don't retrieve its value - it would execute the method, again (encountered in the refactored smoketest_native)
2011-02-15ab80: resync to m100Andreas Bregas140-4261/+4380
2011-02-15ab81: #i115795# Changed string handling in DLL calls back to old behavior in ↵Andreas Bregas1-5/+12
!VBA mode
2011-02-15debuglevels: post-rebase fixesFrank Schoenheit [fs]1-1/+1
2011-02-14debuglevels: pulled and merged DEV300.m100Frank Schoenheit [fs]140-4259/+4259
2011-02-14debuglevels: ResetCapturedAssertions: don't reset to NULL channel if ↵Frank Schoenheit [fs]1-1/+4
assertions are not captured
2011-02-11ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300Andreas Bregas5-64/+257
ab77: #163789# Handle class module factories document specific ab77: #163732# Defer removal of documents until XCloseListener::notifyClosing ab77: #163808# make VBA symbols Application.ScreenUpdating and Application.Interactive work globally on all documents ab77: wae ab77: #163840# read UTF-8 BOM ab77: #163732# VBA UserForm_Terminate triggered too late while closing document ab77: minor correction ab77: assertion: do not call ::rtl::OUString::copy() with negative index ab77run2: #163869# do not call Class_Terminate VBA macros when document disposes dr77i: #163941# do not update drawing layer when pasting from clipboard after cut mib21: #163944# ignore trailing whitespace in Basic source lines mib21: #163948# allow to manually pack MSVC DLLs into extensions mib21: #163948# multiprocess build fix Authors: Andreas Bregas <ab@openoffice.org> Daniel Rentz [dr] <daniel.rentz@oracle.com> Eike Rathke [er] <eike.rathke@oracle.com>