summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Resolves: fdo#79131 crash in EnhancedCustomShapeTypeNames::GetCaolán McNamara1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann1-3/+3
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann1-5/+5
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann1-2/+2
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann1-7/+7
2014-08-25Remove unnecessary invalid downcastsStephan Bergmann1-4/+4
2014-08-22Point and Rectangle coordinates are long, not sal_Int32Stephan Bergmann1-1/+1
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante2-26/+9
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-16Reserve vector capacity in advanceMatteo Casalin1-0/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-9/+8
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