summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/pagechg.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-06Cleanup some core-case loops left untouched by my previous commitMatteo Casalin1-7/+10
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-10/+10
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-3/+4
2014-07-25coverity#704911 Dereference after null checkCaolán McNamara1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-06-26OSL_ENSURE->assertCaolán McNamara1-2/+2
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-1/+2
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-05-30coverity#704912 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-64/+64
2014-04-18Thanks Badaa and Jiayanmin but we don't use in-line commit commentsTor Lillqvist1-4/+2
2014-04-17cppcheck: Fix redundant assignments in the sw moduleChris Laplante1-4/+2
2014-04-17coverity#705493 Dereference null return valueCaolán McNamara1-5/+8
2014-03-31coverity#1194910 Dereference after null checkCaolán McNamara1-1/+1
2014-03-15coverity#704908 Dereference after null checkCaolán McNamara1-31/+35
2014-03-07sw: remove that GETGRID abominationMichael Stahl1-4/+24
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-22sal_Bool to bool and some simplificationsMatteo Casalin1-1/+1
2014-02-16deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-11/+0
2014-02-16fdo#62475 - remove visual noisePhilipp Riemer1-1/+0
2014-02-16fdo#39468: Translate German comments in sw/source/core/layout/Philipp Riemer1-201/+143
2014-02-15deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-4/+0
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-140/+13
2014-02-03cppcheck: Clarify calculation precedence for '%' and '?'Julien Nabet1-2/+2
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner1-1/+1
2013-12-30valgrind: invalid read on deleted SwPageFrmCaolán McNamara1-1/+11
2013-11-27Drop duplicate #includeTakeshi Abe1-1/+0
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-29/+29
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-1/+2
2013-06-27fix highest debugging level buildCaolán McNamara1-16/+0
2013-06-06Revert "bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPage...Miklos Vajna1-6/+1
2013-06-06bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPageFrmMiklos Vajna1-1/+6
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet1-12/+15
2013-05-15Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/YCaolán McNamara1-15/+12
2013-05-08sw: convert some usage of Point::X/Y to Point::set/getX/YMiklos Vajna1-12/+15
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-8/+8
2013-04-12i#23187: Fix crash of the document.Jan Holesovsky1-3/+1
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák1-1/+1
2013-03-15fdo#61952: sw: fix left/right-only page styles and first-pageMichael Stahl1-18/+10
2013-03-04Bin pointless PAGES01 commentsTor Lillqvist1-6/+3
2013-02-09SwFrm: rename member variables missing their prefixMiklos Vajna1-27/+27
2012-12-18SwFrm::CheckPageDescs: if bOdd is false, we want left formatMiklos Vajna1-1/+1
2012-12-18fdo#58376 SwFrm::CheckPageDescs: fix crash on fallbackMiklos Vajna1-1/+4
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-29sal_Bool to boolTakeshi Abe1-15/+15
2012-11-21unused variablesLuboš Luňák1-1/+0
2012-11-07sal_Bool to boolTakeshi Abe1-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-6/+6
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin1-7/+7