summaryrefslogtreecommitdiff
path: root/svtools/source/filter
AgeCommit message (Expand)AuthorFilesLines
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+4
2014-06-25fdo#51763 - make title of dialog localisableJoren De Cuyper1-3/+1
2014-05-16trivial cleanupsCaolán McNamara1-3/+1
2014-05-08svtools: sal_Bool->boolNoel Grandin3-24/+24
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2014-02-25Remove visual noise from svtoolsAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-6/+6
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
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-2/+2
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-16svt: Use constructor feature for SvFilterOptionsDialog.Matúš Kukan2-135/+88
2014-01-09translated German commentsLuc Castermans2-2/+2
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-2/+2
2013-11-08remove unnecessary use of OUString constructor in SVTOOLS moduleNoel Grandin1-3/+3
2013-11-05fixincludeguards.sh: svtoolsThomas Arnhold2-6/+6
2013-10-11CID#1103695 avoid use of -1 hereCaolán McNamara1-1/+1
2013-10-08CID#1078684 ensure no -1 uses in replaceAtCaolán McNamara1-3/+6
2013-10-02svtools: removed dead code from the export dialogAndres Gomez1-4/+0
2013-09-17fdo#63926: remove extra include paths in svtools/ and sfx2/Marcos Paulo de Souza2-2/+2
2013-08-22convert svtools/source/filter/* from String to OUStringNoel Grandin1-13/+13
2013-08-22convert svtools/source/filter/exportdialog.hxx from String to OUStringNoel Grandin2-27/+27
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-2/+2
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl1-2/+2
2013-08-06fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-4/+4
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-25PCH quickfixStephan Bergmann1-0/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-26WaE: private field 'mxSourceDocument' is not usedTor Lillqvist1-1/+0
2013-03-26WaE: unused variable 'nPages'David Tardon1-8/+9
2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl2-0/+271
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin4-25/+24
2013-03-20fdo#46808, convert graphic::PrimitiveFactory2D to new styleNoel Grandin1-28/+26
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2013-03-16Resolves: #i119601# support for transparency in PNG export dialogArmin Le Grand1-1/+12
2013-03-03move fltcall.hxx to vcl to avoid circ. dep.David Tardon2-2/+2
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-9/+8
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky28-22656/+0
2013-01-01remove use of #pragma optimizeLuboš Luňák1-8/+0
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
2012-12-10guard against div by 0Caolán McNamara1-2/+13
2012-12-06n#780748: Basic EMF+ implementation.Muthu Subramanian2-1/+215
2012-12-05move printer setup .ui to svtools and replace .src with itCaolán McNamara1-10/+10
2012-11-26Sprinkle some DISABLE_EXPORT, saves 100K of code in an Android view-only appTor Lillqvist1-0/+35