summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/column.cxx
AgeCommit message (Expand)Author
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-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-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-27constLuboš Luňák
2014-04-15sw: clean up inter-module includesThomas Arnhold
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-27sfx2: sal_Bool->boolNoel Grandin
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-17Resolves: fdo#61704 update on modify, not up/down/lose-focusCaolán McNamara
2014-01-29coverity#1157758 Dead default in switchCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-23widht -> widthJulien Nabet
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-15convert sw/source/ui/frmdlg/*.cxx from String to OUStringNoel Grandin
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
2013-08-18callcatcher: update unused codeCaolán McNamara
2013-07-11Resolves: fdo#66815 avoid resetting the selection when values are unchangedCaolán McNamara
2013-07-11Related: fdo#66815 fix the column dialog's 'enable' dependencies of widgetsCaolán McNamara
2013-06-06Some more modules at least building with mingw64Fridrich Štrba
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-04Resolves: fdo#61665 modifying column width widgets crashesCaolán McNamara
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-01-27move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara
2013-01-26sal_Bool to boolTakeshi Abe
2012-12-20convert columns dialog (and sections/frame/page tab page) to .uiCaolán McNamara
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-08-23sw: remove #undef SW_DLLIMPLEMENTATION nonsenseMichael Stahl
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin