summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unostyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Resolves: tdf#124142 don't deref nullptrCaolán McNamara1-1/+2
2017-09-07tdf#111891 unostyle: use default handler for non-page styleJustin Luth1-1/+6
2017-06-14tdf#103091 conditional style conditions not savedTroy Rollo1-1/+2
2017-05-25tdf#106424 fix crash in SfxItemPool::PutJochen Nitschke1-1/+4
2017-05-21make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-16tdf#107852 Support DisplayName property for table stylesMaxim Monastirsky1-0/+2
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin1-2/+2
2017-04-03use actual UNO enums in swNoel Grandin1-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-29/+24
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-4/+4
2017-02-28tdf#77111 sw: add unit test, fix getting PageNumberOffset propertyMichael Stahl1-2/+4
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann1-2/+2
2017-02-17tdf#98665 optimize table format style accessTomaž Vajngerl1-15/+16
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-30Resolves: tdf#101664 dropcaps not set in styles on loadCaolán McNamara1-1/+4
2017-01-30RES_PARATR_DROP listed here twiceCaolán McNamara1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-208/+127
2017-01-26loplugin: unnecessary destructor swNoel Grandin1-2/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+4
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-3/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann1-10/+0
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-1/+1
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-24/+24
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-10-03Fix typosAndrea Gelmini1-2/+2
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin1-1/+1
2016-09-26remove unused ICoreParagraphStyleNoel Grandin1-10/+0
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-8/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
2016-09-08loplugin:constantparam in swNoel Grandin1-5/+4
2016-09-08tdf#101712 Writer Table Style; odf export; remove parent export for cell styleJakub Trzebiatowski1-1/+2
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-8/+8
2016-08-18coverity#1371135 this is surely all wrongCaolán McNamara1-6/+5
2016-07-27GSoC Writer Table Styles; Import bugfixJakub Trzebiatowski1-9/+203
2016-07-15GSoC Writer Table Styles; Cell Style XPropertyStateJakub Trzebiatowski1-2/+118
2016-07-13-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2016-07-13GSoC Writer Table Styles export of paragraph and char propertiesJakub Trzebiatowski1-0/+238
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski1-1/+93
2016-06-24GSoC Table Style Family: insertByName, replaceByName, removeByNameJakub Trzebiatowski1-89/+205
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski1-0/+40
2016-06-17GSoC Table Styles, Add TableStyle propertiesJakub Trzebiatowski1-0/+54
2016-06-17GSoC Table Styles, TableStyle isInUse, isUserDefined, mutex fixesJakub Trzebiatowski1-2/+52
2016-06-13GSoC Table Styles, CellStyleJakub Trzebiatowski1-87/+229
2016-06-08sw SwXTextCellStyle fix possible nullptr dereferenceJakub Trzebiatowski1-0/+3
2016-06-07sw UNO Cell Style family, SwXTextCellStyleJakub Trzebiatowski1-18/+111