summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2015-12-12replace homegrown map with std::map<>Bjoern Michaelsen1-104/+41
2015-12-11use preincrement here for graceBjoern Michaelsen1-1/+1
2015-12-11add test for UNO writer style families ...Bjoern Michaelsen1-8/+7
2015-12-08sw: redundant condition, was checked previouslyMichael Stahl1-1/+1
2015-12-04fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumnsNoel Grandin2-13/+57
2015-11-29our little MSVC cant read C++11 proper and has special needs instead ...Bjoern Michaelsen1-18/+19
2015-11-29use a range template for the frame,page,pseudo translationsBjoern Michaelsen1-25/+9
2015-11-29use the entry vector for lcl_TranslateIndex dispatchBjoern Michaelsen1-57/+69
2015-11-29remove copy patsaBjoern Michaelsen1-7/+1
2015-11-29use entries to create stylesBjoern Michaelsen1-33/+23
2015-11-29use the entry vector for lcl_GetCountOrName dispatchBjoern Michaelsen1-32/+17
2015-11-29tdf#38835: use singleton instead of staticBjoern Michaelsen1-21/+37
2015-11-29keep a reference to the static entry data for the familyBjoern Michaelsen1-50/+53
2015-11-29use Families instead of the generic 'Container'Bjoern Michaelsen1-4/+4
2015-11-29typo: m_nRedId => m_nResIdBjoern Michaelsen1-4/+4
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-8/+6
2015-11-29add ranges for pages, frames, numsBjoern Michaelsen1-13/+13
2015-11-29make GetCountOrName a private member to reduce argsBjoern Michaelsen1-10/+11
2015-11-29consolidate range voodooBjoern Michaelsen1-49/+41
2015-11-29inline trivial functionsBjoern Michaelsen1-75/+45
2015-11-29SwXStyleFamily=>sw::XStyleFamilyBjoern Michaelsen1-79/+86
2015-11-29SwXStyleFamily has no need to be in a headerBjoern Michaelsen1-0/+53
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-6/+4
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-20/+6
2015-11-29simplifyBjoern Michaelsen1-4/+2
2015-11-29OSL_FAIL->SAL_WARNBjoern Michaelsen1-15/+5
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-13/+8
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-23/+19
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-56/+35
2015-11-29formattingBjoern Michaelsen1-5/+2
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-12/+6
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-15/+10
2015-11-29clean up and reduce indent levels, remove hugely scoped AnyBjoern Michaelsen1-28/+19
2015-11-29formattingBjoern Michaelsen1-14/+8
2015-11-29use constexprs and static_assert()Bjoern Michaelsen1-47/+25
2015-11-29use constexprs and static_assert()Bjoern Michaelsen1-8/+8
2015-11-29remove hugely scoped superficial AnyBjoern Michaelsen1-3/+1
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-125/+112
2015-11-29formattingBjoern Michaelsen1-31/+14
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-16/+12
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-16/+12
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-22/+18
2015-11-29clean up and reduce indent levelsBjoern Michaelsen1-23/+18
2015-11-29reduce scope with template specializationBjoern Michaelsen1-110/+151
2015-11-29use enum right awayBjoern Michaelsen1-2/+2
2015-11-27MSVC fixStephan Bergmann1-4/+4
2015-11-27loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-11-27simplify options hereBjoern Michaelsen1-41/+25
2015-11-27reorder as we are touching this alreadyBjoern Michaelsen1-34/+28
2015-11-27keep containers in a map to simplify thingsBjoern Michaelsen1-65/+8