summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/docst.cxx
AgeCommit message (Expand)Author
2021-01-25Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann
2019-11-09Sync page orientation of Endnote pageMuhammet Kara
2019-08-22we can be less verboseCaolán McNamara
2019-08-18Save a couple lines of code by using ::sw::UndoGuardJim Raykowski
2019-08-13sw undo/redo derived style storing during creation by exampleVasily Melenchuk
2019-08-06tdf#118384 Fix paragraph, character, and frame style undo redoJim Raykowski
2019-06-05tdf#124152 Broadcast StyleSheetModified to update style tree list boxJim Raykowski
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-02-11using ScopedVclPtr with StartExecuteAsync not goodNoel Grandin
2019-02-10loplugin:indentation in swNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-18Get rid of aEmptyOUStrMike Kaganski
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-02can pass window directly to CreateTemplateDialog nowCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-09weld SfxNewStyleDlgCaolán McNamara
2018-08-30add SfxStyleDialogControllerCaolán McNamara
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin
2018-02-26tdf#116020: use actual whichIds in dialogs for character propertiesMike Kaganski
2018-02-20Use existing variable for thatMike Kaganski
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin
2018-01-18lokdialog: Convert the Format -> Page... dialog to async exec.Jan Holesovsky
2018-01-18sw: Cleanup various unused return values.Jan Holesovsky
2018-01-18sw: Actually only .uno:StyleApply and .uno:StyleWatercanMode can return...Jan Holesovsky
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-11loplugin:redundantcast: swStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2017-10-05tdf#112292 - fix memory leak and use more auto ref counting in swNoel Grandin
2017-09-26tdf#112574 sw: don't insert RES_ANCHOR into style item setsMichael Stahl
2017-09-23Watermark: apply when new page style is createdSzymon Kłos
2017-09-21TSCP: add advanced classification dialogTomaž Vajngerl
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-05-26coverity#1409896 Dereference before null checkCaolán McNamara
2017-05-19Watermark: extended configurationSzymon Kłos
2017-05-18Watermark: Insert watermark commandSzymon Kłos
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-14remove noise UUUU tags in commentsNoel Grandin
2017-02-07Silence "Invalid SlotId" warningsMaxim Monastirsky
2017-01-09New loplugin:externvar: swStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin