summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/laycache.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-22/+22
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-35/+35
2014-10-18sw: remaining unused methodsMiklos Vajna1-63/+0
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin1-6/+6
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-2/+2
2014-09-01fdo#75757: remove inheritance to std::vectorTakeshi Abe1-3/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-2/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-04-30sw: sal_Bool->boolNoel Grandin1-15/+15
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-14typo: avaiable -> availableThomas Arnhold1-1/+1
2014-03-31sw: unused includes in laycacheMiklos Vajna1-12/+0
2014-02-27Remove visual noise from swAlexander Wilms1-6/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-16fdo#62475 - remove visual noisePhilipp Riemer1-3/+0
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-34/+12
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-11/+11
2014-02-07coverity#708854 unused pointer valueNoel Grandin1-5/+5
2014-01-31coverity#984156 : Uninitialized scalar fieldNorbert Thiebaud1-6/+15
2014-01-31coverity#984157 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-17WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-14/+14
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-13/+13
2013-11-23rigth -> right (other occurences)Julien Nabet1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-22Bin useless swmod commentsTor Lillqvist1-2/+2
2013-10-22rFollowDesc -> aFollowDesc, it's not a referenceMiklos Vajna1-2/+2
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-3/+11
2013-06-20fdo#52028: sw: let text formatting ignore RSID in automatic stylesMichael Stahl1-2/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-3/+3
2013-04-11i#29679: Return early not to crash on ooo29679-57.odt in dbgutil build.Jan Holesovsky1-11/+5
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27sal_Bool to boolTakeshi Abe1-40/+40
2012-11-26sal_Bool to boolTakeshi Abe1-2/+2
2012-11-22sw: remove WorkaroundForB6375613Michael Stahl1-70/+0
2012-11-01valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-9/+10
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-07-06sw: InsertNewPage() should ignore GetFirstFmt() if it's sharedMiklos Vajna1-3/+0
2012-07-05sw: SwLayHelper should not consider the page after first page a first pageMiklos Vajna1-0/+5
2012-07-05SwLayHelper: when the page style name changes, we have a first pageMiklos Vajna1-1/+2
2012-07-04sw: tell InsertNewPage() if that'll be a first pageMiklos Vajna1-1/+1
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-3/+3
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-09Convert SV_DECL_PTRARR_DEL(SwPageFlyCache) to boost::ptr_vectorNoel Grandin1-3/+1