summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
AgeCommit message (Expand)AuthorFilesLines
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante3-21/+8
2014-05-23coverity#705519 Dereference null return valueCaolán McNamara1-6/+9
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin2-12/+12
2014-05-01break infinite loopLuboš Luňák1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin5-35/+35
2014-04-27constLuboš Luňák3-6/+6
2014-04-27surely std::min was the intentCaolán McNamara1-1/+1
2014-04-27Deconvolute codeMatteo Casalin1-6/+10
2014-04-27Reduce scopeMatteo Casalin1-4/+2
2014-04-27OUString: use startsWith, plus minor optimizationMatteo Casalin1-6/+4
2014-04-27Do not attempt to copy beyond end of OUStringMatteo Casalin1-2/+5
2014-04-27Do not use copy() to copy the whole OUStringMatteo Casalin1-2/+1
2014-04-27Simplify loopMatteo Casalin1-6/+4
2014-04-27sal_uInt16 to more proper types + constificationMatteo Casalin1-18/+13
2014-04-27Reduce scopeMatteo Casalin1-2/+1
2014-04-27sal_uInt16: constify and simplifyMatteo Casalin1-8/+6
2014-04-27Minor OUString optimizationMatteo Casalin1-1/+1
2014-04-27Constify sal_uInt16Matteo Casalin1-1/+1
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-8/+6
2014-04-27sal_uInt16 to sal_Int32 and constifyMatteo Casalin1-6/+6
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante2-54/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-1/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-27sfx2: sal_Bool->boolNoel Grandin4-4/+4
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-13coverity#705519 Dereference null return valueCaolán McNamara1-4/+7
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak123451-187/+0
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2014-02-27Remove visual noise from swAlexander Wilms7-26/+0
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-14/+14
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-8/+8
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-4/+4
2014-01-28bool improvementsStephan Bergmann3-7/+7
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-4/+4
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara2-2/+2
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-12/+12
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-09Resolves: #i123988# assure that hyperlink attribute...Oliver-Rainer Wittmann1-14/+19
2013-12-02Integrate branch of IAccessible2Steve Yin1-5/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-22boost::optional default ctor uses boost::none alreadyMiklos Vajna1-1/+0
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-2/+6
2013-10-19fix CID#1038503 uninitializCaolán McNamara1-1/+1
2013-10-19CID#1038503 uninitialized memberCaolán McNamara1-2/+4
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin1-2/+2