summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/configurationaccess.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-12-06Resolves: tdf#121297 weld Presentation MinimizerCaolán McNamara1-3/+3
Change-Id: Ifdf1746bc9f6567a1aded233a4350f6828604c9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143678 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen1-4/+1
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I73e11bb945df16d2599b5421b552e155dacdf860 Reviewed-on: https://gerrit.libreoffice.org/82411 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2018-05-17loplugin:unusedfields in sdNoel Grandin1-1/+0
Change-Id: I01e6431279b71d0cff8f44614b3cad17f0f89460 Reviewed-on: https://gerrit.libreoffice.org/54452 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin1-1/+0
Change-Id: I6ae02ad25863ec7e0f780020dbc69c9a99488c24 Reviewed-on: https://gerrit.libreoffice.org/33511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
Change-Id: I2a690caea7656f2a18beb6d09f53154178a30f34 Reviewed-on: https://gerrit.libreoffice.org/30460 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe1-8/+1
Change-Id: I72a0b618577caececaaf3eb4df53d4cb192251da Reviewed-on: https://gerrit.libreoffice.org/30369 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-09-10loplugin:constantparam in sdNoel Grandin1-2/+1
Change-Id: I2bc989802c12b379a1ba4202f54ecfef1f339c8c Reviewed-on: https://gerrit.libreoffice.org/28774 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
Change-Id: I8aec30601862feaeb99e3ce01adf61665688fa9a
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-2/+2
make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
Change-Id: I3ae555fd9f0dc3c11ea301ee1cb2c799fbec820d
2014-05-14remove external header guardsThomas Arnhold1-3/+1
that's the problem with those: none of them was actually defined... Change-Id: I496140e43cf8ff8a5712394023d98516aaf21adc
2014-05-14use our css prefix to make this readableThomas Arnhold1-10/+10
Change-Id: I360832edafcfcff7e63fd3b185c2575165c2d728
2014-05-13remove dead codeNoel Grandin1-1/+0
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
2014-04-30sdext: sal_Bool->boolNoel Grandin1-20/+20
Change-Id: Ib505866047da2cbe0b00d99aa5d7050199b45e1c
2013-11-05fixincludeguards.sh: sdextThomas Arnhold1-3/+3
Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206
2013-10-15Simplify PPPOptimizerTokenEnum -> OUStringStephan Bergmann1-1/+1
Change-Id: I88176f00c5fb356d63ecfdd291c006e88606a604
2013-06-05fix field name, was mxMSF, but should have been named mxContextNoel Grandin1-1/+1
Change-Id: I4661cd84346791ddd6167ccc63335ad63255472f
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
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-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-27add modelines to .hxx files as wellCaolán McNamara1-0/+2
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)
2008-04-10INTEGRATION: CWS changefileheader (1.2.28); FILE MERGEDRüdiger Timm1-43/+18
2008/04/01 15:36:52 thb 1.2.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:50 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:43 rt 1.2.28.1: #i87441# Change license header to LPGL v3.
2007-05-24some minor changesSven Jacobi1-3/+5
2007-05-11initial versionSven Jacobi1-0/+165