summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ftnfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-03error: reference cannot be bound to dereferenced null pointerStephan Bergmann1-1/+1
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-78/+78
2014-04-23dealine -> deadlineMiklos Vajna1-1/+1
2014-04-23ftnfrm: Translated comments from German to EnglishTobias Mueller (ideabox)1-31/+58
2014-04-18Thanks Badaa and Jiayanmin but we don't use in-line commit commentsTor Lillqvist1-2/+2
2014-04-14typo: exspected -> expectedThomas Arnhold1-3/+3
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-03-22coverity#736847 Dereference before null checkCaolán McNamara1-1/+2
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-07coverity#708852 help coverity out hereCaolán McNamara1-2/+10
2014-02-16fdo#39468: Translate German comments in sw/source/core/layout/Philipp Riemer1-295/+251
2014-02-15fdo#51304: Remove @author annotation in sw/source/corePhilipp Riemer1-2/+0
2014-02-15deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-33/+0
2014-02-15(un)doxygen-ize comments in sw/source/core/layout/Philipp Riemer1-2/+2
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-298/+17
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-5/+5
2013-09-14sw: unused includes in ftnfrmMiklos Vajna1-7/+0
2013-08-14String to OUString + prefix names of data membersMatteo Casalin1-2/+4
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-02-09SwFrm: rename member variables missing their prefixMiklos Vajna1-7/+7
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27sal_Bool to boolTakeshi Abe1-2/+2
2012-11-26sal_Bool to boolTakeshi Abe1-29/+29
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-7/+7
2012-09-11-Werror,-Wnon-literal-null-conversion (various sw)Stephan Bergmann1-1/+1
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin1-5/+6
2012-07-04sw: tell InsertNewPage() if that'll be a first pageMiklos Vajna1-2/+2
2012-06-25Convert methods in ftnbos.hxx from Svptrarr to std::vectorNoel Grandin1-19/+19
2012-06-01Bin MA_FASTCALL nonsenseTor Lillqvist1-1/+1
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann1-6/+6
2012-02-18fdo#39510: fix yet more layout crashes in ~SwRootFrm:Michael Stahl1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-4/+4
2012-01-14Some cppcheck cleaningJulien Nabet1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-2/+2
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-3/+2
2011-06-24Resolves: fdo#38623 imported .doc crashes layoutCaolán McNamara1-1/+1
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-23/+0
2011-04-18all bogus comments removed keeping the indentationJúlio Hoffimann1-35/+35
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-35/+56
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-15fix compile with debug enabledMichael Meeks1-1/+1
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-141/+143