summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* gnumake3: remove comphelper version; fix including extract.hxxHans-Joachim Lankenau2011-01-281-1/+1
* CWS-TOOLING: integrate CWS sb135Ivo Hinkelmann2011-01-191-1/+2
|\
| * sb137: merged in DEV300_m96sb2010-12-2244-374/+1656
| |\
| * | sb137: #i115716# marshalString missed null-terminationsb2010-12-071-1/+2
* | | CWS-TOOLING: integrate CWS ab79Ivo Hinkelmann2011-01-192-0/+101
|\ \ \
| * | | ab79: #i116184# Fixed warningAndreas Bregas2011-01-051-4/+4
| * | | ab79: #i116184# Improved type supportAndreas Bregas2011-01-051-0/+94
| * | | ab79: #104876# Set LibraryContainers to unmodified after creationAndreas Bregas2010-12-081-0/+6
| |/ /
* | | rebase to DEV300_m96Philipp Lohmann [pl]2011-01-0644-374/+1656
|\ \ \ | | |/ | |/|
| * | #i10000# replace obsolete defineHans-Joachim Lankenau2010-12-201-1/+1
| * | CWS-TOOLING: integrate CWS sb131Hans-Joachim Lankenau2010-12-171-1/+1
| |\ \
| | * | sb131: merged in re/DEV300_next towards DEV300_m94sb2010-11-196-34/+94
| | |\|
| | * | sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxsltsb2010-10-221-1/+1
| * | | CWS-TOOLING: integrate CWS mib19Hans-Joachim Lankenau2010-12-1734-326/+1639
| |\ \ \
| | * \ \ mib19: rebase to DEV300m95Daniel Rentz [dr]2010-12-0917-179/+187
| | |\ \ \ | | | | |/ | | | |/|
| | * | | rebased to OOO330m17Daniel Rentz [dr]2010-12-061-1/+1
| | |\ \ \
| | * | | | mib19: #163566# Only call FindUnoClass if still pElem==NULLAndreas Bregas2010-09-211-8/+12
| | * | | | mib19: #163689# On deletion of doc basic clear dependencies in other basic in...Andreas Bregas2010-09-214-1/+110
| | * | | | mib19: #163691# use the same instance of the VBACodeNameProvider when loading...Daniel Rentz [dr]2010-09-202-16/+12
| | * | | | mib19: WaEDaniel Rentz2010-09-201-1/+1
| | * | | | mib19: #163566# Move UNO factory to the end of the factory chainAndreas Bregas2010-09-201-2/+2
| | * | | | mib19: #163651# Fixed initialize handling for form modulesAndreas Bregas2010-09-203-4/+20
| | * | | | mib19: #163556# be sure to always create the VBAGlobals objectDaniel Rentz [dr]2010-09-171-0/+17
| | * | | | mib19: branch mergeDaniel Rentz [dr]2010-09-171-13/+8
| | |\ \ \ \
| | | * | | | mib19: #163567# Use toString method when necessaryMikhail Voytenko2010-09-171-13/+8
| | * | | | | mib19: branch mergeDaniel Rentz [dr]2010-09-172-2/+30
| | |\| | | |
| | | * | | | mib19: #163649# Change operator precedence for NOT in VBA modeAndreas Bregas2010-09-172-2/+30
| | * | | | | mib19: #163556# preserve VBA compatibility in ODF roundtripDaniel Rentz [dr]2010-09-173-48/+58
| | |/ / / /
| | * | | | mib19: #163559# allow to call IDispatch methods/properties that are not avail...Mikhail Voytenko2010-09-172-18/+46
| | * | | | mib19: #163556# use correct way to create the VBA Globals objectDaniel Rentz [dr]2010-09-151-12/+14
| | * | | | mib19: #163637# Don't clear other modules vars when compiling sheet moduleAndreas Bregas2010-09-151-1/+3
| | * | | | mib19: #163529# unlock model controllers on end of VBA macro executionDaniel Rentz [dr]2010-09-141-22/+14
| | * | | | mib19: #163583# do not reschedule in callbacksMikhail Voytenko2010-09-102-0/+17
| | * | | | mib19: #163577# get rid of remaining objects on StarBasic destructionMikhail Voytenko2010-09-103-0/+44
| | * | | | mib19: #163573# Fix NativeObjectWrapper implementation + VbaDocumentBase::get...Andreas Bregas2010-09-091-24/+27
| | * | | | mib19: #163576# Automatically reinstantiate objects declared with Dim As NewAndreas Bregas2010-09-098-21/+146
| | * | | | mib19: gcc compiler warningNiklas Nebel2010-09-081-3/+3
| | * | | | mib19: #163573# NativeObjectWrapper implementation (deactivated)Andreas Bregas2010-09-083-0/+68
| | * | | | mib19: #163433# let Application::Run find the correct documentMikhail Voytenko2010-09-073-49/+54
| | * | | | mib19: #163528# Trace: Don't try to display objects as stringAndreas Bregas2010-09-061-2/+3
| | * | | | mib19: #164517# Add precompiled_basic.hxxAndreas Bregas2010-09-061-0/+1
| | * | | | mib19: #164517# support COM collections in 'for each'Mikhail Voytenko2010-09-034-0/+153
| | * | | | mib19: #163497# Named parameter support for default propertiesAndreas Bregas2010-09-031-0/+28
| | * | | | mib19: #163515# Protect StarBASIC::InitAllModules with solar mutex and change...Andreas Bregas2010-09-023-16/+18
| | * | | | mib19: #163214# Special handling for native COM objects in SbxValue::TheRealV...Andreas Bregas2010-09-023-8/+49
| | * | | | mib19: #163416# Support default property also for already executed functionsAndreas Bregas2010-09-011-1/+1
| | * | | | mib19: WaEDaniel Rentz2010-08-313-9/+9
| | * | | | mib19: #163217# let the form be disposed at the endMikhail Voytenko2010-08-302-2/+23
| | * | | | mib19: #163217# let the basic listeners stop listening on termination, patch ...Mikhail Voytenko2010-08-307-8/+200
| | * | | | mib19: #163363# SbiRuntime::CheckArray(): Set error for null objects with par...Andreas Bregas2010-08-261-0/+6