summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/swstylemanager.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-5/+12
Change-Id: I68752a3daf5ddd8581c07759b8be2c1dabbb9258
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-15/+15
Removed SfxItemSet_Pointer_t and SfxStyleSheetIteratorPtr Change-Id: Ibfa6a79809fdbbe2648dacc02625e620ceaf9bf0 Reviewed-on: https://gerrit.libreoffice.org/25851 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin1-1/+1
Change-Id: I3e030743b640d5a5f6b3bf4a4e9ba50ccd001287
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-2/+1
Change-Id: I1c105de7e1df251533179fba77e3797ef1c4e2d4 Reviewed-on: https://gerrit.libreoffice.org/23752 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
Change-Id: I01e11fa956a249974e77dce9deebe79311f098d0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
Change-Id: I1f5272cdf05b36d1c6958159a29c04ed7374592d
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Oliver-Rainer Wittmann sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115 sw34bf06: #o12311627# use <rtl_random> methods to create unique ids for list styles and list ids http://svn.apache.org/viewvc?view=revision&revision=1172112 sw34bf06 #i114725#,#i115828# - method <SwDoc::ClearDoc()> - clear list structures completely http://svn.apache.org/viewvc?view=revision&revision=1172122 i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Mathias Bauer cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117721#: directly provide parameters retrieved from SfxMedium http://svn.apache.org/viewvc?view=revision&revision=1172353 gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 cws mba34issues01: #i117723#: convert assertion into trace http://svn.apache.org/viewvc?view=revision&revision=1172355 cws mba34issues01: #i117699#: keep layout alive until swdoc dies http://svn.apache.org/viewvc?view=revision&revision=1172362 cws mba34issues01: #i117943#: missing color attributes in RTF clipboard http://svn.apache.org/viewvc?view=revision&revision=1172363 Patch contributed by Henning Brinkmann imported patch i#103878 http://svn.apache.org/viewvc?view=revision&revision=1172109 Patches contributed by Michael Stahl sw34bf06: #i117955#: WW8 export: disable storing of section breaks in endnotes http://svn.apache.org/viewvc?view=revision&revision=1172119 Patch contributed by imacat Fixed the Asian language work count. http://svn.apache.org/viewvc?view=revision&revision=1241345 Patch contributed by Pedro Giffuni i#20878 - Add comment with BZ issue for reference. http://svn.apache.org/viewvc?view=revision&revision=1244517 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 add writerperfect dependency.
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-02-06port repository writer to boost unordered containersFridrich Štrba1-2/+2
2011-01-17Remove #refactorlists# comments.Thomas Arnhold1-4/+0
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-1/+1
* Fixed the different dbglevel builds * This needed to change all the sw local ASSERT to OSL_ENSURE...
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer1-1/+1
2008-06-13INTEGRATION: CWS swlists01 (1.5.192); FILE MERGEDRüdiger Timm1-8/+18
2008/05/08 16:27:29 od 1.5.192.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/11 14:38:41 od 1.5.192.1: #i86732# class <SwStyleManager> - accept item set with ignorable items and pass it to the <StylePool> instance for paragrapg styles. - method <getAllStyles(..)> -- create style pool iterator, which skips unused styles and ignorable items.
2008-04-10INTEGRATION: CWS changefileheader (1.5.242); FILE MERGEDRüdiger Timm1-38/+18
2008/04/01 12:53:58 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:49 rt 1.5.242.1: #i87441# Change license header to LPGL v3.
2007-09-27INTEGRATION: CWS swwarnings (1.3.130); FILE MERGEDJens-Heiner Rechtien1-6/+2
2007/03/08 17:29:47 ama 1.3.130.1: #i69287#: warning free code
2007-09-06INTEGRATION: CWS mingwport06 (1.3.358); FILE MERGEDKurt Zenker1-2/+4
2007/08/24 13:25:59 vg 1.3.358.1: #i75499# pragma is for MSVC
2006-12-05#i10000# pch statement added.Rüdiger Timm1-2/+5
2006-12-01INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDEDRüdiger Timm1-0/+185
2006/08/24 11:18:47 ama 1.1.2.10: #i65476#: Cached automatic styles 2006/06/29 13:10:04 fme 1.1.2.9: #i65476# AutoStyles 2006/06/20 08:40:30 fme 1.1.2.8: #i65476#: Automatic Styles 2006/06/15 12:18:16 ama 1.1.2.7: #i65476#: Automatic Styles 2006/06/13 10:32:54 fme 1.1.2.6: #i65476#: Automatic Styles 2006/06/06 14:52:50 ama 1.1.2.5: #i65476#: Automatic styles 2006/06/02 13:00:41 ama 1.1.2.4: #i65476#: Automatic Styles 2006/05/29 10:25:08 ama 1.1.2.3: #i65476#: Automatic Styles 2006/05/29 10:16:22 ama 1.1.2.2: #i65476#: Automatic Styles 2006/05/17 14:20:48 ama 1.1.2.1: #i65476# Automatic Styles