summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)2021-06-291-0/+4
* Even more simplification in initializations (reportdesign)Julien Nabet2021-06-091-2/+1
* Simplify Sequences initializations (reportdesign)Julien Nabet2021-06-094-24/+12
* no need to allocate these on the heapNoel Grandin2021-06-021-2/+2
* no need to allocate these SfxItemSet on the heapNoel Grandin2021-05-282-18/+18
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-212-2/+2
* split OutputDevice from WindowNoel Grandin2021-05-1712-19/+19
* tdf#141571 Base crashed on creation of user functionNoel Grandin2021-05-1321-98/+327
* tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl2021-05-101-4/+4
* ref-count SfxItemPoolNoel Grandin2021-05-082-6/+6
* add SfxItemPoolDeleter utilityNoel Grandin2021-05-062-6/+6
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-022-2/+2
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-292-8/+5
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-12/+12
* tdf#139701 change uno:UnderlineSimple to uno:Underlineharu-022021-04-221-1/+1
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* use OUString::Concat here, not OUStringLiteralNoel Grandin2021-04-202-4/+4
* store ptr to the original entries in SfxItemPropertyMapNoel Grandin2021-04-151-11/+11
* less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin2021-04-121-13/+11
* update PCHsCaolán McNamara2021-04-122-11/+7
* Recheck include/ with IWYUGabor Kelemen2021-04-093-0/+3
* Typos in code with variables containing "inital"->"initial"Julien Nabet2021-04-081-4/+4
* update PCHsLuboš Luňák2021-04-082-9/+10
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-0/+2
* update pchesCaolán McNamara2021-04-062-2/+4
* const OUString -> const OUStringLiteralMike Kaganski2021-03-256-15/+14
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* update pchesCaolán McNamara2021-03-212-2/+7
* update pchesJulien Nabet2021-03-131-6/+3
* we just use the OutputDevice api for setZoomFactorCaolán McNamara2021-03-122-2/+2
* tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek2021-03-111-2/+2
* defer getting toplevel for color picker until we need itCaolán McNamara2021-03-091-2/+2
* Make sal/config.h the first in pchMike Kaganski2021-03-093-8/+11
* ref-count SdrPageNoel2021-03-074-11/+11
* update pchesJulien Nabet2021-03-061-4/+1
* use container_focus_changed instead of toplevel_focus_changedCaolán McNamara2021-03-054-7/+6
* update pchesCaolán McNamara2021-03-031-5/+1
* drop archaic rollable supportCaolán McNamara2021-02-251-5/+0
* drop WB_ROLLABLECaolán McNamara2021-02-251-1/+1
* reportdesigner focus out handler clobbering the preexisting handlerCaolán McNamara2021-02-232-3/+3
* construct XPopupMenu without directly creating a VCLXPopupMenuCaolán McNamara2021-02-231-2/+8
* use XPopupMenu::execute to run the menuCaolán McNamara2021-02-231-2/+5
* update pchesCaolán McNamara2021-02-231-1/+4
* forward declare some things and avoid includesCaolán McNamara2021-02-221-1/+2
* loplugin:refcounting in package..saxNoel2021-02-217-29/+25
* update pchesCaolán McNamara2021-02-191-5/+1
* merge OStartMarker with its childrenCaolán McNamara2021-02-163-56/+49
* loplugin:referencecasting in reportdesignNoel2021-02-1641-103/+103
* clean up SdrObject cloningNoel2021-02-102-40/+44
* Remove unneeded breaksAndrea Gelmini2021-02-081-7/+0