summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)1-0/+4
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
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21update pchesCaolán McNamara2-2/+7
2021-03-13update pchesJulien Nabet1-6/+3
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-09Make sal/config.h the first in pchMike Kaganski3-8/+11
2021-03-07ref-count SdrPageNoel4-11/+11
2021-03-06update pchesJulien Nabet1-4/+1
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara4-7/+6
2021-03-03update pchesCaolán McNamara1-5/+1
2021-02-25drop archaic rollable supportCaolán McNamara1-5/+0
2021-02-25drop WB_ROLLABLECaolán McNamara1-1/+1
2021-02-23reportdesigner focus out handler clobbering the preexisting handlerCaolán McNamara2-3/+3
2021-02-23construct XPopupMenu without directly creating a VCLXPopupMenuCaolán McNamara1-2/+8
2021-02-23use XPopupMenu::execute to run the menuCaolán McNamara1-2/+5
2021-02-23update pchesCaolán McNamara1-1/+4
2021-02-22forward declare some things and avoid includesCaolán McNamara1-1/+2
2021-02-21loplugin:refcounting in package..saxNoel7-29/+25
2021-02-19update pchesCaolán McNamara1-5/+1
2021-02-16merge OStartMarker with its childrenCaolán McNamara3-56/+49
2021-02-16loplugin:referencecasting in reportdesignNoel41-103/+103
2021-02-10clean up SdrObject cloningNoel2-40/+44
2021-02-08Remove unneeded breaksAndrea Gelmini1-7/+0