summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaworksheet.cxx
AgeCommit message (Expand)Author
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-15adapt code to data form .ui conversionCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04mib19: #163566# do not throw assertion if container is not availableChristian Lippka
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-12targetted VBA re-work.Noel Power
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-05-13removed unused definesTakeshi Abe
2012-04-02callcatcher: remove some unused codeCaolán McNamara
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-22removed duplicate includes in scTakeshi Abe
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-10-18WaE: unreachable codeTor Lillqvist
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-06-03use standard template for this throughoutCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard
2011-04-26fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDocMarkus Mohrhard
2011-04-15fix for fdo#34763 add method Copy to ScVbaWorksheetsMarkus Mohrhard
2011-04-07fix cast to implementation objects failure from some vba objectsMarkus Mohrhard
2011-03-15more merge fixes, compiles and links nowMichael Meeks
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-18Removed some dead lines, dates and commit notes. Thanks to liuchen, limingl, ...Thomas Arnhold
2011-01-07cppcheck: Reduce variable scope in vbaworksheet.cxxNigel Hawkins
2010-10-13Merge commit 'origin/master' fix conflicts and more trailing wsNoel 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-01Finished removing //CHINA comments and odd dead code from sc/source/ui/*Luke Symes
2010-09-20mib19: #163691# remember VBA object provider instanceDaniel Rentz [dr]
2010-09-20mib19: wrong parent in VBA Worksheet.Cells symbolDaniel Rentz [dr]
2010-09-17mib19: #163566# do not throw assertion if container is not availableChristian Lippka
2010-09-14mib19: #163566# use common helper method for ScVbaRange::Cells and ScVbaWorks...Niklas Nebel
2010-09-01mib19: #163498# correct parent for sheet-local defined namesDaniel Rentz [dr]
2010-08-26mib19: #163428# VBA symbol Worksheet.Visible supports xlSheetVeryHidden nowDaniel Rentz
2010-08-10mib18: #163246# add VBA symbol Worksheet.ProtectScenariosDaniel Rentz
2010-08-04mib18: #162938# add VBA symbol Worksheet.AutoFilterModeDaniel Rentz
2010-07-30mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-loc...Daniel Rentz