summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
AgeCommit message (Expand)Author
2015-04-07tdf#90362 sw: config option for ignoring protected areasMiklos Vajna
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-23loplugin:constantfunction: swNoel Grandin
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-02tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-11-12fdo#80328: sw: fix inverted conditional in AutoCaption dialogMichael Stahl
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-13convert SW_TAB #defines to enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-12DLG_MM_ASSIGNFIELDS conversion to .uisk94
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-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-20loplugin:implicitboolconversion,literaltoboolconversionStephan Bergmann
2014-05-20Displaying the number of standardized pages in the Word count windowMichal Siedlaczek
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-15Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)Chris Laplante
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin
2014-04-27Reduce scopeMatteo Casalin
2014-04-27sal_uInt16 to sal_Int32 and constificationMatteo Casalin
2014-04-27Minor optimizations on OUStringsMatteo Casalin
2014-04-27That header was needed in .hxx, remove it from .cxxMatteo Casalin
2014-04-27sal_uInt16 to sal_Int32/sal_uLongMatteo Casalin
2014-04-22clean up hrc filesThomas Arnhold
2014-04-18OUString: constify and remove a temporaryMatteo Casalin
2014-04-18Use SAL_N_ELEMENTS() for array sizeMatteo Casalin
2014-04-18Use more proper integer types and constifyMatteo Casalin
2014-04-16Resolves: fdo#36815 enable printing WYSIWYG sidewindow commentsCaolán McNamara