summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2019-10-19loplugin:unusedfieldsNoel Grandin2-5/+0
2019-10-19loplugin:unusedmethodsNoel Grandin1-1/+0
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák3-2/+9
2019-10-15new loplugin:bufferaddNoel Grandin3-15/+6
2019-10-13drop some unnecessary includesCaolán McNamara1-6/+0
2019-10-13rename FontPrevWindow back to SvxFontPrevWindowCaolán McNamara1-1/+1
2019-10-13update reportdesign pchesCaolán McNamara3-33/+14
2019-10-13no longer need bInterimBuilderCaolán McNamara1-2/+0
2019-10-13weld ConditionalFormattingDialogCaolán McNamara11-517/+279
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-09loplugin:redundantpointeropsStephan Bergmann2-2/+2
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-05Convert various RPTUI_ID_* to SfxUInt16ItemNoel Grandin1-3/+3
2019-10-03loplugin:virtualdeadNoel Grandin3-19/+0
2019-10-01loplugin:stringadd in package..saxNoel Grandin4-16/+7
2019-09-26drop unnecessary includes and update pchCaolán McNamara2-31/+11
2019-09-26loplugin:constmethod in reportdesignNoel Grandin6-7/+7
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-6/+3
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák3-3/+3
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze1-0/+1
2019-09-15Fix typosAndrea Gelmini1-2/+2
2019-09-13tdf#45789 [API CHANGE] Automatic row height in reportsIlhan Yesil15-40/+118
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov3-5/+6
2019-09-06Fixing "...."Andrea Gelmini2-3/+3
2019-08-31tdf#118710 - Report Builder Character Settings dialog Highlighting tab pageTamás Zolnai1-1/+1
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2-8/+2
2019-08-17tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara1-1/+1
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov15-129/+83
2019-08-15loplugin:sequenceloop in postprocess..reportdesignNoel Grandin4-5/+5
2019-08-12Fix typosAndrea Gelmini11-20/+20
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann23-39/+39
2019-07-23dispose() methods should clear their smart pointersNoel Grandin2-0/+4
2019-07-20loplugin:referencecasting in reportdesignNoel Grandin7-10/+10
2019-07-18cid#1448383 Resource leak in objectCaolán McNamara2-5/+5
2019-07-15tdf#39593 Remove SvxUnoDrawMSFactory::concatServiceNamesArkadiy Illarionov1-1/+1
2019-07-05Revert "cid#1448383: Resource leak in object (reportdesign/formula)"Julien Nabet1-1/+0
2019-07-04cid#1448383: Resource leak in object (reportdesign/formula)Julien Nabet1-0/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-21tdf#39593 Remove reportdesign::OSection::getImplementationArkadiy Illarionov3-18/+5
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov8-11/+11
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin2-6/+5
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen3-0/+5
2019-06-06update precompiled_rptui.hxxCaolán McNamara1-9/+1
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-18remove remaining '0' responsesCaolán McNamara3-3/+3
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov10-21/+21
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin3-4/+4