summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Cleanup OUStrings in CustomShapesJoren De Cuyper4-136/+62
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann2-4/+4
2014-07-25coverity#1209371 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-2/+2
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna3-26/+27
2014-07-04coverity#704499-501 Division by zeroNorbert Thiebaud1-1/+1
2014-06-17svx: fix VML export of rectangles imported from drawingMLMiklos Vajna1-1/+2
2014-05-30coverity#705256 Missing break in switchCaolán McNamara1-2/+1
2014-05-27reportdesign: Fix applying the last used colorMaxim Monastirsky1-2/+4
2014-05-26coverity#705254 Missing break in switchCaolán McNamara1-0/+1
2014-05-26coverity#705253 Missing break in switchCaolán McNamara1-0/+1
2014-05-10coverity#708341 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-15svx: sal_Bool->boolNoel Grandin4-31/+31
2014-04-11coverity#708341 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-04-05fdo#43157 : clean up OSL_DEBUG_ONLYMichaël Lefèvre1-2/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-03sfx2/tbxctrl.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-29coverity#1194928 allocation too small for typeCaolán McNamara1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann3-43/+43
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-11/+11
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin2-4/+4
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin2-15/+15
2014-03-05Operators for Point are only overloaded for long, not doubleStephan Bergmann1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-26/+26
2014-02-26Remove visual noise from svxAlexander Wilms4-50/+50
2014-02-23Remove unneccessary commentsAlexander Wilms2-5/+5
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-30fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svxAlexandre Vicenzi1-1/+0
2014-01-28bool improvementsStephan Bergmann3-6/+6
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-4/+4
2014-01-15WaE: busted codeCaolán McNamara1-1/+1
2014-01-15more xub_Strlen->sal_Int32Caolán McNamara1-3/+2
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+1
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan1-9/+1
2013-12-31svx: Constructor feature for last implementations in svx component.Matúš Kukan2-115/+83
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan2-26/+27
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan2-27/+26
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-4/+4
2013-11-27Integrate branch of IAccessible2Steve Yin1-0/+249