summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/label1.cxx
AgeCommit message (Expand)Author
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara
2018-09-15coverity#1439339 assert non-nullCaolán McNamara
2018-09-13add GetDialogExampleSet rather than guess at itCaolán McNamara
2018-07-30loplugin:useuniqueptr in SwLabDlgNoel Grandin
2018-05-04coverity#1435273 Resource leak in objectCaolán McNamara
2018-04-29weld SwEndNoteOptionPageCaolán McNamara
2018-04-27weld SwLabDlgCaolán McNamara
2018-04-26weld SwPrivateDataPageCaolán McNamara
2018-04-26weld SwBusinessDataPageCaolán McNamara
2018-04-26weld SwLabPageCaolán McNamara
2018-04-26weld SwLabPreviewCaolán McNamara
2018-04-25SwVisitingCardPage is now unusedCaolán McNamara
2018-04-25we add and remove this tab page just to get its tab nameCaolán McNamara
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-09tdf#88802 disable arrow if database or table or field not selectedekuiitr
2017-11-13sw: prefix members of SwLabRecMiklos Vajna
2017-10-23loplugin:includeform: swStephan Bergmann
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-21loplugin:unusedfields in sw part2Noel Grandin
2017-05-19loplugin:stringcopy: swStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-27loplugin:singlevalfields in sw(part2)Noel Grandin
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna
2016-03-09loplugin:constantparam in swNoel Grandin
2016-01-27tdf#95416 Get rid of #include "../foo/bar.hxx" style includesburcinakalin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-11-05sw: prefix members of SwLabItemMiklos Vajna
2015-10-12convert Link<> to typedNoel Grandin
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks