summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-30sw: try to survive restoring a field dialog without SfxObjectShellMichael Stahl1-4/+4
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-16convert Link<> to typedNoel Grandin1-2/+1
2015-10-12convert Link<> to typedNoel Grandin1-9/+10
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
2015-09-11convert Link<> to typedNoel Grandin1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-47/+47
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+18
2014-12-02loplugin: cstylecastNoel Grandin1-11/+11
2014-11-25loplugin: cstylecastNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-2/+2
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-6/+2
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-1/+1
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-10/+10
2014-04-29coverity#1210195 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-26cppcheck: pColEntry has never been used since the initial import in 2000/09/18Julien Nabet1-2/+1
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist1-1/+1
2014-03-30OUString: constify and avoid some temporariesMatteo Casalin1-7/+3
2014-03-30Constify, reduce scope, use proper types and avoid some castsMatteo Casalin1-27/+22
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-6/+7
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-01-26bool improvementsStephan Bergmann1-1/+1
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-2/+2
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-4/+4
2013-10-15convert sw/source/ui/fldui/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-09-29Reuse already retrieved valueMatteo Casalin1-1/+1
2013-09-29Use consistent naming for data membersMatteo Casalin1-11/+11
2013-09-29String to OUStringMatteo Casalin1-20/+19
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-4/+4
2013-08-22convert field dialog to .uiCaolán McNamara1-1/+0
2013-08-21convert db field page to .uiCaolán McNamara1-117/+121
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-01-25sal_Bool to boolTakeshi Abe1-1/+1
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith1-2/+2