summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann28-83/+3
2014-10-11coverity#735353 Unchecked return valueCaolán McNamara1-7/+13
2014-10-11coverity#704113 Unchecked return valueCaolán McNamara1-1/+1
2014-10-10typo: follwing -> followingAndras Timar1-1/+1
2014-10-10UBSan runtime error: division by zeroStephan Bergmann1-1/+3
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-4/+4
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-2/+2
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-04sw textboxes: reimplement ODF import/exportMiklos Vajna3-13/+41
2014-10-04coverity#1242759 Result is not floating-pointNorbert Thiebaud1-1/+1
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin12-17/+17
2014-10-01loplugin: cstylecastNoel Grandin28-156/+156
2014-10-01fdo#82577: Handle TimeNoel Grandin7-32/+34
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin2-6/+6
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann6-29/+15
2014-09-30WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-2/+2
2014-09-29fdo#79269: fix ODF import of style:footer-firstMichael Stahl1-2/+6
2014-09-29Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrongCaolán McNamara1-14/+1
2014-09-25assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl1-0/+2
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin4-12/+12
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-1/+1
2014-09-15xmloff: sal_Bool -> boolStephan Bergmann6-11/+11
2014-09-12xmloff: remove yet another SunStudio workaroundMichael Stahl1-8/+1
2014-09-11Avoid ODR-violating name clashStephan Bergmann1-0/+4
2014-09-11Avoid ODR-violating name clashStephan Bergmann2-0/+8
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza18-21/+2
2014-08-20xmloff: dead code gives MSVC fitsMichael Stahl1-30/+0
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl2-6/+4
2014-08-16prevent invalid ods files with loext:fill-characterMarkus Mohrhard2-4/+5
2014-08-16just use a typedef, don't inherit from boost::ptr_containerMarkus Mohrhard1-2/+0
2014-08-13update_pchThomas Arnhold1-0/+1
2014-08-12fdo#82165: ODF import: clear all shapes when removing header contentMichael Stahl1-2/+11
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann22-40/+40
2014-08-07fdo#75757: remove inheritance to std::mapTakeshi Abe1-7/+10
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe5-15/+5
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+0
2014-07-31cleanup usage of MapUnit enumNoel Grandin1-4/+4
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin2-2/+8
2014-07-29Fix previous commitStephan Bergmann1-1/+1
2014-07-29loplugin:stringconcatStephan Bergmann1-1/+1
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper5-181/+105
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida3-0/+32
2014-07-25Simplify.Kohei Yoshida1-5/+2
2014-07-25Reduce scope levels.Kohei Yoshida1-172/+172
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida3-6/+23
2014-07-25Store the handler as a const pointer.Kohei Yoshida1-3/+3
2014-07-25The 'mutable' keyword exists for this kind of use.Kohei Yoshida1-3/+1
2014-07-25Document what's in the type of the map entry.Kohei Yoshida2-2/+2
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida26-48/+197
2014-07-23Resolves: #i125289# do apply possible changed <GraphicStreamURL>...Oliver-Rainer Wittmann1-13/+19