summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
AgeCommit message (Expand)AuthorFilesLines
2015-09-09stray debugging linesCaolán McNamara1-2/+0
2015-02-09Resolves: tdf#88933 Labeling of images impossible without categoryCaolán McNamara1-2/+5
2015-01-27Resolves: fdo#88378 flipping by reversing co-ord system no longer worksCaolán McNamara1-15/+15
2015-01-07Resolves: fdo#87612 don't overwrite users input if the value is unchangedCaolán McNamara1-15/+41
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin2-4/+4
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-4/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna1-1/+1
2014-11-08SwFrmAddPage::SetFrmType: take an OUStringMiklos Vajna1-1/+1
2014-11-07SwFrmPage::SetFrmType: take an OUStringMiklos Vajna1-1/+1
2014-11-06SwFrmDlg ctor: turn sRestype into an OUStringMiklos Vajna1-5/+5
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna1-1/+1
2014-10-12coverity#735337 Unchecked return valueCaolán McNamara1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-07Resolves: fdo#53029 1~ instead of ~1 and 10~ instead of 1~0Caolán McNamara1-3/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin7-24/+24
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-21/+21
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2-2/+2
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin3-3/+3
2014-06-30loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-06-30Resolves: fdo#80681 widget is not transparentCaolán McNamara1-3/+7
2014-06-16Related: fdo#47427 disallow pasting spaces into category boxCaolán McNamara1-37/+10
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann5-22/+22
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann3-42/+42
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann3-49/+49
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+5
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante4-81/+36
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin2-24/+23
2014-04-30coverity#738907 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-04-30coverity#738906 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin5-101/+100
2014-04-27constLuboš Luňák3-7/+7
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-42/+14
2014-04-23huge hrc and src file cleanupThomas Arnhold2-58/+0
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15sw: clean up inter-module includesThomas Arnhold2-2/+2
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-2/+2
2014-03-31sw: '+' will be evaluated first [-Werror,-Wparentheses]Michael Stahl1-1/+1
2014-03-30OUString: remove temporaries and repeated expressionsMatteo Casalin1-37/+23
2014-03-30Do not evaluate the same expression 10 timesMatteo Casalin1-10/+10
2014-03-30Check early bail-out before performing unrelated operationsMatteo Casalin1-2/+2
2014-03-30Removed OSL_ENSURE since condition cannot happenMatteo Casalin1-1/+0
2014-03-30sal_uInt16: to sal_Int32/long, constify, reworked some castsMatteo Casalin1-41/+35
2014-03-30Remove consecutive appends + minor optimizationsMatteo Casalin1-8/+6
2014-03-30Constify and reduce scopeMatteo Casalin1-7/+7
2014-03-30Remove unneeded (and probably wrong) cast to sal_BoolMatteo Casalin1-1/+1
2014-03-30OUString: constify and remove unneeded castsMatteo Casalin1-12/+12
2014-03-30sal_uInt16 to size_t/sal_Int32Matteo Casalin1-27/+24
2014-03-30sal_uInt16/short to sal_Int16 + minor optimizationsMatteo Casalin1-65/+63
2014-03-30Rework SwFrmPage::GetAlignmentMatteo Casalin1-28/+18