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