summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-19tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl1-0/+60
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens1-2/+2
2015-04-22tdf#88056: Implement import of page title field from ODFKatarina Behrens1-0/+2
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard1-0/+1
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-17boost->stdCaolán McNamara1-4/+4
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-258/+243
2015-02-10cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin1-11/+11
2014-12-27fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna1-0/+1
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-10fdo#87110: xmloff: don't catch IllegalArgumentException hereMichael Stahl1-6/+2
2014-11-28xmloff: avoid assertion because AutoCorrect document doesn't ...Michael Stahl1-2/+4
2014-11-25xmloff: replace DBG_ASSERTs in txtimp.cxxMichael Stahl1-28/+25
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-27/+27
2014-10-01loplugin: cstylecastNoel Grandin1-9/+9
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-8/+8
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-0/+2
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-11/+11
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-8/+8
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-25/+25
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin1-3/+3
2014-02-06typo fixes in commentsAndras Timar1-2/+2
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann1-1/+2
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke1-11/+11
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke1-1/+2
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-6/+2
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-3/+3
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-2/+1
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-10sal_Bool to boolTakeshi Abe1-31/+31
2013-09-10Mark as const / staticTakeshi Abe1-11/+11
2013-08-18fdo#43807: Fix import of drop caps character styleZolnai Tamás1-1/+1
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák1-30/+8
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist1-1/+1
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-6/+5
2013-04-30Fix fdo#64062 - can't assume para styles to be there.Thorsten Behrens1-1/+1
2013-04-25comments and code reformatMaxime de Roucy1-2/+1
2013-04-12i#98430: Import at least the shape.Jan Holesovsky1-2/+6
2013-03-04doubled namespaceThomas Arnhold1-2/+0