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