summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unostyle.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-06fdo47267 fix import crashJakub Trzebiatowski1-4/+6
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-10/+10
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin1-1/+1
2016-05-31Sw UNO API SwXTextCellStyle; TableStyles createInstance, XNameAccessJakub Trzebiatowski1-11/+195
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-2/+2
2016-05-26Sw UNO API TableStyles getByNameJakub Trzebiatowski1-6/+123
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski1-1/+15
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-64/+64
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-15/+15
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-14loplugin:passstuffbyref in swNoel Grandin1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin1-1/+1
2016-03-18loplugin:stringconstantTor Lillqvist1-1/+1
2016-03-17getTypes/queryInterface/getEvents: remove superfluous getArray() and simplifyfeature/unostyles3Bjoern Michaelsen1-11/+11
2016-03-17GetItem/SetItem: use GetStyleSheetBase()Bjoern Michaelsen1-22/+10
2016-03-17getPropertyValues, getPropertyValue, setPropertyValue: formatting/whitespaceBjoern Michaelsen1-23/+17
2016-03-17refactor GetPropertyValues_ImplBjoern Michaelsen1-174/+113
2016-03-17formatting: setPropertyValues, lcl_makeHeaderFooterBjoern Michaelsen1-22/+13
2016-03-17refactor SetPropertyValues_ImplBjoern Michaelsen1-170/+110
2016-03-17use unique_ptr instead of manual mem-mgmtBjoern Michaelsen1-2/+1
2016-03-17formatting/whitespaceBjoern Michaelsen1-14/+7
2016-03-17refactor NotifyBjoern Michaelsen1-15/+13
2016-03-17fix plenking, remove superficial getConstArrayBjoern Michaelsen1-3/+3
2016-03-17refactor getPropertyDefaultsBjoern Michaelsen1-62/+27
2016-03-17refactor setAllPropertiesToDefaultBjoern Michaelsen1-119/+69
2016-03-17refactor setPropertyToDefaultBjoern Michaelsen1-93/+56
2016-03-17whitespace: fix plenkingBjoern Michaelsen1-3/+3
2016-03-17refactor getPropertyStatesBjoern Michaelsen1-113/+79
2016-03-17minor whitespace fixesBjoern Michaelsen1-11/+5
2016-03-17rename/move main logic from GetPropertyValues_Impl to GetPropertyValue_ImplBjoern Michaelsen1-75/+65
2016-03-17refactor GetPropertyValues_ImplBjoern Michaelsen1-47/+24
2016-03-17formatting (whitespace only)Bjoern Michaelsen1-6/+3
2016-03-17refactor SwXStyle::SetPropertyValues_ImplBjoern Michaelsen1-22/+8
2016-03-17rename lcl_SetDefaultWay -> SetPropertyValue<HINT_BEGIN> for consistencyBjoern Michaelsen1-16/+18
2016-03-17join ParagraphStyleCategory stuff in one tableBjoern Michaelsen1-22/+41
2016-03-17remove unpublished exception specsBjoern Michaelsen1-54/+11
2016-03-17refactor out PrepareStyleBase, rename lcl_GetStyleProperty for consistencyBjoern Michaelsen1-43/+47
2016-03-17use dynamic dispatch tableBjoern Michaelsen1-58/+28
2016-03-17refactor out to limit scope: RES_BACKGROUND, OWN_ATTR_FILLBMP_MODE, defaultBjoern Michaelsen1-82/+59
2016-03-17refactor out to limit scope: SID_SWREGISTER_COLLECTIONBjoern Michaelsen1-10/+16
2016-03-17refactor out to limit scope: FN_UNO_CATEGORYBjoern Michaelsen1-27/+25