summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/layact.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-06SwLayAction: there can be only one, so assert thatMichael Stahl1-6/+11
2014-04-30sw: sal_Bool->boolNoel Grandin1-138/+138
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-03-31sw: unused includes in layactMiklos Vajna1-21/+0
2014-03-18Add a couple SAL_INFOsTor Lillqvist1-0/+4
2014-03-11Bin noise "SMARTTAG" comments from 2006Tor Lillqvist1-7/+7
2014-03-02pProgress is always NULLMatteo Casalin1-3/+0
2014-03-02bStopPrt is always falseMatteo Casalin1-11/+1
2014-02-16deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-7/+0
2014-02-16fdo#62475 - remove visual noisePhilipp Riemer1-1/+0
2014-02-15deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-4/+0
2014-02-15(un)doxygen-ize comments in sw/source/core/layout/Philipp Riemer1-12/+12
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-109/+18
2014-02-06Typo: formating -> formattingJulien Nabet1-1/+1
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-2/+2
2014-01-16sal_Bool to boolTakeshi Abe1-1/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-2/+2
2013-12-30valgrind: invalid read on deleted SwPageFrmCaolán McNamara1-1/+1
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin1-1/+1
2013-12-10Don't bother with the red/green rectangle on non-desktopTor Lillqvist1-1/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-14/+14
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
2013-08-02Resolves: #i122885# handle SmartTag related exceptions gracefullyHerbert Dürr1-6/+11
2013-06-06Revert "bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPage...Miklos Vajna1-1/+1
2013-06-06bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPageFrmMiklos Vajna1-1/+1
2013-04-17Reintroduce unlockPositionOfObjects().Jan Holesovsky1-0/+26
2013-04-12i#23187: Fix crash of the document.Jan Holesovsky1-93/+49
2013-03-27-Wunused-macrosStephan Bergmann1-12/+0
2013-02-23sw: rename member variables missing their prefix in ViewShellMiklos Vajna1-2/+2
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
2013-01-01remove use of #pragma optimizeLuboš Luňák1-2/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27sal_Bool to boolTakeshi Abe1-19/+19
2012-10-02Remove dead codeTakeshi Abe1-3/+0
2012-09-22sal_Bool to boolTakeshi Abe1-2/+2
2012-07-26Convert SV_DECL_VARARR(SwRects) to std::vectorNoel Grandin1-8/+7
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-02-18Translated German comments to EnglishDavid Vogt1-132/+124
2012-01-17sw: translate some commentsMichael Stahl1-2/+2
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-7/+0
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-11/+9
2011-10-25WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot1-5/+5
2011-09-01fdo#40344: reverted commit 6f7bd9Cédric Bosdonnat1-19/+1
2011-08-17Header/Footer: Update the whole page when SwFooterFrm is invalidCédric Bosdonnat1-22/+35
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-43/+40
2011-05-03Use GetBoundRect() instead of Frm() in layout.Sébastien Le Ray1-14/+18
2011-05-03Use page bounding box for layout computations.Sébastien Le Ray1-35/+28