summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Resolves: tdf#101711 revert attempt to drop unused bg imagesCaolán McNamara2-3/+3
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna3-4/+4
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna3-4/+4
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-7/+7
2016-07-20use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-07-20Fix typosAndrea Gelmini4-4/+4
2016-07-13Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara2-3/+3
2016-07-12loplugin:unusedfieldsNoel Grandin2-2/+0
2016-07-12loplugin:unusedfields variousNoel Grandin1-1/+0
2016-07-12Remove excess newlinesChris Sherlock47-100/+0
2016-07-04Resolves: tdf#100303 Report crashes on close of conditional formatting dialogCaolán McNamara2-1/+5
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock2-2/+2
2016-02-18Fix missing iterator include on MSVC 14.0David Ostrovsky2-0/+2
2016-02-05reportbuilder: tdf#92720: add loext namespaceMichael Stahl1-0/+7
2016-01-12New saving behaviorMaxim Monastirsky1-8/+0
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke2-2/+2
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl2-0/+6
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-2/+2
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin6-27/+4
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt2-7/+7
2015-11-20Remove redundant toolbar:style="radio" propertySamuel Mehrbrodt1-2/+2
2015-11-20Remove redundant toolbar:style definitionsSamuel Mehrbrodt3-11/+11
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt2-4/+4
2015-11-19use comphelper::containerToSequenceNoel Grandin1-2/+1
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-7/+1
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt2-2/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian3-485/+872
2015-11-15use initialiser for Sequence<OUString>Noel Grandin6-12/+6
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin16-54/+27
2015-11-115th step to remove tools/rtti.hxxOliver Specht15-28/+0
2015-11-10Remove unused XDash variablesMatteo Casalin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann62-274/+274
2015-11-09new loplugin: oncevarNoel Grandin1-5/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann13-32/+32
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin4-7/+7
2015-11-04yyyyyNoel Grandin2-8/+7
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin3-6/+6
2015-10-27inline SfxMediumRef typedefNoel Grandin1-1/+1
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel Grandin118-2022/+2007
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann4-6/+6
2015-10-19Revert "cppcheck:duplInheritedMember"Noel Grandin4-10/+11
2015-10-19cppcheck:duplInheritedMemberNoel Grandin4-11/+10
2015-10-16tdf#94965: crash in report wizard fixedOliver Specht1-3/+3
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin3-6/+3
2015-10-15convert Link<> to typedNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann92-1229/+1229
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann72-150/+150
2015-10-12convert Link<> to typedNoel Grandin4-17/+14