summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Collapse)Author
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-20remove non-compiled codePovilas Kanapickas
2010-10-19Minor libs-core comment clean-upTrevor Murphy
2010-10-14add lots more missing sal/macros.h includesMichael Meeks
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid
2010-10-13Merge commit 'origin/master'Noel Power
Conflicts: vbahelper/source/vbahelper/vbadialogbase.cxx
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
also removed some old headers ( which I need to add new ones for ) Conflicts: basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx xmloff/inc/xmlnmspe.hxx xmloff/inc/xmloff/xmltoken.hxx xmlscript/inc/xmlscript/xmldlg_imexp.hxx
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-06remove more commented out #includes and related commentsDavid Tardon
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-08-11mib18: #163215# handle the closed dialog correctlyMikhail Voytenko
2010-08-04mib18: #162937# extract all integer and floating values from an 'Any' for ↵Daniel Rentz
Boolean parameters
2010-07-28mib17: resolved conflict after rebase correctedDaniel Rentz
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz
2010-07-27mib17: #i112634# prepare loading VBA with document events from ODF and XLSMDaniel Rentz
2010-07-19mib17: add Application.VisibleDaniel Rentz
2010-07-12mib17: #i112634# API changesDaniel Rentz
2010-07-10mib17: #i110746# fixed memory leaksDaniel Rentz
2010-07-08hg commig -mmib17:Mikhail Voytenko
2010-07-07mib17: #162901# fix RemoveMikhail Voytenko
2010-07-06mib17: #i112634# add VBA sheet event handling, based on a patch from Noel PowerDaniel Rentz
2010-07-01mib17: #111144# Enable calls to module function via Sheet objectAndreas Bregas
2010-06-22mib17: remove unused/needless codeDaniel Rentz
2010-06-16mib16: unxmacxi compiler warningsDaniel Rentz
2010-06-15mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz
implementation
2010-06-15mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz
implementation
2010-05-21npower13_objectmodules: rebase and merge with DEV300_m78Daniel Rentz
2010-05-11CWS-TOOLING: integrate CWS npower14miscfixesIvo Hinkelmann
2010-04-07npower13_objectmodule: #i110672# fix Application.ThisWorkbook ( from dr )npower Developer
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-03-08npower13objectmodules: clean build breaks vbahelper/filternpower Developer
2010-03-03npower13_objectmodule: some cleanupnpower Developer
2010-03-02npower14miscfixes: #i109706# move back msvbahelper to the filter modulenpower Developer
2010-03-02npower13_objectmodule: #i109734# object module stuffnpower Developer
2010-03-01npower14miscfixes: #i109644# <sigh> add ( forgotten ) new filenpower Developer
2010-02-26npower14miscfixes: #i109644# don't load vba stuff for odf document ( untill ↵npower Developer
you go into vbamode in basic )
2010-02-26npower14miscfixes: #i108177# apply caolans' fix for removing unused methodsnpower Developer
2010-02-26npower14miscfixes: #i108853# fix build breaknpower Developer
2010-02-25sb118: merged in DEV300_m72sb
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
2010-02-15CWS-TOOLING: integrate CWS cmcfixes71Vladimir Glazunov
2010-02-12#i10000#: remove obsolete empty files; trim duplicated header contentJens-Heiner Rechtien
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-02errorneously added file removedMathias Bauer
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-23cmcfixes71: #i108597# fix uninit warningsCaolán McNamara