summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)AuthorFilesLines
2015-09-17tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna2-0/+2
2015-08-31ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl1-0/+14
2015-08-03Resolves: tdf#91950 optional entries may not be presentCaolán McNamara1-18/+25
2015-06-03fix assert on export of ooo63141-1.doc to odtCaolán McNamara1-5/+8
2015-06-03tdf#88056: Implement ODF import/export of page title fieldKatarina Behrens3-0/+49
2015-04-23tdf#90640: xmloff: ODF export: fix style:background-image attributesMichael Stahl2-26/+30
2015-04-23xmloff: accept character borders in the extension namespaceMiklos Vajna1-0/+32
2015-01-19fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna1-0/+1
2014-12-10xmloff: make the export of the horrible field marks aware of auto-stylesMichael Stahl1-96/+105
2014-12-10fdo#87110: xmloff: don't catch IllegalArgumentException hereMichael Stahl2-7/+11
2014-12-05fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ...Michael Stahl1-15/+34
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl12-0/+12
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás1-7/+0
2014-11-14more catch by referenceCaolán McNamara1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava5-5/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-11xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl3-3/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin8-49/+48
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann17-40/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin3-4/+4
2014-10-01loplugin: cstylecastNoel Grandin6-22/+22
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann3-17/+9
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-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2-9/+9
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza3-3/+1
2014-08-12fdo#82165: ODF import: clear all shapes when removing header contentMichael Stahl1-2/+11
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann2-7/+7
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+0
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper1-35/+23
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida8-6/+17
2014-07-10fdo#79358: ODF export: fix index boolean property exportMichael Stahl1-1/+1
2014-07-02fix ODF validation errorsMarkus Mohrhard1-1/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin22-60/+60
2014-07-01-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+1
2014-07-01Resolves: #i125045# For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA...Armin Le Grand1-23/+30
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand4-84/+220
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-30/+0
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-2/+1
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-14/+14
2014-06-19Do not dereference null pointerStephan Bergmann1-4/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-18/+2
2014-06-13loplugin:staticcallStephan Bergmann2-5/+3
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet3-6/+6