summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/layact.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-5/+5
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-12-04use C++11 iteration and simplify castBjoern Michaelsen1-29/+28
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+6
2014-11-24loplugin: cstylecastNoel Grandin1-72/+72
2014-11-18coverity#735517 Logically dead codeCaolán McNamara1-2/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+0
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin1-5/+5
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-11/+9
2014-11-12Revert "coverity#735657 Division or modulo by float zero"Caolán McNamara1-1/+2
2014-11-12coverity#735657 Division or modulo by float zeroCaolán McNamara1-2/+1
2014-10-29Fix -fsanitize=signed-integer-overflowStephan Bergmann1-9/+4
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-11/+9
2014-08-26Refactor a tiny bit of SwLayAction::IsShortCutJan-Marek Glogowski1-4/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-0/+1
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-0/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-13coverity#1213064 Dereference after null checkCaolán McNamara1-1/+2
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold1-1/+0
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