summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-6/+6
2015-01-21SwSection::GetFmt const-correctnessStephan Bergmann1-2/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn3-5/+8
2015-01-07fdo#79409 allow selection from list field in protected sectionAndras Timar1-1/+1
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18Related fdo#86929: Kill FOREACHPAM_START for good (final part)Julien Nabet1-7/+7
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-3/+2
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet11-134/+149
2014-12-10Typo: postion(s)=>position(s)Julien Nabet1-1/+1
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen3-3/+3
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen3-7/+7
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen2-3/+3
2014-12-05more const correctnessBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+6
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+6
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+6
2014-12-04use C++11 iterationBjoern Michaelsen1-4/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-6/+5
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+7
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+8
2014-12-04use C++11 iterationBjoern Michaelsen1-4/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+7
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+5
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+5
2014-12-04use C++11 iterationBjoern Michaelsen1-9/+9
2014-12-04use C++11 iterationBjoern Michaelsen1-4/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+6
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-03move container stuff out of sw::Ring<>Bjoern Michaelsen1-1/+1
2014-12-02De-/Increase fontsize when multi-sized textDaniel Sikeler1-143/+71
2014-12-02kill FOREACHPAM_START/FOREACHPAM_ENDBjoern Michaelsen1-5/+7
2014-12-02use new typesafer implementationBjoern Michaelsen2-6/+9
2014-11-25loplugin: cstylecastNoel Grandin6-9/+9
2014-11-23dead assign (clang)Bjoern Michaelsen1-1/+0
2014-11-20sw: convert more legacy assertsMichael Stahl1-9/+6
2014-11-19loplugin: cstylecastNoel Grandin16-74/+74
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna3-4/+4
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-3/+2
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-4/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin3-5/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3
2014-11-08coverity#1251172 Dereference null return valueCaolán McNamara1-1/+1
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás1-31/+2
2014-11-03fdo#35862 De-/Increase font when multi-sized textDaniel Sikeler1-1/+175
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-2/+2