summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
AgeCommit message (Expand)Author
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-01loplugin:literaltoboolconversionStephan Bergmann
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-06-12warning C4138: '*/' found outside of commentStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-23coverity#705519 Dereference null return valueCaolán McNamara
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-05-01break infinite loopLuboš Luňák
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-27constLuboš Luňák
2014-04-27surely std::min was the intentCaolán McNamara
2014-04-27Deconvolute codeMatteo Casalin
2014-04-27Reduce scopeMatteo Casalin
2014-04-27OUString: use startsWith, plus minor optimizationMatteo Casalin
2014-04-27Do not attempt to copy beyond end of OUStringMatteo Casalin
2014-04-27Do not use copy() to copy the whole OUStringMatteo Casalin
2014-04-27Simplify loopMatteo Casalin
2014-04-27sal_uInt16 to more proper types + constificationMatteo Casalin
2014-04-27Reduce scopeMatteo Casalin
2014-04-27sal_uInt16: constify and simplifyMatteo Casalin
2014-04-27Minor OUString optimizationMatteo Casalin
2014-04-27Constify sal_uInt16Matteo Casalin
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin
2014-04-27sal_uInt16 to sal_Int32 and constifyMatteo Casalin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
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-17sw: prefer passing OUString by referenceNoel Grandin
2014-03-13coverity#705519 Dereference null return valueCaolán McNamara
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan 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-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-09Resolves: #i123988# assure that hyperlink attribute...Oliver-Rainer Wittmann
2013-12-02Integrate branch of IAccessible2Steve Yin