summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann36-142/+97
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+4
2017-06-16only some languages put a space between number and %Caolán McNamara1-1/+2
2017-06-16Resolves: tdf#108419 use spinfield preferred size as transparency widget sizeCaolán McNamara1-5/+2
2017-06-15use SetGraphic instead of temporary GraphicObjectCaolán McNamara1-2/+2
2017-06-15skip a default dtor + assign with copy ctorCaolán McNamara1-8/+14
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin2-8/+8
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin4-71/+24
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann27-50/+88
2017-06-13Use unique_ptr for EmptyProperties::mpEmptyItemSetStephan Bergmann3-15/+7
2017-06-13Use unique_ptr for DefaultProperties::mpItemSetStephan Bergmann3-23/+13
2017-06-13Use unique_ptr in ItemPoolVectorStephan Bergmann1-12/+7
2017-06-13Use unique_ptr for ImpSdrGDIMetaFileImport::mp*AttrStephan Bergmann2-14/+11
2017-06-13Use unique_ptr for Svx3DWin::mpRemember2DAttributesStephan Bergmann1-5/+5
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann4-19/+36
2017-06-12tdf#108480: Undo from clone formating does not remove vertical alignmentTamás Zolnai2-14/+14
2017-06-12svx: fix the std::unique_ptr that deletes itself twiceMichael Stahl1-0/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke20-25/+0
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini2-13/+6
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin8-48/+18
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin3-16/+6
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin2-7/+6
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-06-07Exporting EditEngine document into a buffer with ODF FilterVarun Dhall1-2/+1
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke2-2/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-06tdf#39674 Translate some German variable/function namesJohnny_M4-36/+36
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann18-78/+76
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: svxStephan Bergmann1-5/+5
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini2-10/+10
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin3-3/+3
2017-06-03cleanup unused css/inspection/ and css/reportdesign includesJochen Nitschke1-1/+0
2017-06-02Improved loplugin:redundantcast const_cast handling: svxStephan Bergmann1-1/+1
2017-06-02fix spelling Countour->ContourNoel Grandin3-3/+3
2017-06-02Improved loplugin:redundantcast static_cast handling: svxStephan Bergmann2-3/+3
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin4-20/+21
2017-06-01merge ofa res file into svt oneCaolán McNamara3-165/+0
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara3-8/+8
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-2/+0
2017-05-30Related: tdf#107961 ensure notifyhdl is unset after disposeCaolán McNamara1-2/+18
2017-05-30remove duplicate 'using namespace'Jochen Nitschke4-13/+8
2017-05-30Fix quotingStephan Bergmann1-1/+1
2017-05-30Restrict loplugin:redundantcast to "real" castsStephan Bergmann2-14/+14
2017-05-30missing resourcesCaolán McNamara1-0/+36
2017-05-30missing resourcesCaolán McNamara1-2/+20
2017-05-30teach redundantcast plugin about functional castsNoel Grandin14-15/+15
2017-05-28aAttr is now (more obviously) unusedCaolán McNamara1-9/+0
2017-05-28coverity#704341 Logically dead codeCaolán McNamara1-18/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-65/+26