summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2016-07-29tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneselfJulien Nabet1-1/+1
2016-07-20Fix typosAndrea Gelmini4-5/+5
2016-07-12Remove excess newlinesChris Sherlock4-6/+0
2016-06-02tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier1-2/+3
2016-03-15tdf#97543 SVGIO: Rework getVisibility()Xisco Fauli1-5/+18
2016-02-05tdf#79163: SVGIO: Fix problem with opacity attributeXisco Fauli1-3/+25
2016-02-02SVGIO: tdf#45771: Fix issue when text size is twice its size...Xisco Fauli1-0/+5
2016-02-02tdf#85770 reuse variable instead of getting it againXisco Fauli1-1/+1
2016-01-25tdf#85770 SVG: Don't display text elements if parent's...Xisco Fauli1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann24-90/+90
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann14-14/+14
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin5-13/+11
2015-10-20loplugin:defaultparamsStephan Bergmann7-19/+19
2015-10-13cppcheck:variableScopeNoel Grandin1-7/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-6/+6
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin5-14/+14
2015-07-16loplugin:unusedmethods svgioNoel Grandin1-2/+1
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin17-22/+22
2015-06-15Fix typosAndrea Gelmini1-3/+3
2015-06-13Typo: corected->correctedJulien Nabet1-1/+1
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-3/+3
2015-06-01loplugin:loopvartoosmallNoel Grandin3-6/+6
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-25TyposJulien Nabet1-1/+1
2015-03-17tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith1-2/+6
2015-02-26TyposJulien Nabet1-1/+1
2015-02-06tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith1-4/+13
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-3/+4
2014-12-18svgio: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+1
2014-12-15svgio: Use appropriate OUString functions on string constantsStephan Bergmann2-7/+3
2014-11-20SVG: improve handling of visibility propertyChr. Rossmanith2-14/+15
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-164/+163
2014-11-03svgio: two of the token names were not being mapped to tokensNoel Grandin1-0/+2
2014-11-01SVG: handle visibility propertyChr. Rossmanith3-8/+42
2014-10-30fixed typoChr. Rossmanith1-1/+1
2014-10-30use isEmpty() instead of getLength() where appropriateChr. Rossmanith1-2/+2
2014-10-22callcatcher: update unused codeCaolán McNamara1-8/+0
2014-10-18cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-10-13Resolves: #i125325# added code to handle block comments...Armin Le Grand2-1/+61
2014-10-13Resolves: #i125326# accept CssStyles with missing type attributeArmin Le Grand1-1/+17
2014-10-09Resolves: #i125329# Take care of Css selector '*'Armin Le Grand1-0/+9
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand27-76/+121