summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
AgeCommit message (Expand)Author
2015-04-30xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe
2015-04-28txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann
2015-04-22fix assert on export of ooo63141-1.doc to odtCaolán McNamara
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-10cppcheck: variableScopeCaolán McNamara
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10xmloff: make the export of the horrible field marks aware of auto-stylesMichael Stahl
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-19Do not dereference null pointerStephan Bergmann
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-14typo: currect -> currentThomas Arnhold
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-21coverity#705096 Dereference after null checkCaolán McNamara
2014-02-26Remove visual noise from xmloffAlexander Wilms
2014-02-25(T/t)herfor -> (T/t)hereforeJulien Nabet
2014-02-24Here the line made sense, bring it back.Jan Holesovsky
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-08this assert is wrongMarkus Mohrhard
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin