summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/UnoGraphicExporter.cxx
AgeCommit message (Expand)Author
2024-08-20tdf#162528: handle exceptions from JSON parser in GraphicExporterMike Kaganski
2024-07-10tdf#161979: Render GDI metafile using drawinglayer in XOutBitmapMike Kaganski
2024-06-19Fix typoAndrea Gelmini
2024-06-19Fix typoAndrea Gelmini
2024-05-11loplugin:ostr in svxNoel Grandin
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-04-03tdf#146619 Drop unused 'using namespace' in: svx/Gabor Kelemen
2024-03-28Add comphelper::WeakImplHelperBaseNoel Grandin
2024-01-28restore original Outliner background after getting transferrableCaolán McNamara
2023-11-19Extended loplugin:ostr: svxStephan Bergmann
2023-09-10using decls should come after #includeNoel Grandin
2023-07-12tdf#105362 better support for transparency in PNG & GIF exportArmin Le Grand (allotropia)
2023-01-31SdrModel: we never set scale fraction to anything else than 1/1Tomaž Vajngerl
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-09-08tdf#150102 Correct PrefSize for UNO API Metafile exporterArmin Le Grand (allotropia)
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-10Fix stack-use-after-scopeStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-02-11PNG export: allow setting filter data keys from the cmdlineMiklos Vajna
2022-02-03tdf#147119:Revert "tdf#123973 fix missing MasterPage content in export"Xisco Fauli
2022-02-02tdf#126319 Corrected bitmap creation from metafileArmin Le Grand (Allotropia)
2022-01-28tdf#126319 Correct area(s) on selection exportArmin Le Grand (Allotropia)
2022-01-26tdf#123973 fix missing MasterPage content in exportArmin Le Grand (Allotropia)
2021-12-05use visitor in ViewObjectContact::createPrimitive2DSequenceNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-08loplugin:moveparam in svxNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-05-29no need to allocate these on the heapNoel Grandin
2021-03-07loplugin:staticdynamic now with extra saltNoel
2021-02-20loplugin:refcounting in svxNoel
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara
2020-11-24static_cast after dynamic_castNoel Grandin
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-13Revert "loplugin:constfields in svx"Noel Grandin
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-02-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesCanberk TURAN
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-08-20Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann