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