summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-06-01coverity#1302664 Unchecked dynamic_castCaolán McNamara1-2/+2
2015-06-01CppunitTest_sw_tiledrendering: add search start point testcaseMiklos Vajna2-0/+29
2015-06-01sw: SwTxtNode::CutImpl(): destination must be different nodeMichael Stahl1-260/+145
2015-06-01sw: SwTxtNode::CutImpl(): destination must be in same SwDocMichael Stahl1-19/+5
2015-06-01sw: SwTxtNode::CutText() requires a destinationMichael Stahl1-18/+4
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin2-3/+3
2015-06-01Translate German messageMatteo Casalin1-1/+1
2015-06-01SwDBManager: embed data source definition if possibleMiklos Vajna3-7/+55
2015-06-01Use o3tl::make_unique<>Miklos Vajna5-5/+9
2015-06-01tdf#79639 DOCX import: don't delay text frame conversion of in-header tablesMiklos Vajna2-0/+8
2015-06-01WaE - Fix C4389: ´==´ : signed/unsigned mismatchMatteo Casalin1-1/+1
2015-06-01Use auto or more proper integer types, avoid temporariesMatteo Casalin5-6/+5
2015-05-31tdf#91781 Reorganize writer's menu barYousuf Philips1-132/+227
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin1-11/+10
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin1-15/+14
2015-05-31Use size_t and range-based fo loopsMatteo Casalin1-6/+5
2015-05-31More proper tipes, avoid cast to wrong typeMatteo Casalin3-6/+6
2015-05-31Unuseful check, unless nLoop is signed (as returned by GetSNumber)Matteo Casalin1-2/+2
2015-05-31Use auto, intMatteo Casalin1-2/+2
2015-05-31Use size_t, auto and range-based for loopsMatteo Casalin7-35/+36
2015-05-31Use auto and range-based for loopsMatteo Casalin1-3/+3
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin1-26/+21
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin1-30/+24
2015-05-31Use std::find instead of custom codeMatteo Casalin1-41/+29
2015-05-31Use more explicative namesMatteo Casalin1-27/+27
2015-05-31Simplify and optimize (no need to count footnotes/endnotes)Matteo Casalin1-9/+18
2015-05-31Use more proper types and range-based for loopsMatteo Casalin1-11/+8
2015-05-31tdf#81475 Additional work on the formatting and draw toolbarYousuf Philips5-30/+32
2015-05-30SimplifyMatteo Casalin1-6/+3
2015-05-30Fix indentationMatteo Casalin1-62/+55
2015-05-30Use size_t for GetMemberCount/GetMemberMatteo Casalin2-60/+58
2015-05-300 is fine hereMatteo Casalin1-1/+1
2015-05-30Fix TB Linux-F19-x86_64_14-with-checkJulien Nabet1-9/+9
2015-05-29VclPtr: tdf#91396 crash after tool options and sidebar switchingCaolán McNamara2-5/+6
2015-05-29Fix Mac TBs by unhidding testSkipImages()Julien Nabet1-2/+2
2015-05-29Revert "skip SkipImages unit test on MacOs"Julien Nabet1-1/+1
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh1-0/+2
2015-05-29fix Invalid Read on conversion of ooo95991-1.odt to pdfCaolán McNamara6-17/+36
2015-05-29add test for frame backgroundsVarun Dhall2-0/+115
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks9-12/+12
2015-05-29split sw unoapi test for performanceBjoern Michaelsen9-71/+249
2015-05-29LOK: add DOCUMENT_SIZE_CHANGED testcaseMiklos Vajna2-0/+33
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann27-51/+51
2015-05-28brown paper bagStephan Bergmann6-28/+28
2015-05-28loplugin:unreffunStephan Bergmann1-1/+4
2015-05-28Replace SWAP_IF_[NOT_]SWAPPED/UNDO_SWAP with RAII classesStephan Bergmann7-192/+160
2015-05-28loplugin:stringconstantStephan Bergmann1-1/+1
2015-05-28SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna1-0/+10
2015-05-28Unit test related to tdf#89783: more than 64k PageDescsKatarina Behrens1-0/+50
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin3-3/+3