summaryrefslogtreecommitdiff
path: root/filter/source/graphic
AgeCommit message (Expand)Author
2020-07-13filter/graphic: create instances with uno constructorsNoel Grandin
2020-05-21use for-range on Sequence in f*Noel Grandin
2020-05-08compact namespace in filter..frameworkNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-14loplugin:flatten in filterNoel Grandin
2019-12-19sal_Char->char in filterNoel Grandin
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-23EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-22Use const reference instead of copyEike Rathke
2017-09-22GraphicExportFilter: adding FilterData defaults is unnecessaryEike Rathke
2017-09-22Apply replaceFirst() only onceEike Rathke
2017-09-22Group member variables and functions and fix naming nitpicksEike Rathke
2017-09-22No using namespace in header fileEike Rathke
2017-09-22Export to PNG: selected shapes via drawing::GraphicExportFilter, tdf#108317Eike Rathke
2017-09-22Move implementation to filterRenderDocument()Eike Rathke
2017-09-22Remember XComponentContextEike Rathke
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke
2017-09-20Get the comments rightEike Rathke
2017-09-19Rename getCurrentPageWriter() to getCurrentPage()Eike Rathke
2017-09-19'a'CurrentPage gets on my nervesEike Rathke
2017-09-18Export to PNG: use proper dialog and filter options, tdf#108317Eike Rathke
2017-07-28Export to PNG: also Calc has MeasureUnitEike Rathke
2017-07-24Export to PNG: use selection if Selection is selectedEike Rathke
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin
2017-05-19includes cleanup after loplugin runs in filter/Jochen Nitschke
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-09New loplugin:externvar: filterStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-02-04Allow HTML (WebDocument) to be exported as PNG or JPEGTomaž Vajngerl
2015-12-23loplugin:unusedfields in filterNoel Grandin
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19Writer image export: cmd. line, default to white backgroundTomaž Vajngerl
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann