summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/docstyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-07-20Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-77/+77
2015-10-20loplugin:defaultparamsStephan Bergmann1-5/+5
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-07tdf#91383: sw: actually reset the modified status tooMichael Stahl1-0/+5
2015-09-07-Werror,-Wreturn-typeStephan Bergmann1-1/+5
2015-09-07tdf#90991: sw: fix style preview creating undo objectsMichael Stahl1-0/+10
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-2/+64
2015-09-07sw: fix not-quite-copypaste code in SwDocStyleSheet::FillStyleSheet()Michael Stahl1-1/+1
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-10/+10
2015-07-06loplugin:unusedmethods svlNoel Grandin1-99/+0
2015-06-14Paragraph related part of Background Tab is unused nowZolnai Tamás1-2/+1
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-328/+328
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-21/+20
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-29tdf#89783: avoid endless loop with >65k style namesKatarina Behrens1-1/+1
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-7/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-03-25convert VALID_ constants to enum classNoel Grandin1-1/+1
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-4/+4
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+6
2014-12-02loplugin: cstylecastNoel Grandin1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-25loplugin: cstylecastNoel Grandin1-27/+27
2014-11-24typo: unknownAndras Timar1-1/+1
2014-11-09constLuboš Luňák1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-10/+10
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+4
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-12/+13
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-3/+4
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-15/+15
2014-07-24implement undo of character style renameCaolán McNamara1-1/+5
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-9/+10
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-4/+2
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-6/+6
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner1-2/+2
2014-07-02fdo#76260 - switch O(N^2) lookup in SwStyleSheetIterator to O(N)Michael Meeks1-11/+29
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-3/+2
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-5/+56
2014-06-30sw: better encapsulate StyleSheet iterator's list.Michael Meeks1-30/+30
2014-06-25pagedesc: We have DelPageDesc() that takes OUString as param directly.Jan Holesovsky1-3/+1
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky1-10/+9