summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)AuthorFilesLines
2018-09-17SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand2-7/+7
2018-06-14sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl2-3/+3
2018-06-14sw_redlinehide: trivial GetNode() in fetab.cxx,fedesc.cxxMichael Stahl2-4/+13
2018-06-14sw_redlinehide: GetNode() conversion in fefly1.cxxMichael Stahl1-23/+32
2018-06-14sw_redlinehide: GetNode() conversion in feshview.cxxMichael Stahl1-14/+44
2018-06-14sw_redlinehide: trivial conversions in fews.cxx,feshview.cxxMichael Stahl2-4/+4
2018-06-14sw_redlinehide: convert SwFEShell::MoveAnchor(), not entirely trivialMichael Stahl1-17/+11
2018-05-19the drag functions return values are ignoredNoel Grandin1-3/+1
2018-05-11sw: fix copypasta assertionsMichael Stahl1-2/+2
2018-05-08Resolves: tdf#117499 no ok button in info dialogCaolán McNamara1-10/+10
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-2/+2
2018-04-20loplugin:unusedenumconstantsNoel Grandin1-4/+0
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-04-17tdf#115600 Display messages in Findbar for Text Frame, Graphics, OLEJim Raykowski1-0/+10
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-16Take care of E3DObjListArmin Le Grand2-3/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-04-12Translate German variable and function namesJohnny_M1-1/+1
2018-04-11Use SdrObject& in lcl_ConvertSdrOle2ObjsToSdrGrafObjsArmin Le Grand1-5/+5
2018-04-09GetLineEnds: Use SdrObject& instead of pointersArmin Le Grand1-3/+3
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann4-10/+10
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand2-11/+15
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand2-15/+11
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand2-11/+15
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin4-10/+10
2018-03-21Resolves: tdf#116429 unwanted extra step in undo insert shapeCaolán McNamara1-3/+8
2018-03-21fix bug in SwFEShell::SetColRowWidthHeightNoel Grandin1-2/+3
2018-03-20Resolves: tdf#116474 bring hidden text property under undo controlCaolán McNamara1-1/+2
2018-03-20tdf#16083 writer table resize behavior is randomNoel Grandin1-2/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-27drop old tools/gen.hxx methods in swNoel Grandin1-4/+4
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-25tdf#115329 make navigate by drawing to previous drawing workJim Raykowski1-1/+1
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-10/+20
2018-02-21loplugin:changetoolsgen in swNoel Grandin3-34/+34
2018-01-30loplugin:unused-returns in swNoel Grandin4-58/+31
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-19Remove noopMike Kaganski1-3/+0
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-4/+4
2018-01-12More loplugin:cstylecast: swStephan Bergmann3-7/+7
2018-01-05sw: fix null-pointer crash in ClearFEShellTabCols()Michael Stahl1-3/+7
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl2-61/+70
2017-12-27ofz#4813: Direct-leakCaolán McNamara1-1/+1
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-4/+4
2017-12-20coverity#1426742 IsTextBox will be false here unless pVirtO is non-nullCaolán McNamara1-1/+1
2017-12-20replace pVirtO null check with just pVirtOCaolán McNamara1-9/+6
2017-12-20dynamic_cast followed by static_castCaolán McNamara1-21/+21
2017-12-20Fix typosAndrea Gelmini1-1/+1