summaryrefslogtreecommitdiff
path: root/reportdesign/source
AgeCommit message (Expand)AuthorFilesLines
2021-11-15tdf#145323 reportbuilder Moving a field corrupts the fieldNoel Grandin1-1/+1
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 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
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara4-7/+6
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-22forward declare some things and avoid includesCaolán McNamara1-1/+2
2021-02-21loplugin:refcounting in package..saxNoel7-29/+25
2021-02-16merge OStartMarker with its childrenCaolán McNamara2-54/+49
2021-02-16loplugin:referencecasting in reportdesignNoel41-103/+103
2021-02-10clean up SdrObject cloningNoel1-36/+40
2021-02-08Remove unneeded breaksAndrea Gelmini1-7/+0
2021-02-04use more getSdrObjectFromXShapeNoel4-17/+9
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-2/+1
2021-01-16tdf#97087 Give unique, comphrehensible names to idleshomeboy4451-0/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel7-14/+14
2021-01-10static_cast after dynamic_castNoel Grandin1-92/+68
2021-01-09fix coverity parse errorsCaolán McNamara5-8/+8
2021-01-02introduce Degree100 strong_int typeNoel1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-4/+6
2020-12-26New loplugin:stringliteralvarStephan Bergmann5-8/+8
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-12-23add utility NbcRotate methodNoel Grandin1-4/+1