summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2016-04-24Translate debug message (no automatic tools)Andrea Gelmini1-1/+1
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin6-36/+36
2016-04-20Revert partly some of my previous patchesJulien Nabet4-9/+4
2016-04-20tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo itemsMiklos Vajna2-0/+17
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann36-167/+167
2016-04-20Replace vector<sal_Bool> with vector<bool>Stephan Bergmann1-4/+4
2016-04-20TextCharacterSpacingControl: Fix loplugin:vclwidgets warning.Jan Holesovsky1-7/+6
2016-04-20character spacing control possible to use outside sidebarSzymon Kłos10-753/+483
2016-04-19tdf#99396 SvxTableController::SetVertical: implement undo supportMiklos Vajna1-1/+17
2016-04-19cppcheck: silence known condition warning in svx tablecontrollerJochen Nitschke1-13/+10
2016-04-19cppcheck: silence known condition warning svx xmlexportJochen Nitschke1-32/+27
2016-04-18Avoid reserved identifiersStephan Bergmann10-117/+110
2016-04-18Elide const varsStephan Bergmann1-14/+6
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann3-5/+5
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann4-6/+6
2016-04-18reorg to silence coverity#1358586 Using invalid iteratorCaolán McNamara1-4/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin34-102/+72
2016-04-18clean-up: unused using declarations and includesJochen Nitschke25-75/+0
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet9-29/+28
2016-04-16Give this dialog a meaningful nameAdolfo Jayme Barrientos1-1/+1
2016-04-15Use an iterator for loop to avoid calling n times std::advanceJulien Nabet1-10/+8
2016-04-15clang-tidy misc-forward-declaration-namespaceNoel Grandin1-1/+3
2016-04-15svx: Remove unused stringsSamuel Mehrbrodt1-28/+0
2016-04-14Drawings: Fix capitalizationSamuel Mehrbrodt1-15/+15
2016-04-14tdf#70998 Termchange Graphic/Bitmap -> ImageSamuel Mehrbrodt1-16/+16
2016-04-14loplugin:passstuffbyref in svxNoel Grandin21-29/+29
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet11-29/+46
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-2/+0
2016-04-13tdf#99264 svx: don't pass null pointers to SfxDispatcherMichael Stahl1-5/+13
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke9-29/+29
2016-04-12Avoid reserved identifiersStephan Bergmann9-23/+22
2016-04-12Use const_iterator when possible (svx/customshapes)Julien Nabet3-26/+27
2016-04-12Use const_iterator when possible (svx/accessibility)Julien Nabet5-42/+39
2016-04-12Remove INTERFACE_TYPE macro in svx + 1 OUString ctr callJulien Nabet2-5/+2
2016-04-12Typo: PopupPanal_Spacing -> PopupPanel_SpacingJulien Nabet1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke6-12/+0
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin17-24/+24
2016-04-11Resolves: tdf#98366 paste document has 10x10 sized SdPages...Caolán McNamara1-23/+25
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-11loplugin:constantparamNoel Grandin2-4/+4
2016-04-10Typo: multible->multipleJulien Nabet2-2/+2
2016-04-10Typo: rubust->robustJulien Nabet2-2/+2
2016-04-07Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-07Avoid reserved identifiersStephan Bergmann2-9/+9
2016-04-07Avoid reserved identifiersStephan Bergmann2-54/+54
2016-04-06tdf#73070 follow-up: Remove also the InsertPropertyPanel code.Jan Holesovsky6-463/+1
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara2-33/+0