summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl4-5/+3
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-2/+2
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-6/+6
2017-12-05new loplugin: useuniqueptr: vclNoel Grandin1-1/+1
2017-05-07Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar1-2/+0
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2-22/+14
2016-12-09tdf#104105: fix Vcl lifecycle in CondFormat (reportdesign)Julien Nabet1-1/+6
2016-11-21convert inventorId to scoped enumNoel Grandin6-20/+15
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-18remove some double callsNoel Grandin1-9/+5
2016-11-17loplugin:datamembershadow in reportdesignNoel Grandin10-53/+52
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2-4/+4
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-8/+1
2016-11-08loplugin:expandablemethods in reportdesignNoel Grandin23-112/+50
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara5-166/+47
2016-11-07improve indentationNoel Grandin1-14/+14
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud5-47/+166
2016-11-04replace OColorPopup with SvxColorWindowCaolán McNamara5-166/+47
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin5-30/+14
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-1/+1
2016-10-28note yet another color selectorCaolán McNamara1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2-2/+2
2016-10-23Related tdf#103421: disposeAndClear m_aColorSet (reportdesign)Julien Nabet1-1/+1
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot1-0/+1
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin6-27/+6
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke4-6/+6
2016-10-15Use UNO registration for font name toolbox controlMaxim Monastirsky2-71/+6
2016-10-13move this monstrosity to the last place its usedCaolán McNamara1-1/+0
2016-10-13Use FeatureStateEvent directly for status updatesMaxim Monastirsky1-7/+1
2016-10-12loplugin:unusedvariablecheckStephan Bergmann1-1/+0
2016-10-12warning C4018: '<' : signed/unsigned mismatchStephan Bergmann1-1/+1
2016-10-12remove StringListResource in favour of ResStringArray...Caolán McNamara2-142/+139
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt1-0/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2-2/+2
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara1-3/+0
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin13-24/+24
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann29-76/+76
2016-10-03Resolves: tdf#101711 problems with attempt to remove unused bg imagesCaolán McNamara2-3/+3
2016-09-30loplugin:constantparamNoel Grandin5-13/+8
2016-09-29coverity#1371177 avoid Missing move assignment operatorCaolán McNamara1-4/+3
2016-09-27convert floating add field to .ui formatCaolán McNamara10-236/+172
2016-09-25avoid coverity#1371177 Missing move assignment operatorCaolán McNamara1-2/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke6-12/+5
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann2-3/+3
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1