summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-2/+2
2015-11-20loplugin:unusedfields filterNoel Grandin17-114/+20
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2-4/+4
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-44/+10
2015-11-18editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl1-1/+2
2015-11-18editeng: wrong default item for EE_PARA_HANGINGPUNCTUATIONMichael Stahl1-1/+2
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-17instead of converting from std::string to OUString...Xisco Fauli3-19/+15
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-6/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+2
2015-11-15tdf#43257 SVG: Id value can contain other characters than alphanumericsXisco Fauli1-3/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin9-27/+10
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin6-16/+8
2015-11-12tdf#95733: SVG: clipPath can be defined outside path...Xisco Fauli1-3/+1
2015-11-11SVG: tdf#95714 stop-color can be defined once tooXisco Fauli1-1/+5
2015-11-11new loplugin: memoryvarNoel Grandin1-19/+13
2015-11-11tdf#51165: handle mixture of open and closed polygons in a pathChr. Rossmanith1-5/+49
2015-11-10SVG: tdf#95510: stop-color and stop-opacity can be defined inside style tooXisco Fauli1-0/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann105-661/+661
2015-11-09new loplugin: oncevarNoel Grandin2-13/+14
2015-11-07Don't use gie as both _use_libraries and _use_library_objectsStephan Bergmann1-1/+0
2015-11-07SVG: tdf#95332 defs can contain shapes so fix tdf#65864 in...Xisco Fauli1-9/+14
2015-11-06coverity#1338246 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06coverity#1338245 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06merged graphic import/export into a single libraryOliver Specht66-1037/+136
2015-11-06coverity#1309069 Uncaught exceptionCaolán McNamara1-17/+18
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann10-94/+94
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-2/+5
2015-11-05tdf#95510: SVG: Import stop-color and stop-opacityXisco Fauli1-16/+15
2015-11-05tdf#94098: SVG: improved parsing of rotate's parameters Xisco Fauli1-1/+1
2015-11-04yyyyyNoel Grandin6-14/+11
2015-11-02SVG: don't use dashes if parsing stroke-dasharray failsChr. Rossmanith1-3/+9
2015-11-02tdf#87309: Use black as default currentColor if no color was...Xisco Fauli1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin13-27/+25
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin2-4/+4
2015-10-29tdf#95356 Now text decorations are applied correctlyMarco Cecchetti2-90/+49
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin3-9/+3
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin8-7/+15
2015-10-27sal_uLong to ErrCodeMatteo Casalin1-3/+3
2015-10-26TBBase::indent_printf() only #if OSL_DEBUG_LEVEL > 1Eike Rathke1-0/+2
2015-10-26reintroduce TBBase::indent_printf()Eike Rathke1-0/+12
2015-10-22Satisfy std::hash<> specialization requirementsStephan Bergmann1-0/+2
2015-10-22crashtesting+ubsan: rhbz1013652-3.svg outside the representable value rangeCaolán McNamara1-58/+65
2015-10-20sc: initial png exportMiklos Vajna2-0/+29
2015-10-20svg export: left mouse click is working againMarco Cecchetti1-0/+19
2015-10-20new loplugin: badvectorinitNoel Grandin1-1/+1