summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-06-16Fix typosAndrea Gelmini5-5/+5
2015-06-16Fix typosAndrea Gelmini2-2/+2
2015-06-16tdf#73071:Styles tab addition to the sidebar for writerRishabh Kumar6-0/+232
2015-06-15Resolves: tdf#92082 crash on closing color bar after redocking itCaolán McNamara1-5/+6
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+0
2015-06-15sdr tiled rendering: stop animation timer's taskHenry Castro1-4/+7
2015-06-15cppcheck: variableScopeCaolán McNamara1-10/+9
2015-06-15Related: tdf#87651 Swap buttons and align to the rightMaxim Monastirsky1-8/+9
2015-06-15Fix typosAndrea Gelmini3-5/+5
2015-06-14Paragraph related part of Background Tab is unused nowZolnai Tamás1-3/+0
2015-06-14Remove unused OpenGLObjectZolnai Tamás12-277/+0
2015-06-14Avoid duplicated attribute names in RID_ATTR_NAMESZolnai Tamás1-4/+4
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet4-7/+7
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet2-5/+5
2015-06-13TyposJulien Nabet2-2/+2
2015-06-12svx: prefix remaining SdrMarkView membersMiklos Vajna8-156/+156
2015-06-11SdrCustomShapeEngine/DataItem are just SfxStringItemStephan Bergmann3-13/+5
2015-06-10coverity#1302618 deref of NULLCaolán McNamara5-13/+13
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann1-1/+1
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-0/+1
2015-06-10tdf#88055: Don't export transparent background colour as whiteKatarina Behrens2-0/+2
2015-06-10tdf#88290 Adapt the numbering popup to more than 8 itemsMaxim Monastirsky1-1/+1
2015-06-10tdf#87651 Add outline buttons to impress sidebarMaxim Monastirsky3-26/+102
2015-06-10tdf#91944 Fix inc/dec indent buttons in impressMaxim Monastirsky3-252/+34
2015-06-09More CppunitTest_sw_uiwriter fixesMiklos Vajna1-2/+1
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin1-1/+1
2015-06-08add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara1-0/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann33-95/+95
2015-06-08Setting Maximum Value for Transparency spin button in area sidebar tabRishabh Kumar1-0/+7
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara2-35/+86
2015-06-07Related: tdf#89905 these PalettePath uses appear to really be UserConfigPathCaolán McNamara1-2/+2
2015-06-06Typo: Gourand → GouraudValter Mura1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-2/+2
2015-06-06Typo: emty->emptyJulien Nabet1-1/+1
2015-06-05Fix: could not convert [...] ‘const char*’ to ‘const rtl::OUString’Tor Lillqvist1-17/+17
2015-06-05svx: prefix remaining members of SdrDragViewMiklos Vajna4-92/+92
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-2/+2
2015-06-04coverity#1304135 Missing break in switchCaolán McNamara1-1/+0
2015-06-04tdf#91840: Default to transparent text backgroundKatarina Behrens1-0/+2
2015-06-04Use switch-case instead of overly long 'if (a || b || ...)'Katarina Behrens1-38/+61
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin3-18/+18
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin1-7/+7
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin1-1/+1
2015-06-04convert MediaState to scoped enumNoel Grandin1-1/+1
2015-06-03coverity#1302605 Resource leak in objectCaolán McNamara1-7/+6
2015-06-03ruler: convert pCtrlItems to use vector of unique_ptrTomaž Vajngerl1-27/+19
2015-06-03-fsanitize=float-divide-by-zeroStephan Bergmann1-2/+9
2015-06-02Fix indent button icons in impress/draw sidebarYousuf Philips1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann9-15/+15