summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/cnttab.cxx
AgeCommit message (Expand)Author
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-12-13Related: tdf#71737: allows links in more indexesCaolán McNamara
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-09-08set parent for file dialog helperCaolán McNamara
2017-09-01bump FileDialogHelper to XFilePicker3Caolán McNamara
2017-08-07loplugin:constparams in sw part10Noel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21can use the "real" type for RES_SRCTYPES nowCaolán McNamara
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-21loplugin:unusedfields in sw part1Noel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-28loplugin:salunicodeliteral: swStephan Bergmann
2017-04-24sw: prefix members of SwMultiTOXTabDialogMiklos Vajna
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin
2017-04-03sw: prefix members of SwTokenWindowMiklos Vajna
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-07only one use of GetLastSaveDirectoryCaolán McNamara
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-25fix index widget control positions on first viewCaolán McNamara
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-08tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
2016-10-20loplugin:expandablemethodds in sw(part3)Noel Grandin
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-16tdf#56907 extend dot leader character list in ToC for typographyLászló Németh
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05sw: prefix members of SwEntryBrowseBoxMiklos Vajna
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke