summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaeventshelper.cxx
AgeCommit message (Expand)Author
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-06-07The sheet index is a 16-bit integer. Use the same type to receive the value.Kohei Yoshida
2011-05-23Got it to build. Mostly VBA stuff but no idea what kind of shape it is in.Kohei Yoshida
2011-03-15Some attempts to get the VBA code to build.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2010-12-09Don't allow client code to call clear() directly, it leaks memory.Kohei Yoshida
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers
2010-10-13Merge commit 'origin/master' fix conflicts and more trailing wsNoel Power
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-09-20mib19: #163666# fire Worksheet_Change event when using the Range.Value, Range...Daniel Rentz [dr]
2010-09-17mib19: set correct Parent for objects (ranges, sheets) passed to VBA event ha...Daniel Rentz [dr]
2010-09-15mib19: #163640# do not fire selection change events when changing/insertintg/...Daniel Rentz [dr]
2010-08-25mib19: #163419# corrected wrong commitDaniel Rentz
2010-08-25mib19: #163419# do not throw exceptions into Application coreDaniel Rentz
2010-08-23mib19: improved event handling: do not supreppress global events, when Applic...Daniel Rentz
2010-08-18mib19: #163305# do not fire sheet activation events, when a sheet gets insert...Daniel Rentz
2010-07-30mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-loc...Daniel Rentz
2010-07-27mib17: #i112634# prepare loading VBA with document events from ODF and XLSMDaniel Rentz
2010-07-12mib17: #i112634# API changesDaniel Rentz
2010-07-09mib17: compiler warningsDaniel Rentz
2010-07-06mib17: #i112634# add VBA sheet event handling, based on a patch from Noel PowerDaniel Rentz