summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshap2.cxx
AgeCommit message (Expand)Author
2015-08-06tdf#88295: Don't export transparent background colour as whiteKatarina Behrens
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-17svx: nPntAnz -> nPointCountMiklos Vajna
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-02-12fdo#39468 translated german commentsDaniel Sikeler
2015-01-20Some more loplugin:cstylecast: svxStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-07SvxGraphicObject: remove more manual swap out callsZolnai Tamás
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-17coverity#1247643 Uncaught exceptionCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-14Scope reduction by early bailout.Kohei Yoshida
2014-07-18CharBackColor advertised in unoshap2.cxxmatteocam
2014-06-30Removed assertion in EditCharAttribBackgroundColormatteocam
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05svx: remove SAL_THROW macroNoel Grandin
2014-05-27cid#707249 Uncaught exceptionNoel Grandin
2014-05-27cid#707251 Uncaught exceptionNoel Grandin
2014-05-23coverity#1210006 Uncaught exceptionCaolán McNamara
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-10fdo#72005: Insert the border rectangle to the bottom of the stack.Kohei Yoshida
2013-12-12Get rid of MAP_CHAR_LEN macroStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-09-05convert svx/source/unodraw/*.cxx from String to OUStringNoel Grandin
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-11Resolves: #i121045 After save a xls file contain marco in AOO, macor can't...Jianyuan Li
2013-06-07sal_Bool to boolTakeshi Abe