summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgcharacternode.cxx
AgeCommit message (Expand)Author
2022-09-28use more string_view in svgioNoel Grandin
2022-09-23tdf#151118: svg: don't replace newline with space when xml:space="default"Xisco Fauli
2022-09-22tdf#151118: svg: fix handling of xml:space="preserve"Xisco Fauli
2022-09-21tdf#103888: Do not add a gap at the end of each text portionXisco Fauli
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli
2022-06-27clang-tidy modernize-pass-by-value in svgioNoel Grandin
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-10-17Use range based for loopsHossein
2021-10-11loplugin:moveparam in svgioNoel Grandin
2021-10-06Cleanup svgcharacternode.cxxHossein
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-05-01svgio: convert enum to enum class in svgstyleattributes.hxxTomaž Vajngerl
2021-05-01convert enums to enum classes in svgnode.hxxTomaž Vajngerl
2021-05-01convert enums to enum classes in svgtools.hxxTomaž Vajngerl
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl
2021-02-20loplugin:refcounting in svgioNoel
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-11-23remove unneeded namespace re-declarationsTomaž Vajngerl
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in svgio/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-01-29loplugin:flatten in svgioNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin
2017-05-04loplugin:checkunusedparams in svgioNoel Grandin
2016-06-01tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-21tdf#85770 reuse variable instead of getting it againXisco Fauli
2016-01-20SVGIO: Add support to font-size keywordsXisco Fauli
2016-01-18tdf#85770 SVG: Don't display text elements if parent's...Xisco Fauli
2016-01-10Fix typosAndrea Gelmini
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-16loplugin:unusedmethods svgioNoel Grandin
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-01loplugin:loopvartoosmallNoel Grandin
2014-12-15svgio: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-30Fix svgio buildmatteocam
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann