summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
2015-07-02some other coverity thingsCaolán McNamara
2015-07-02stray printfCaolán McNamara
2015-07-02coverity#1309051 Uncaught exceptionCaolán McNamara
2015-07-01tdf#86179 inc/dec font is missing in some shellsMaxim Monastirsky
2015-07-01SdrPaintWindow: no own buffer for rendercontext-enabled vcl::WindowsMiklos Vajna
2015-07-01svx: linystyle -> linestyleMiklos Vajna
2015-06-30Fix typosAndrea Gelmini
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-29tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar
2015-06-29Resolves: tdf#92275 impress grinds to a halt constant swapping imagesCaolán McNamara
2015-06-29coverity#1308463 Uncaught exceptionCaolán McNamara
2015-06-29Hiding the line style label in sidebarRishabh Kumar
2015-06-29Partially revert "svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all"Andras Timar
2015-06-29coverity#1308571 Uncaught exceptionCaolán McNamara
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29remove custom RTTI from SdrObjUserDataNoel Grandin
2015-06-29remove custom RTTI from XFillExchangeDataNoel Grandin
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-28coverity#1308564 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308549 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308547 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308545 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308544 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308537 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308509 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308508 Uncaught exceptionCaolán McNamara
2015-06-28Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-28coverity#1308503 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308484 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308483 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308460 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308458 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308457 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25implement equalize width and height for impress/drawCaolán McNamara
2015-06-25remove custom RTTI from SdrObjPlusDataNoel Grandin
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-22Fix typosAndrea Gelmini
2015-06-21Fix typosAndrea Gelmini
2015-06-19fix tabpage renderingLászló Németh
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann
2015-06-19Revert "optimise SdrObjList::SetObjectOrdNum"Noel Grandin
2015-06-19optimise SdrObjList::SetObjectOrdNumNoel Grandin
2015-06-18There are only 8 available stringsMaxim Monastirsky
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe