summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-0511-56/+55
* coverity#705391: xmloff: XMLMergeElemTransformerContext misuse of enumMichael Stahl2014-11-034-15/+15
* coverity#1250700 Uninitialized scalar fieldCaolán McNamara2014-11-031-0/+1
* Removed duplicated includesAndrea Gelmini2014-10-312-2/+0
* coverity#705348 Missing break in switchEike Rathke2014-10-311-0/+1
* fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler2014-10-312-0/+124
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-302-2/+2
* coverity#735663 Division or modulo by zeroCaolán McNamara2014-10-291-0/+3
* XM_TOK_UNKNOWN needs to be in the value range of XMLImageMapToken (ubsan)Stephan Bergmann2014-10-241-1/+1
* coverity#705781 Resource leakCaolán McNamara2014-10-231-8/+4
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-1528-83/+3
* 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