summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvtext.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-26-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-2/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-11-06coverity#1338231 Unchecked return valueCaolán McNamara1-1/+1
2015-11-03vcl: Prefer std::abs to a home-brewed macroTakeshi Abe1-6/+3
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-3/+3
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+2
2015-06-15vcl: avoid possible leaks in case of unexpected exceptionsTakeshi Abe1-10/+6
2015-05-05typo: strech -> stretchAndras Timar1-3/+3
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-8/+8
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-02-26TyposJulien Nabet1-1/+1
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-5/+2
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-6/+3
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-04rename Dreh->RotationNoel Grandin1-3/+3
2014-11-04rename DrehWink to RotationAngleNoel Grandin1-7/+7
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-03coverity#1242968 Unused valueCaolán McNamara1-1/+1
2014-10-02coverity#1242840 Unused valueCaolán McNamara1-3/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-6/+0
2014-03-13Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-7/+6
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock1-5/+6
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-86/+7
2014-02-26Remove visual noise from vclAlexander Wilms1-61/+61
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-16/+16
2014-02-10Translated German commentsLuc Castermans1-201/+183
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-6/+6
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin1-1/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1
2013-08-12convert vcl/source/filter/sgvmain.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-10Some cppcheck cleaningJulien Nabet1-10/+5
2013-06-07sal_Bool to boolTakeshi Abe1-3/+3
2013-06-05sal_Bool to boolTakeshi Abe1-52/+51
2013-06-02Drop useless forward declarationTakeshi Abe1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+17
2013-03-27-Werror=unused-macrosStephan Bergmann1-2/+4
2013-03-27-Wunused-macrosStephan Bergmann1-20/+0
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filterChr. Rossmanith1-15/+15
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky1-0/+1277