summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
AgeCommit message (Expand)Author
2014-04-03vbahelper: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-02coverity#735816 Dereference after null checkCaolán McNamara
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#737738 Uncaught exceptionCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19cid#736790 dereference before null checkNoel Grandin
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-12cid#705213 missing break in switchNoel Grandin
2014-02-08coverity#1169855 Uncaught exceptionCaolán McNamara
2014-02-01Check if pDoc is null before using itJulien Nabet
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#1158306 Uncaught exceptionCaolán McNamara
2014-01-28coverity#1158305 Uncaught exceptionCaolán McNamara
2014-01-17bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/vba/*.cxx from String to OUStringNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-25better support Range.FormulaArray ( set )Noel Power
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-29some Worksheet.Change supportNoel Power
2013-05-15fire change event after copy ( with dest paramater set )Noel Power
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-09implement Range.NameNoel Power
2013-05-09reset Logical format when setting a number value via Range vba apiNoel Power
2013-05-09handle non int32 values for Field in Range.AutoFilterNoel Power
2013-05-09fix limits check on breaks ( ignore breaks outside used area )Noel Power
2013-05-09Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power
2013-05-09fix range cut with destination paramater( missing else )Noel Power
2013-05-02fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-25loplugin: improve indentationThomas Arnhold