summaryrefslogtreecommitdiff
path: root/svl/source/items/style.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-17loplugin:unusedfieldsNoel Grandin1-2/+0
2016-11-13drop useless semicolonsDavid Tardon1-3/+3
2016-09-29tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+2
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-4/+0
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-2/+2
2016-05-31tdf#89329: use unique_ptr for pImpl in styleXisco Fauli1-30/+29
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-4/+4
2016-04-11clang-tidy performance-unnecessary-value-param in svlNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin1-2/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-10/+9
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-0/+5
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-07-06loplugin:unusedmethods svlNoel Grandin1-18/+0
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-12/+12
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-02-18boost->stdCaolán McNamara1-30/+30
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-0/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-17/+0
2014-12-12leave the deliberately unused, not-for-use method inlineCaolán McNamara1-6/+0
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida1-45/+58
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-25loplugin: cstylecastNoel Grandin1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-4/+0
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante1-3/+0
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher1-33/+50
2014-07-23fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert1-1/+2
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-2/+1
2014-07-23fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheetsTobias Lippert1-1/+30
2014-06-17fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks1-1/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-1/+3
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-14coverity#708255 Uninitialized pointer fieldCaolán McNamara1-0/+2