summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-13Drop unnecessary #includeTakeshi Abe
2014-02-12cid#705213 missing break in switchNoel Grandin
2014-02-08coverity#1169855 Uncaught exceptionCaolán McNamara
2014-02-06coverity#1038477 Uncaught exceptionCaolán McNamara
2014-02-01Check if pDoc is null before using itJulien Nabet
2014-01-29coverity#1000850 Uncaught exceptionCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#1158306 Uncaught exceptionCaolán McNamara
2014-01-28coverity#1158305 Uncaught exceptionCaolán McNamara
2014-01-28coverity#1158307 Uncaught exceptionCaolán McNamara
2014-01-24coverity#1158386 Uncaught exceptionCaolán McNamara
2014-01-22bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-23TyposJulien Nabet
2013-12-20typo fixesAndras Timar
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-29Drop duplicate #includeTakeshi Abe
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel 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-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor 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-28fix another instance where the index is broken for pagebreaksNoel Power
2013-10-28follow fix for bnc#813528Noel Power
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-12Use SAL_PATHDELIMITERTor Lillqvist
2013-10-08convert sc/source/ui/vba/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
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