summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-4/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2-6/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski7-11/+11
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin3-6/+1
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-4/+4
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-1/+1
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2-2/+2
2021-08-05drop unneeded forward declares of ControlCaolán McNamara1-2/+0
2021-08-05drop unneeded forward declareCaolán McNamara1-1/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin19-68/+68
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-61/+61
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin1-2/+1
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-2/+1
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin4-3/+12
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski3-4/+4
2021-07-16use WhichRangesContainer in reportdesignNoel Grandin2-15/+9
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-1/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-0/+1
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)1-0/+4
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-2/+2
2021-06-17use string_view in the Translate APINoel Grandin2-2/+3
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl1-10/+10
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock2-7/+35
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara1-1/+0
2021-06-09Even more simplification in initializations (reportdesign)Julien Nabet1-2/+1
2021-06-09Simplify Sequences initializations (reportdesign)Julien Nabet4-24/+12
2021-06-02no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin2-18/+18
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin12-19/+19
2021-05-13tdf#141571 Base crashed on creation of user functionNoel Grandin21-98/+327
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-4/+4
2021-05-08ref-count SfxItemPoolNoel Grandin2-6/+6
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin2-6/+6
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-2/+2
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2-8/+5
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-12/+12
2021-04-22tdf#139701 change uno:UnderlineSimple to uno:Underlineharu-021-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-4/+4
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-11/+11
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-13/+11
2021-04-12update PCHsCaolán McNamara2-11/+7
2021-04-09Recheck include/ with IWYUGabor Kelemen3-0/+3
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet1-4/+4
2021-04-08update PCHsLuboš Luňák2-9/+10
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-04-06update pchesCaolán McNamara2-2/+4
2021-03-25const OUString -> const OUStringLiteralMike Kaganski6-15/+14