summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfly.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20tdf#136385 sw: fix Undo of changing anchor typeMichael Stahl1-12/+14
2020-08-06tdf#135464 sw: avoid invalid combinations of HoriOrientRelation and FLY_AT_PAGEMichael Stahl1-0/+28
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-2/+2
2020-04-19loplugin:buriedassign in sw(2)Noel Grandin1-15/+15
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-2/+2
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-2/+2
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-9/+2
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-10/+9
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-3/+2
2018-12-13use unique_ptr in checkForUniqueItemNoel Grandin1-2/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-3/+3
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-11-07loplugin:collapseif in swNoel Grandin1-5/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-3/+3
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-2/+6
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand1-1/+1
2018-06-08sw_redlinehide: trivial GetNode() in docfld.cxx,docfly.cxx,doclay.cxxMichael Stahl1-6/+16
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-1/+1
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-1/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-8/+8
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-8/+8
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-8/+8
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-29/+29
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-8/+8
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-2/+0
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin1-2/+0
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-15/+3
2016-06-17sw: speed up the navigatorMichael Stahl1-0/+54
2016-05-11Looks like SAL_FALLTHROUGH is intended hereStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-84/+84
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-27/+27
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-20loplugin: defaultparamsNoel Grandin1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-192/+192
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin1-13/+13
2015-02-21Use range-for loopMatteo Casalin1-3/+2
2015-02-11OSL_ENSURE->assert when followed by unconditional dereferenceCaolán McNamara1-2/+2
2015-02-11Related: tdf#70062 keep drawing anchor objects sortedCaolán McNamara1-1/+6
2014-12-25sal_uInt16 to size_tMatteo Casalin1-8/+8