summaryrefslogtreecommitdiff
path: root/reportdesign/inc
AgeCommit message (Expand)AuthorFilesLines
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-1/+1
2017-03-17remove unused defines from HRC files in reportdesignNoel Grandin2-7/+0
2017-03-14remove unused RID constantsNoel Grandin1-13/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann5-22/+22
2017-02-21loplugin:unusedmethodsNoel Grandin1-1/+1
2017-02-18Convert RID_MENU_REPORT to xmlMaxim Monastirsky1-3/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-288/+288
2017-01-19New loplugin:dynexcspec: Add @throws documentation, reportdesignStephan Bergmann2-0/+4
2017-01-16r*: load BitmapEx resources instead of Image onesCaolán McNamara1-3/+3
2016-12-22unwind RID_SVXIMGLIST_RPTEXPL ImageListCaolán McNamara1-2/+18
2016-11-21convert inventorId to scoped enumNoel Grandin2-8/+3
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara2-5/+0
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud2-0/+5
2016-11-04replace OColorPopup with SvxColorWindowCaolán McNamara2-5/+0
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-6/+0
2016-09-27convert floating add field to .ui formatCaolán McNamara1-11/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-11/+11
2016-09-04coverity#1371177 default assign is good enoughCaolán McNamara1-2/+0
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-3/+0
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-06-06remove unused constants in HRC filesNoel Grandin2-9/+0
2016-06-06remove some manual ref-countingNoel Grandin1-2/+2
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-4/+0
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-2/+2
2016-05-24remove some manual ref-countingNoel Grandin1-2/+2
2016-05-12reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl3-3/+0
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-14loplugin:passstuffbyref in reportdesignNoel Grandin3-4/+4
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke3-3/+0
2016-04-12Avoid reserved identifiersStephan Bergmann2-6/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+1
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-2/+3
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke2-2/+0
2016-03-23loplugin:constantparam in reportdesignNoel Grandin1-2/+1
2016-02-09Remove excess newlinesChris Sherlock4-4/+0
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2-2/+2
2016-02-06vcl: split exception types from input typesChris Sherlock2-8/+9
2016-02-02boost::hash->std::hashNoel Grandin2-2/+0
2016-02-01boost::mem_fn->std::mem_fn in reportdesignNoel Grandin2-2/+0
2016-02-01boost::unordered_set is not used anymoreNoel Grandin1-1/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-3/+0
2016-01-18drawmodes header goneCaolán McNamara1-1/+0
2016-01-15Implement the XDocumentEventBroadcaster interface in OReportDefinitionMaxim Monastirsky1-0/+7
2016-01-11PCH support on LinuxAshod Nakashian3-13/+12