summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
AgeCommit message (Expand)Author
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna
2014-11-08SwFrmAddPage::SetFrmType: take an OUStringMiklos Vajna
2014-11-07SwFrmPage::SetFrmType: take an OUStringMiklos Vajna
2014-11-06SwFrmDlg ctor: turn sRestype into an OUStringMiklos Vajna
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna
2014-10-12coverity#735337 Unchecked return valueCaolán McNamara
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-07Resolves: fdo#53029 1~ instead of ~1 and 10~ instead of 1~0Caolán McNamara
2014-09-23fdo#82577: Handle WindowNoel 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-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-30loplugin:literaltoboolconversionStephan Bergmann
2014-06-30Resolves: fdo#80681 widget is not transparentCaolán McNamara
2014-06-16Related: fdo#47427 disallow pasting spaces into category boxCaolán McNamara
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 possible memory leaks in case of exceptionsTakeshi Abe
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-30coverity#738907 Uninitialized scalar fieldCaolán McNamara
2014-04-30coverity#738906 Uninitialized scalar fieldCaolán McNamara
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-27constLuboš Luňák
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
2014-03-31sw: '+' will be evaluated first [-Werror,-Wparentheses]Michael Stahl
2014-03-30OUString: remove temporaries and repeated expressionsMatteo Casalin
2014-03-30Do not evaluate the same expression 10 timesMatteo Casalin
2014-03-30Check early bail-out before performing unrelated operationsMatteo Casalin
2014-03-30Removed OSL_ENSURE since condition cannot happenMatteo Casalin
2014-03-30sal_uInt16: to sal_Int32/long, constify, reworked some castsMatteo Casalin
2014-03-30Remove consecutive appends + minor optimizationsMatteo Casalin
2014-03-30Constify and reduce scopeMatteo Casalin
2014-03-30Remove unneeded (and probably wrong) cast to sal_BoolMatteo Casalin
2014-03-30OUString: constify and remove unneeded castsMatteo Casalin
2014-03-30sal_uInt16 to size_t/sal_Int32Matteo Casalin
2014-03-30sal_uInt16/short to sal_Int16 + minor optimizationsMatteo Casalin
2014-03-30Rework SwFrmPage::GetAlignmentMatteo Casalin
2014-03-30Use SAL_N_ELEMENTS for array sizeMatteo Casalin
2014-03-30sal_uInt16 to sal_Int32/size_t and some reworkMatteo Casalin
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann