summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc
AgeCommit message (Expand)Author
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara
2014-04-07untangle the bFmt == 2 hackCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist
2014-03-30coverity#1194912 Overflowed return valueCaolán McNamara
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-24sal_uInt16 to sal_Int32 and remove a temporary OUStringMatteo Casalin
2014-03-24Constify and reduce scopeMatteo Casalin
2014-03-24Remove some OUString concatenated appends and some temporariesMatteo Casalin
2014-03-24Result of expression is unused, remove that codeMatteo Casalin
2014-03-24sal_uInt16 to sal_uLong and remove unneeded castMatteo Casalin
2014-03-24sal_uInt16 to sal_Int32Matteo Casalin
2014-03-24Group common expressionMatteo Casalin
2014-03-24sal_uInt16 to sal_Int32 and removed some unneeded castsMatteo Casalin
2014-03-24sal_uInt16 to long in NumberingPreview::Paint and its helpersMatteo Casalin
2014-03-24sal_uInt16 to long and constify loop boundMatteo Casalin
2014-03-24Improved integer type consistence + some optimizationsMatteo Casalin
2014-03-19Resolves: #i124371# When changing the numbering or bullet styling...Oliver-Rainer Wittmann
2014-03-18convert select multi paths dialogs to .uiCaolán McNamara
2014-03-14make glossary edit categories a little tallerCaolán McNamara
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345
2014-03-06coverity#708878 Unused pointer valueCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms
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-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-17cid#705954 dereference before null checkNoel Grandin
2014-02-02fdo#70159 Comments label: Use darker color when not highlightedJoren De Cuyper
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-18Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann
2014-01-16sal_Bool to boolTakeshi Abe
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co
2013-12-27Fix stepping to the next changeZolnai Tamás
2013-12-20Prevent occasional crashTor Lillqvist
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin