summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#101390 Add "Dimesion Line" command to the writer arrowsbox.Gulsah Kose1-0/+10
2016-10-07loplugin:staticmethods: swStephan Bergmann3-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin2-4/+4
2016-09-29sw: remove unnecessary debug code in fetabMiklos Vajna1-9/+0
2016-09-23Replace SWRECTFN macro with a classMike Kaganski3-120/+120
2016-09-21Related: tdf#102073 survive table in footnotes edgecasesCaolán McNamara1-19/+36
2016-09-21return early on non-main condition, no logic changeCaolán McNamara1-16/+17
2016-09-21implement IsTableRightToLeft the same as IsTableVerticalCaolán McNamara1-3/+3
2016-09-21return early on non-main condition, no logic changeCaolán McNamara1-41/+40
2016-09-14loplugin:constantparamNoel Grandin1-7/+4
2016-09-08loplugin:constantparam in swNoel Grandin1-4/+4
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-5/+5
2016-09-07tdf#101390 Add Arrows toolbox functions on writer drawingbar.Gulsah Kose1-0/+176
2016-09-02sw lok: avoid hiding / showing sdr mark handles on focus changeMiklos Vajna1-2/+5
2016-09-01coverity#1372378 Dereference null return valueCaolán McNamara2-5/+8
2016-08-31remove the SwMoveFnCollection* typedefsNoel Grandin1-1/+1
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-2/+2
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-08-29Get rid of a pointless indirect function pointer variableTor Lillqvist1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist2-5/+5
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski1-5/+3
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-2/+1
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski1-6/+6
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin1-1/+1
2016-08-23convert SdrEndTextEditKind to scoped enumNoel Grandin1-1/+1
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-2/+2
2016-08-22convert SdrViewEditMode to scoped enumNoel Grandin1-1/+1
2016-08-22convert SdrHitKind to scoped enumNoel Grandin1-3/+3
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-4/+3
2016-08-19convert SdrDragMode to scoped enumNoel Grandin1-5/+5
2016-08-01GSoC Writer Table Styles; Table Styles PanelJakub Trzebiatowski1-0/+15
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna1-0/+7
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann3-5/+5
2016-07-04typo: emtpy → emptyChristian Lohmaier1-1/+1
2016-06-29move #includes to top of fileNoel Grandin1-2/+2
2016-06-17sw: speed up the navigatorMichael Stahl1-0/+6
2016-06-16Remove the :: prefix in ::std for swMark Page2-8/+8
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-1/+2
2016-05-30tdf#98226: fix undo of table AutoFormatMichael Stahl1-5/+8
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-3/+3
2016-05-26loplugin:unusedreturntypesNoel Grandin1-2/+2
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen1-7/+4
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-10/+14
2016-04-22Avoid reserved identifiersStephan Bergmann5-63/+63
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1