summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp
AgeCommit message (Expand)Author
2014-04-07untangle the bFmt == 2 hackCaolán McNamara
2014-04-06Constify OUStringMatteo Casalin
2014-04-06Simplify loopMatteo Casalin
2014-04-06It does not make sense to iterate on a list with a constant indexMatteo Casalin
2014-04-06sal_uInt16 to sal_Int32/size_t + some constificationMatteo Casalin
2014-04-06long to sal_Int32 as index for SequenceMatteo Casalin
2014-04-06Avoid concatenated appendsMatteo Casalin
2014-04-06Do not cast to intermediate sal_uInt16 + constifyMatteo Casalin
2014-04-06sal_uInt16 to intMatteo Casalin
2014-04-06Avoid magic number for array sizeMatteo Casalin
2014-04-06OUString: remove temporaries and unneeded conversionsMatteo Casalin
2014-04-06Remove redundant loop condition, to break is enoughMatteo Casalin
2014-04-06sal_uInt16 to size_t/sal_Int32Matteo Casalin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist
2014-03-30sal_uInt16 to sal_Int32Matteo Casalin
2014-03-30sal_uInt16 to sal_Int32/size_tMatteo Casalin
2014-03-30ConstifyMatteo Casalin
2014-03-30Apply ROUND to floats and let it return longsMatteo Casalin
2014-03-30Convert to proper integer typeMatteo Casalin
2014-03-30No need to store these OUStrings in class objectMatteo Casalin
2014-03-30Use sal_Int32 as index for a SequenceMatteo Casalin
2014-03-30Avoid unneeded OUString conversions and concatenated appendsMatteo Casalin
2014-03-30sal_uInt16 to sal_Int32 and USHRT_MAX to -1Matteo Casalin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-14SvxMultiFileDialog is never createdCaolán McNamara
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe
2014-01-16sal_Bool to boolTakeshi Abe
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-12-12Reduce unoprnms.hxx to a set of string literal macrosStephan Bergmann
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-15convert sw/source/ui/envelp/*.cxx from String to OUStringNoel Grandin
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara
2013-10-10convert sw/source/ui/envelp/*.hxx from String to OUStringNoel Grandin
2013-10-10convert sw/source/ui/inc/e*.hxx from String to OUStringNoel Grandin