summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optload.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-12fdo#80328: sw: fix inverted conditional in AutoCaption dialogMichael Stahl1-2/+2
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-6/+6
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-12DLG_MM_ASSIGNFIELDS conversion to .uisk941-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-7/+7
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-8/+8
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-5/+5
2014-05-20loplugin:implicitboolconversion,literaltoboolconversionStephan Bergmann1-3/+3
2014-05-20Displaying the number of standardized pages in the Word count windowMichal Siedlaczek1-1/+39
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-7/+7
2014-04-30sw: sal_Bool->boolNoel Grandin1-19/+19
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-17/+14
2014-04-27Reduce scopeMatteo Casalin1-5/+4
2014-04-27sal_uInt16 to sal_Int32 and constificationMatteo Casalin1-8/+7
2014-04-27That header was needed in .hxx, remove it from .cxxMatteo Casalin1-1/+0
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-17/+17
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-2/+2
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara1-2/+2
2013-12-27use SfxSingleTabDialogBase here nowCaolán McNamara1-1/+1
2013-12-17fix caption dialogCaolán McNamara1-7/+4
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-3/+3
2013-10-15convert sw/source/ui/config/*.cxx from String to OUStringNoel Grandin1-18/+18
2013-10-14drop unnecessary helpdsCaolán McNamara1-2/+0
2013-10-14convert captions option page to .uiCaolán McNamara1-181/+169
2013-10-10convert sw/source/ui/inc/c*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-10convert sw/source/ui/inc/o*.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl1-7/+7
2013-08-08sw: convert SwCaptionOptPage to OUStringMichael Stahl1-38/+34
2013-08-08sw: convert some SwStyleNameMapper methods to OUStringMichael Stahl1-4/+9
2013-07-04Resolves: fdo#66407 convert writer general options tab to .uiCaolán McNamara1-116/+93
2013-06-27add missing VclBuilder::stringmap argument to some builder functionsCaolán McNamara1-1/+1
2013-06-06Some more modules at least building with mingw64Fridrich Štrba1-3/+3
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-2/+2
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy1-1/+1
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-07Fix sw buildFridrich Štrba1-1/+1
2013-03-04audit GetParent harder wrt GetParentDialogCaolán McNamara1-1/+1
2013-02-25sal_Bool to boolTakeshi Abe1-1/+1