summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* coverity#735353 Unchecked return valueCaolán McNamara2014-10-111-7/+13
* coverity#704113 Unchecked return valueCaolán McNamara2014-10-111-1/+1
* typo: follwing -> followingAndras Timar2014-10-101-1/+1
* UBSan runtime error: division by zeroStephan Bergmann2014-10-101-1/+3
* back out even more wrong tools::Time changes, geez..Eike Rathke2014-10-081-4/+4
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-2/+2
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-2/+2
* sw textboxes: reimplement ODF import/exportMiklos Vajna2014-10-043-13/+41
* coverity#1242759 Result is not floating-pointNorbert Thiebaud2014-10-041-1/+1
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-0312-17/+17
* loplugin: cstylecastNoel Grandin2014-10-0128-156/+156
* fdo#82577: Handle TimeNoel Grandin2014-10-017-32/+34
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-302-6/+6
* xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-306-29/+15
* WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist2014-09-301-2/+2
* fdo#79269: fix ODF import of style:footer-firstMichael Stahl2014-09-291-2/+6
* Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrongCaolán McNamara2014-09-291-14/+1
* assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl2014-09-251-0/+2
* loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2014-09-234-12/+12
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-1/+1
* xmloff: sal_Bool -> boolStephan Bergmann2014-09-156-11/+11
* xmloff: remove yet another SunStudio workaroundMichael Stahl2014-09-121-8/+1
* Avoid ODR-violating name clashStephan Bergmann2014-09-111-0/+4
* Avoid ODR-violating name clashStephan Bergmann2014-09-112-0/+8
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-2218-21/+2
* xmloff: dead code gives MSVC fitsMichael Stahl2014-08-201-30/+0
* ODF export: don't write invalid "group-name" attributeMichael Stahl2014-08-202-6/+4
* prevent invalid ods files with loext:fill-characterMarkus Mohrhard2014-08-162-4/+5
* just use a typedef, don't inherit from boost::ptr_containerMarkus Mohrhard2014-08-161-2/+0
* update_pchThomas Arnhold2014-08-131-0/+1
* fdo#82165: ODF import: clear all shapes when removing header contentMichael Stahl2014-08-121-2/+11
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-1122-40/+40
* fdo#75757: remove inheritance to std::mapTakeshi Abe2014-08-071-7/+10
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-08-055-15/+5
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-08-051-2/+0
* cleanup usage of MapUnit enumNoel Grandin2014-07-311-4/+4
* fix some dodgy FieldUnit conversionsNoel Grandin2014-07-312-2/+8
* Fix previous commitStephan Bergmann2014-07-291-1/+1
* loplugin:stringconcatStephan Bergmann2014-07-291-1/+1
* Further OUString cleanup in xmloff/Joren De Cuyper2014-07-295-181/+105
* bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida2014-07-263-0/+32
* Simplify.Kohei Yoshida2014-07-251-5/+2
* Reduce scope levels.Kohei Yoshida2014-07-251-172/+172
* pImplize XMLPropertyHandlerFactory.Kohei Yoshida2014-07-253-6/+23
* Store the handler as a const pointer.Kohei Yoshida2014-07-251-3/+3
* The 'mutable' keyword exists for this kind of use.Kohei Yoshida2014-07-251-3/+1
* Document what's in the type of the map entry.Kohei Yoshida2014-07-252-2/+2
* Apply pimpl to XMLPropertySetMapper.Kohei Yoshida2014-07-2526-48/+197
* Resolves: #i125289# do apply possible changed <GraphicStreamURL>...Oliver-Rainer Wittmann2014-07-231-13/+19
* cppcheck: Prefer prefix ++/-- operatorsJulien Nabet2014-07-201-3/+3