summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)AuthorFilesLines
2015-01-23sw: redo check in SwFEShell::FindAnchorPos() a bit (related: fdo#87760)Michael Stahl1-3/+4
2015-01-22Resolves: fdo#87760 if we can't anchor at hidden text then...Caolán McNamara1-3/+11
2015-01-22Related: fdo#87760 don't crash on searching for a place to put the anchorCaolán McNamara1-1/+2
2015-01-21SwSection::GetFmt const-correctnessStephan Bergmann1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn3-9/+8
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin2-23/+23
2015-01-07sal_uInt16 to size_tMatteo Casalin1-5/+5
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-2/+1
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-25sal_uInt16 to size_tMatteo Casalin2-4/+4
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part1)Julien Nabet3-222/+224
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+7
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-10/+8
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-03fdo#86929: Kill FOREACHPAM_START for goodBjoern Michaelsen1-5/+4
2014-12-03move size() into the container tooBjoern Michaelsen1-1/+1
2014-12-02rename numberOf() to STL-like size()Bjoern Michaelsen1-1/+1
2014-12-02WaE: variable 'bRet' is used uninitialized whenever 'if' condition is trueTor Lillqvist1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin6-13/+13
2014-11-19loplugin: cstylecastNoel Grandin8-226/+226
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin2-2/+2
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin2-8/+8
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin2-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák2-15/+20
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás1-2/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-14Wrong unnecessarily deep downcastsStephan Bergmann1-1/+1
2014-10-13convert SW_TAB #defines to enumNoel Grandin1-12/+12
2014-10-12convert SW_MOVE constants to enumNoel Grandin1-22/+22
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin2-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-10/+10
2014-09-10MM: introduce SwDoc::Append helper functionJan-Marek Glogowski1-0/+4
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin2-7/+5
2014-09-05Some minor MM related refactoringJan-Marek Glogowski1-13/+6
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-1/+1
2014-08-18Typo: loop on all Marks instead of processing Mark(0) over and overMatteo Casalin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-08-16Avoid redundant cehck and unneeded local scopeMatteo Casalin1-14/+8