summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2014-04-14remove static stringsThomas Arnhold1-5/+3
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-1/+1
2014-04-05coverity#707400 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-05coverity#707406 Uncaught exceptionCaolán McNamara2-2/+3
2014-04-05coverity#707408 Uncaught exceptionCaolán McNamara2-2/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin45-161/+161
2014-04-03vbahelper: sal_Bool->boolNoel Grandin1-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-3/+3
2014-03-31coverity#1194931 Uncaught exceptionCaolán McNamara2-2/+4
2014-03-28coverity#735550 Dead default in switchCaolán McNamara1-4/+0
2014-03-28coverity#735553 Dead default in switchCaolán McNamara1-4/+0
2014-03-28coverity#735552 Dead default in switchCaolán McNamara1-4/+0
2014-03-28coverity#735551 Dead default in switchCaolán McNamara1-4/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann85-831/+831
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin1-14/+14
2014-03-17sw: prefer passing OUString by referenceNoel Grandin2-4/+4
2014-02-27Remove visual noise from swAlexander Wilms30-54/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann110-1045/+1045
2014-02-25coverity#738459 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-21Linking globals named 'sDocCtxName': symbol multiply defined!Matúš Kukan1-4/+2
2014-02-13Drop unnecessary #includeTakeshi Abe1-1/+0
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan1-3/+3
2014-01-28bool improvementsStephan Bergmann3-4/+4
2014-01-22bool improvementsStephan Bergmann6-6/+6
2014-01-05remove broken DBG_UNHANDLED_EXCEPTION macro crapBjoern Michaelsen1-1/+0
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann25-39/+39
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin3-3/+3
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-5/+5
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-5/+5
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-5/+5
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SW moduleNoel Grandin3-48/+48
2013-11-08safe STRING_NOTFOUND -> -1 conversionCaolán McNamara1-12/+12
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin64-112/+112
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05fixincludeguards.sh: swThomas Arnhold71-200/+200
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna2-2/+2
2013-10-23clean up some include guardsThomas Arnhold1-3/+3
2013-10-15convert sw/source/ui/vba/*.cxx from String to OUStringNoel Grandin5-43/+43
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-3/+0
2013-09-26typo fixes in commentsAndras Timar2-2/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-7/+7
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-45/+45
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-12PCH for more librariesLuboš Luňák1-1/+1
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold40-245/+245
2013-06-13cppcheck: fix a bunch of reassignmentsJulien Nabet1-2/+1