summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-26/+26
2015-10-20loplugin:defaultparamsStephan Bergmann1-5/+5
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-3/+3
2015-08-27Clean up sEmptyStephan Bergmann1-2/+1
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-30xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe1-2/+3
2015-04-28txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann1-3/+3
2015-04-22fix assert on export of ooo63141-1.doc to odtCaolán McNamara1-5/+8
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard1-8/+10
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-21/+21
2015-03-09V801: Decreased performanceCaolán McNamara1-10/+10
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+3
2015-02-10cppcheck: variableScopeCaolán McNamara1-2/+4
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon1-1/+1
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin1-6/+6
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin1-10/+10
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane1-1/+1
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-10xmloff: make the export of the horrible field marks aware of auto-stylesMichael Stahl1-96/+105
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás1-7/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-5/+5
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+4
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper1-35/+23
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-0/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-9/+9
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-2/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-14/+14
2014-06-19Do not dereference null pointerStephan Bergmann1-4/+5
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-29/+29
2014-04-14typo: currect -> currentThomas Arnhold1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-52/+52
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-96/+96
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-21coverity#705096 Dereference after null checkCaolán McNamara1-3/+8
2014-02-26Remove visual noise from xmloffAlexander Wilms1-3/+3
2014-02-25(T/t)herfor -> (T/t)hereforeJulien Nabet1-1/+1
2014-02-24Here the line made sense, bring it back.Jan Holesovsky1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann1-58/+79