summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)Author
2016-12-12coverity#1397053 Logically dead code (golden)Caolán McNamara
2016-12-09xmloff: XMLChangeImportContext: replace boolean pair with proper enumMichael Stahl
2016-12-09xmloff: convert some DBG_ASSERT in txtparae.cxxMichael Stahl
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin
2016-12-01crashtesting: a gadzillion failures on export to odpCaolán McNamara
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin
2016-11-18includes should be at the top of the fileNoel Grandin
2016-11-17clearly a wrong offset is worth an assert() instead of OSL_ENSURE()Eike Rathke
2016-11-17loplugin:datamembershadow in xmloffNoel Grandin
2016-11-16Small housekeeping: merged two if's with same result into oneMike Kaganski
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin
2016-10-21loplugin:expandablemethodds in include/xmloffNoel Grandin
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-10-14tdf#64038 ODF import: fix handling of space following <text:s>Michael Stahl
2016-10-11loplugin:constantfunctionNoel Grandin
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09use std::unique_ptrDavid Tardon
2016-09-09avoid manual memory managementDavid Tardon
2016-09-09use std::unique_ptrDavid Tardon
2016-09-09use std::unique_ptrDavid Tardon
2016-09-09loplugin:refcountingNoel Grandin
2016-09-09improve commentDavid Tardon
2016-09-09remove manual memory managementDavid Tardon
2016-09-09remove manual memory managementDavid Tardon
2016-09-09use std::unique_ptrDavid Tardon
2016-09-09remove manual memory managementDavid Tardon
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon
2016-09-01Resolves: tdf#100182 index entries lost on saveCaolán McNamara
2016-08-30loplugin:countusersofdefaultparamsNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-13GSoC Writer Table Styles export of paragraph and char propertiesJakub Trzebiatowski
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-08loplugin:redundantcast: redundant static_casts in xmloffStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-06-30loplugin:unusedfieldsNoel Grandin
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann
2016-06-03tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann
2016-05-26cppcheck: variable scopeCaolán McNamara