summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/newfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin1-1/+1
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-0/+1
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-1/+1
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-04-18Thanks Badaa and Jiayanmin but we don't use in-line commit commentsTor Lillqvist1-4/+4
2014-04-01sw: unused include in newfrmMiklos Vajna1-12/+0
2014-02-16deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-3/+1
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-35/+6
2014-02-09coverity#1130483 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-20Freeze layout / page format normalization.Jan-Marek Glogowski1-1/+3
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-6/+6
2013-10-24valgrind: bIsVirtPageNum uninitializedCaolán McNamara1-2/+8
2013-10-22Bin useless swmod commentsTor Lillqvist1-4/+4
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-5/+9
2013-10-10Fix typo in silly OSL_ENSURE warning textTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-04Bin pointless PAGES01 commentsTor Lillqvist1-1/+0
2013-02-09SwFrm: rename member variables missing their prefixMiklos Vajna1-2/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27sal_Bool to boolTakeshi Abe1-3/+3
2012-10-16sal_Bool to boolTakeshi Abe1-1/+1
2012-09-06sw: tweak comment translationsMichael Stahl1-1/+2
2012-07-17Convert SV_DECL_PTRARR_SORT(SwCurrShells) to std::setNoel Grandin1-11/+10
2012-07-04sw: tell InsertNewPage() if that'll be a first pageMiklos Vajna1-1/+2
2012-06-29some pesky XubStringsCaolán McNamara1-1/+1
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin1-2/+1
2012-05-25Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vectorNoel Grandin1-1/+1
2012-02-27SwRootFrm::~SwRootFrm: refactor:Michael Stahl1-1/+8
2012-02-21Correct some spelling errors and trailing whitespaceDavid Vogt1-2/+2
2012-02-21Translated german code comments to englishDavid Vogt1-29/+27
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-2/+2
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-1/+1
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-1/+1
2011-11-18fdo#42534: SwRootFrm: clear SwLayouter in dtorCaolán McNamara1-2/+7
2011-09-23fdo#39510: comment addedBjoern Michaelsen1-0/+10
2011-09-22fdo#39510 lp#854626: crash on closing document with footnotesBjoern Michaelsen1-0/+1
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-1/+2
2011-05-11Fix crash when printing comments, fdo#37045.Noel Power1-1/+2
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-4/+0
2011-04-22all bogus comments finally removedJúlio Hoffimann1-1/+1
2011-04-18all bogus comments removed keeping the indentationJúlio Hoffimann1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-5/+46