summaryrefslogtreecommitdiff
path: root/svl/source/items/style.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-08tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-0/+5
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
2014-03-13Related: fdo#30770 fix rtf cut/paste crashCaolán McNamara1-0/+1
2014-03-11fdo#39468 Translate German commentsTobias Lippert1-1/+1
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert1-109/+159
2014-03-11callcatcher: update unused codeCaolán McNamara1-5/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-25Remove visual noise from svlAlexander Wilms1-1/+1
2014-01-28bool improvementsStephan Bergmann1-7/+7
2013-10-03SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARNMiklos Vajna1-1/+1
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer1-1/+0
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-3/+36
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl1-36/+3
2013-07-27SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl1-11/+2
2013-07-07OUString, missing conversion in a DBG caseNorbert Thiebaud1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-52/+60
2013-04-30i#120015# Let SdrUndoAttrObj remember a reference to the used style to surviveArmin Le Grand1-8/+13
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand1-12/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith1-1/+1
2013-03-26Cleanup comments and some translations in style.cxxJoren De Cuyper1-57/+10
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac1-2/+2
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-3/+3
2013-01-22silence MacOS X tinderboxDavid Tardon1-1/+2
2013-01-22do not second-guess which classes use a stylesheetDavid Tardon1-0/+5
2012-11-30Fixed style iterators filters to show only hidden styles when requiredCédric Bosdonnat1-6/+10