summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unostyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-16use a map for dispatchfeature/fixstyles3Bjoern Michaelsen1-65/+40
2016-01-15remove bDone band-aidBjoern Michaelsen1-37/+7
2016-01-15refactor out to limit scope: RES_PARATR_NUMRULEBjoern Michaelsen1-17/+19
2016-01-15refactor out to limit scope: RES_PARATR_DROPBjoern Michaelsen1-31/+25
2016-01-15refactor out to limit scope: RES_TXTATR_CJK_RUBYBjoern Michaelsen1-29/+27
2016-01-15refactor to limit scope: SID_SWREGISTER_COLLECTIONBjoern Michaelsen1-9/+14
2016-01-15refactor to limit scope: FN_UNO_CATEGORYBjoern Michaelsen1-30/+26
2016-01-15reafctor out to limit scope: FN_UNO_PARA_STYLE_CONDITIONSBjoern Michaelsen1-55/+33
2016-01-15refactor out to limit scope: FN_UNO_IS_AUTO_UPDATEBjoern Michaelsen1-7/+12
2016-01-15refactor out to limit scope: RES_TEXT_VERT_ADJUSTBjoern Michaelsen1-13/+10
2016-01-15refactor out to limit scope: RES_PAGEDESCBjoern Michaelsen1-48/+39
2016-01-15refactor out to limit scope: FN_UNO_FOLLOW_STYLEBjoern Michaelsen1-11/+11
2016-01-15refactor out to limit scope: RES_PARATR_OUTLINELEVELBjoern Michaelsen1-5/+11
2016-01-15refactor out to limit scope: FN_UNO_NUM_RULESBjoern Michaelsen1-83/+53
2016-01-15refactor out to limit scope: RES_PAPER_BINBjoern Michaelsen1-31/+32
2016-01-15refactor out to limit scope: OWN_ATTR_FILLBMP_MODEBjoern Michaelsen1-23/+15
2016-01-15make PutItemToSet and SetStyleProperty members to save half the paramsBjoern Michaelsen1-43/+28
2016-01-15use Any::has<> instead of Any::isExtractableTo<>()Bjoern Michaelsen1-4/+4
2016-01-15refactor out to limit scope: RES_BACKGROUNDBjoern Michaelsen1-21/+21
2016-01-15refactor out to limit scope: XATTR_FILLGRADIENTBjoern Michaelsen1-68/+59
2016-01-15refactor out to limit scope: FN_UNO_STYLE_INTEROP_GRAB_BAGBjoern Michaelsen1-7/+10
2016-01-15refactor out to limit scope: FN_UNO_HIDDENBjoern Michaelsen1-36/+56
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2016-01-02fix indentBjoern Michaelsen1-1/+1
2016-01-02make this temp override of ItemSet more explicit and scopedBjoern Michaelsen1-20/+30
2016-01-02trying to chip away some of the memory mgmt madness hereBjoern Michaelsen1-11/+6
2016-01-02code conventions: member prefixBjoern Michaelsen1-32/+32
2016-01-01refactor SwXStyle::SetPropertyValues_ImplBjoern Michaelsen1-27/+10
2016-01-01remove desd codeBjoern Michaelsen1-5/+0
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-12-27Avoid comma operatorMatteo Casalin1-1/+2
2015-12-27Fix TBs by adding some "override"Julien Nabet1-3/+3
2015-12-25remove (now) unused functionBjoern Michaelsen1-2/+0
2015-12-25refactor SwXStyle::ApplyDescriptorPropertiesBjoern Michaelsen1-12/+10
2015-12-25refactor SwXStyle::getPropertySetInfoBjoern Michaelsen1-68/+10
2015-12-25refactor SwXStyle::get/setParentStyleBjoern Michaelsen1-45/+29
2015-12-25refactor SwXStyle::isUserDefined/isInUseBjoern Michaelsen1-21/+9
2015-12-25refactor SwXStyle::get/setNameBjoern Michaelsen1-28/+22
2015-12-25use local init function for conditional tooBjoern Michaelsen1-35/+29
2015-12-25use init helpers in ctorBjoern Michaelsen1-34/+32
2015-12-25have PROPERTY_MAP values in entries ...Bjoern Michaelsen1-35/+14
2015-12-25lets have a ref to a StyleEntry from a SwXStyle tooBjoern Michaelsen1-53/+58
2015-12-25refactor SwXStyle ctorBjoern Michaelsen1-26/+31
2015-12-25remove GetPropImpl wrapperBjoern Michaelsen1-6/+5
2015-12-25remove GetBasePool wrappersBjoern Michaelsen1-22/+19
2015-12-25instead of lying with friendship, lets be honestBjoern Michaelsen1-20/+15
2015-12-25use a proper smart pointer hereBjoern Michaelsen1-6/+6