summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfly.cxx
AgeCommit message (Expand)Author
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-12-13use unique_ptr in checkForUniqueItemNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara
2018-11-07loplugin:collapseif in swNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand
2018-06-08sw_redlinehide: trivial GetNode() in docfld.cxx,docfly.cxx,doclay.cxxMichael Stahl
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-14remove noise UUUU tags in commentsNoel Grandin
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski
2016-06-17sw: speed up the navigatorMichael Stahl
2016-05-11Looks like SAL_FALLTHROUGH is intended hereStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-17boost->stdCaolán McNamara
2015-08-20loplugin: defaultparamsNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin
2015-02-21Use range-for loopMatteo Casalin
2015-02-11OSL_ENSURE->assert when followed by unconditional dereferenceCaolán McNamara
2015-02-11Related: tdf#70062 keep drawing anchor objects sortedCaolán McNamara
2014-12-25sal_uInt16 to size_tMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-14loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner