summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-1/+2
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-08-10GSoC Writer Table Styles; Create by example; fix undoJakub Trzebiatowski1-1/+2
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-3/+0
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-06-07sw UNO Cell Style family, SwXTextCellStyleJakub Trzebiatowski1-0/+2
2016-06-06fdo47267 fix import crashJakub Trzebiatowski1-1/+2
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-1/+1
2016-04-01loplugin:constantparam in swNoel Grandin1-2/+1
2015-11-06com::sun::star->css in sw/incNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-30/+30
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-2/+5
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin1-1/+0
2015-07-06loplugin:unusedmethods svlNoel Grandin1-3/+0
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-12/+12
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin1-1/+1
2014-07-02fdo#76260 - switch O(N^2) lookup in SwStyleSheetIterator to O(N)Michael Meeks1-1/+5
2014-06-30sw: better encapsulate StyleSheet iterator's list.Michael Meeks1-10/+16
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-10/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-12/+12
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-31/+31
2014-02-27Remove visual noise from swAlexander Wilms1-4/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-03Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann1-2/+2
2013-11-06SwDocStyleSheet: add getter / setter for InteropGrabBagMiklos Vajna1-0/+2
2013-11-05fixincludeguards.sh: swThomas Arnhold1-2/+2
2013-08-21String to OUStringMatteo Casalin1-2/+3
2013-08-08boost::ptr_vector<OUString> considered sillyMichael Stahl1-4/+5
2013-08-08sw: convert rest of SwStyleNameMapper to OUStringMichael Stahl1-1/+1
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-0/+4
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl1-4/+0
2013-07-27SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl1-1/+2
2013-07-27fdo#67303: sw: speed up setting IsHidden property on stylesMichael Stahl1-0/+4
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-18/+18
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac1-2/+2
2012-12-04Writer styles: add the non-hidden pooled styles if mask is SFXSTYLEBIT_ALLCédric Bosdonnat1-0/+1
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat1-2/+6
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin1-8/+8