summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-04use C++11 iterationBjoern Michaelsen1-15/+12
2014-12-04use C++11 iterationBjoern Michaelsen1-9/+7
2014-12-04use C++11 iteration and simplify castBjoern Michaelsen1-9/+7
2014-12-04unnecessary castBjoern 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-12-04use C++11 iterationBjoern Michaelsen1-6/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-02Use parameter instead of static global access inside the module.Michaël Lefèvre1-21/+22
2014-12-02Use parameter instead of static access for inner module callMichaël Lefèvre1-29/+31
2014-12-01Use reference instead of pointerMichaël Lefèvre1-52/+52
2014-11-27SwFrm::GetBackgroundBrush(): silence assertMiklos Vajna1-1/+2
2014-11-25vcl: assert when LogicToPixel overflowsMichael Stahl1-1/+1