summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-02-05xmloff: tdf#96147: ODF export: fix duplicate fo:background-colorMichael Stahl2-2/+12
2016-01-21tdf#40517 Export/Import in ODF decimal replacement with spaceLaurent Balland-Poirier2-8/+27
2016-01-19Resolves: tdf#96245 relax test for duplicate frame namesCaolán McNamara1-1/+2
2016-01-14xmloff: there is no reason why office:version should be omittedMichael Stahl1-15/+14
2016-01-11tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl5-12/+141
2015-11-25store custom icon set info into ODFMarkus Mohrhard1-0/+3
2015-11-24crashtesting: ooo72999-1.ods NaNs found in light directionCaolán McNamara1-1/+10
2015-11-24loplugin:unusedfields in xmloff/Noel Grandin11-27/+4
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin3-18/+7
2015-11-19Incredible slowness and crashes with document with vast num of frame dupsCaolán McNamara1-1/+9
2015-11-19use comphelper::containerToSequenceNoel Grandin3-106/+18
2015-11-18xmloff: add meta:generator constants LO_43x and LO_44xMichael Stahl1-7/+14
2015-11-18xmloff: legacy assert to SAL_INFO as it can only be triggered byMichael Stahl1-1/+1
2015-11-18xmloff: document potential pitfall with SvI18NMap usageMichael Stahl1-11/+0
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-3/+1
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin20-62/+27
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-501/+160
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin4-10/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin5-26/+13
2015-11-13tdf#95744: saving shape names re-enabledOliver Specht1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht173-440/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann207-1114/+1114
2015-11-09new loplugin: oncevarNoel Grandin9-66/+27
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann15-74/+72
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin32-79/+70
2015-11-05tdf#95510: SVG: Import stop-color and stop-opacityXisco Fauli1-3/+3
2015-11-04tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier2-1/+4
2015-11-04loplugin:stringconstantNoel Grandin18-111/+60
2015-11-02tdf#74608 xmloff: Constructor feature for XMLMetaImportComponent.kripton5-107/+42
2015-11-02xmloff: replace boost::ptr_vector with std::vectorMichael Stahl2-13/+11
2015-11-02xmloff: replace boost::ptr_vector with std::vectorMichael Stahl1-17/+17
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-18/+17
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-67/+72
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin5-11/+6
2015-10-30xmloff tree cleanupMario J. Rugiero5-56/+24
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-3/+1
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-12/+6
2015-10-27move SvRefMemberList into idlNoel Grandin1-0/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-4/+4
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-3/+1
2015-10-20loplugin:defaultparamsStephan Bergmann6-14/+13
2015-10-19loplugin:defaultparamsStephan Bergmann3-6/+6
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-3/+2
2015-10-15cppcheck:variableScopeNoel Grandin1-15/+12
2015-10-13coverity#1326118 Constant expression resultCaolán McNamara1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann258-1229/+1229
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl2-9/+8