summaryrefslogtreecommitdiff
path: root/reportdesign/source
AgeCommit message (Expand)AuthorFilesLines
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-2/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock2-3/+3
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák4-5/+5
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-05Pass context and resource string down to boost::locale separatelyNoel Grandin15-44/+44
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 Grandin2-3/+4
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 Grandin1-1/+1
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl1-10/+10
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 Grandin18-79/+309
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-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-09Recheck include/ with IWYUGabor Kelemen3-0/+3
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet1-4/+4
2021-03-25const OUString -> const OUStringLiteralMike Kaganski6-15/+14
2021-03-12we just use the OutputDevice api for setZoomFactorCaolán McNamara2-2/+2
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek1-2/+2
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-2/+2
2021-03-07ref-count SdrPageNoel2-8/+8