summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
AgeCommit message (Expand)AuthorFilesLines
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-3/+3
2015-02-02tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna1-0/+10
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-4/+4
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin3-38/+38
2014-11-26loplugin: cstylecastNoel Grandin2-9/+9
2014-11-25loplugin: cstylecastNoel Grandin2-8/+8
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-12fdo#80328: sw: fix inverted conditional in AutoCaption dialogMichael Stahl1-2/+2
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-13convert SW_TAB #defines to enumNoel Grandin1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin4-32/+32
2014-09-18fdo#82577: Handle FontNoel Grandin2-6/+6
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-29/+29
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2-3/+3
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-13loplugin:staticcallStephan Bergmann1-5/+5
2014-06-12DLG_MM_ASSIGNFIELDS conversion to .uisk941-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann4-38/+38
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann4-34/+34
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann4-25/+25
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-3/+3
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-3/+3
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-2/+3
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante2-20/+7
2014-05-20loplugin:implicitboolconversion,literaltoboolconversionStephan Bergmann1-3/+3
2014-05-20Displaying the number of standardized pages in the Word count windowMichal Siedlaczek1-1/+39
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-4/+4
2014-05-15Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)Chris Laplante1-1/+1
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin3-34/+34
2014-04-30sw: sal_Bool->boolNoel Grandin4-90/+90
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-17/+14
2014-04-27Reduce scopeMatteo Casalin1-5/+4
2014-04-27sal_uInt16 to sal_Int32 and constificationMatteo Casalin1-8/+7
2014-04-27Minor optimizations on OUStringsMatteo Casalin1-7/+7
2014-04-27That header was needed in .hxx, remove it from .cxxMatteo Casalin1-1/+0
2014-04-27sal_uInt16 to sal_Int32/sal_uLongMatteo Casalin1-12/+12
2014-04-22clean up hrc filesThomas Arnhold3-53/+0
2014-04-18OUString: constify and remove a temporaryMatteo Casalin1-13/+12
2014-04-18Use SAL_N_ELEMENTS() for array sizeMatteo Casalin1-6/+4
2014-04-18Use more proper integer types and constifyMatteo Casalin1-28/+25
2014-04-16Resolves: fdo#36815 enable printing WYSIWYG sidewindow commentsCaolán McNamara2-0/+7
2014-04-15sw: clean up inter-module includesThomas Arnhold3-5/+5
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27sfx2: sal_Bool->boolNoel Grandin4-15/+15
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1