summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
AgeCommit message (Expand)AuthorFilesLines
2015-01-26coverity#708424 Uninitialized scalar fieldCaolán McNamara1-9/+20
2015-01-26coverity#1266443 Dereference after null checkCaolán McNamara1-1/+1
2015-01-25coverity#1266507 Useless callCaolán McNamara1-2/+1
2015-01-23do not use manual iterationBjoern Michaelsen1-1/+11
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann4-9/+9
2015-01-21Factor out SwFmtPageDesc::dumpAsXml() from docnodeMiklos Vajna1-0/+14
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn4-14/+10
2015-01-16sw: missing nullptr checkMiklos Vajna1-1/+1
2015-01-16SwRootFrm::CheckViewLayout: never center pages when doing tiled renderingMiklos Vajna1-3/+3
2015-01-15Factor out SwFmtNoBalancedColumns::dumpAsXml() from docnodeMiklos Vajna1-0/+8
2015-01-13fix debug stl assert about unsorted range on loading ooo42586-1.sxwCaolán McNamara1-0/+3
2015-01-12More overflowing InvalidateWindows(SwRect(0, 0, MAX, MAX))Stephan Bergmann1-1/+1
2015-01-12remove FRMC_ #definesNoel Grandin9-15/+15
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre1-6/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-3/+3
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2-6/+6
2015-01-07fdo#83354: Chart is truncated - moved down outside the margins of the objectZolnai Tamás1-1/+7
2015-02-03Typo: consequetive->consecutiveJulien Nabet1-6/+6
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna1-0/+32
2014-12-25sal_uInt16 to size_tMatteo Casalin2-5/+5
2014-12-22Factor out SwFmtSurround::dumpAsXml() from docnodeMiklos Vajna1-0/+17
2014-12-22Factor out SwFmtAnchor::dumpAsXml() from nodedumpMiklos Vajna1-0/+24
2014-12-22Factor out SwFmtHoriOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+11
2014-12-22Factor out SwFmtVertOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+10
2014-12-20Factor out SwFmtFrmSize::dumpAsXml() from nodedumpMiklos Vajna1-0/+19
2014-12-19Factor out SwFmtCntnt::dumpAsXml() from nodedumpMiklos Vajna1-0/+8
2014-12-18sw: prefix SwTabFrm membersMichael Stahl2-56/+68
2014-12-18sw: prefix SwRowFrm membersMichael Stahl1-10/+10
2014-12-18sw: prefix SwCellFrm membersMichael Stahl1-3/+3
2014-12-18sw: prefix SwLayoutFrm membersMichael Stahl1-3/+3
2014-12-18fdo#87199: sw: fix root cause of a11y crash when merging cellsMichael Stahl1-6/+0
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl10-25/+25
2014-12-17sw: prefix SwLayoutFrm::pLowerMichael Stahl8-31/+31
2014-12-15Resolves: fdo#87199 deregister during destroy as lower of upperCaolán McNamara1-0/+6
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-58/+19
2014-12-10coverity#738980 Use after freeCaolán McNamara1-9/+17
2014-12-10Resolves: fdo#53460 crashes after casting SwTxtFrm to unrelated SwLayoutFrmCaolán McNamara1-9/+8
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida1-2/+2
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+4
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2-0/+41
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-0/+5
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+9
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+3
2014-12-04use C++11 iterationBjoern Michaelsen1-12/+9
2014-12-04use C++11 iterationBjoern Michaelsen1-17/+14