summaryrefslogtreecommitdiff
path: root/sw/source/core/attr
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon3-18/+18
2015-11-115th step to remove tools/rtti.hxxOliver Specht4-4/+0
2015-11-11remove b_mInDocDTOR flag altogetherBjoern Michaelsen1-6/+1
2015-11-11reduce branch depth in SwModify dtorBjoern Michaelsen1-24/+21
2015-11-11remove IsInDocDTOR() as a public memberBjoern Michaelsen1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-39/+39
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen1-0/+8
2015-11-03sw: prefix members of SwAttrSetMiklos Vajna1-22/+22
2015-11-03sw: prefix members of SwAttrPoolMiklos Vajna1-1/+1
2015-10-30sw: prefix members of SwFindNearestNodeMiklos Vajna1-5/+5
2015-10-30sw: prefix members of SwModifyMiklos Vajna1-5/+5
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna2-18/+18
2015-10-22sw: prefix members of SwVirtPageNumInfoMiklos Vajna1-1/+1
2015-10-21sw: prefix members of SwUpdateAttrMiklos Vajna1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna1-1/+3
2015-07-06improve the returnbyref lopluginNoel Grandin1-8/+8
2015-06-10sw: fix GCC undefined reference to `typeinfo for sw::LegacyModifyHint'Michael Stahl1-0/+14
2015-06-10Ensure single RTTI symbol instanceStephan Bergmann1-0/+1
2015-06-09give better hints for the whodunnit in SwClient/ModifyBjoern Michaelsen1-2/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-26some more assertsBjoern Michaelsen2-0/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier6-232/+232
2015-04-30sw: prefix members of SwFmtMiklos Vajna1-133/+133
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-25kill a typed Modify useBjoern Michaelsen1-2/+2
2015-03-24assert hard on misguided removalBjoern Michaelsen1-30/+23
2015-03-24code convention: member namesBjoern Michaelsen1-16/+16
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen2-5/+5
2015-03-24these can be moved out of the loopBjoern Michaelsen1-2/+2
2015-03-24remove use of GetDepends to access clientsBjoern Michaelsen1-4/+4
2015-03-23loplugin:constantfunction: swNoel Grandin1-13/+0
2015-03-19more privacy tweaksBjoern Michaelsen1-1/+1
2015-03-19rename SwClientIter to sw::ClientIteratorBaseBjoern Michaelsen1-6/+6
2015-03-19remove superficial helpersBjoern Michaelsen1-6/+6
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-17Fix MSVC buildStephan Bergmann1-0/+2
2015-03-16refactor iterationBjoern Michaelsen1-22/+9
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-2/+2
2015-03-14inline SwDepends trivialsBjoern Michaelsen1-25/+0
2015-03-14inline broadcast iterationsBjoern Michaelsen1-13/+0
2015-03-14simplify SwClientIter iterationBjoern Michaelsen1-14/+5
2015-03-14inline trivial SwModify functionsBjoern Michaelsen1-26/+0