summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2015-04-05WaE: elide construction of rtl::OUString with ASCII sal_Unicode argument ...Tor Lillqvist1-1/+1
2015-04-05Use more proper integer types and range-for loops, reduce scopeMatteo Casalin1-117/+104
2015-04-05Reduce scope and improve readabilityMatteo Casalin1-7/+6
2015-04-05Use +=Matteo Casalin1-4/+3
2015-04-05Use more proper integer types and range-for loopsMatteo Casalin1-49/+41
2015-04-05Use indexes in OUString::getTokenMatteo Casalin1-5/+7
2015-04-05SimplifyMatteo Casalin1-7/+6
2015-04-05Reduce OUString temporariesMatteo Casalin1-21/+12
2015-04-05Use more proper types and range-for loopsMatteo Casalin1-37/+39
2015-04-05Filled vector already provides nuber of itemsMatteo Casalin3-20/+19
2015-04-05Fix my previous commitsMatteo Casalin1-2/+2
2015-04-05Some OUString simplificationsMatteo Casalin1-13/+5
2015-04-05SimplifyMatteo Casalin1-42/+32
2015-04-05Avoid two special values as "whole array" flagMatteo Casalin1-5/+4
2015-04-05Default value of nLookahead is never overriddenMatteo Casalin1-4/+4
2015-04-05Use more proper integer typesMatteo Casalin1-14/+19
2015-04-04sw: prefix members of SwRootFrmMiklos Vajna6-170/+170
2015-04-04cppcheck: Identical code for different branchesJulien Nabet1-2/+1
2015-04-03Resolves: tdf#83977 Push/Pop before/after messing with the cursorCaolán McNamara1-2/+2
2015-04-03Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have oneCaolán McNamara1-1/+1
2015-04-03Resolves: tdf#87548 don't create a new list for each multiselection portionCaolán McNamara2-7/+19
2015-04-03Resolves: tdf#90099 group new style and change style together as one undoCaolán McNamara1-2/+30
2015-04-03use UNDO_EMPTY instead of bare 0Caolán McNamara1-2/+2
2015-04-03Resolves: tdf#89785 drop down list sizes locked in too earlyCaolán McNamara1-5/+6
2015-04-03DOCX export: use std::shared_ptr<> in FieldInfos::pFieldMiklos Vajna2-14/+4
2015-04-02sw: fix crash on SwUndoDelete after select-all with table at startMichael Stahl2-0/+2
2015-04-02tdf#87400: sw: fix ~SwIndexReg assertion in AutoCorrectMichael Stahl1-4/+10
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann21-33/+33
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann21-33/+33
2015-04-02use helpers some moreBjoern Michaelsen1-73/+42
2015-04-02condense item population code down a bitBjoern Michaelsen1-67/+38
2015-04-02use helpers some moreBjoern Michaelsen1-2/+2
2015-04-02throw instead of returning an empty AnyBjoern Michaelsen1-31/+28
2015-04-02throw instead of silent noopBjoern Michaelsen1-63/+60
2015-04-02simplify UNO boilerplateBjoern Michaelsen1-17/+11
2015-04-02simplify UNO boilerplateBjoern Michaelsen1-14/+8
2015-04-02be honest and throw about unimplemented functionsBjoern Michaelsen1-12/+4
2015-04-02loplugin:staticmethodsNoel Grandin9-13/+13
2015-04-02DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>Miklos Vajna2-16/+11
2015-04-01sw: remove pointless SolarMutexGuard in SwXTextMarkup::ModifyMichael Stahl1-1/+2
2015-04-01i#105557: fix locking for SwXTextMarkupMichael Stahl4-80/+113
2015-04-01sw: remove utterly pointless assignment in SwXFlatParagraph::changeText()Michael Stahl1-3/+1
2015-04-01Typo: wheter->whetherJulien Nabet1-1/+1
2015-04-01sw: fix error handling in SwXTextTable methodsMichael Stahl1-7/+41
2015-04-01tdf#88360: sw: fix crash on closing help in Navigator windowMichael Stahl1-9/+6
2015-04-01sw: -Werror=sign-compareMichael Stahl1-1/+1
2015-04-01WaE: comparison of integers of different signsTor Lillqvist1-1/+1
2015-04-01tdf#60060: DOCX export of section protectionEilidh McAdam2-1/+11
2015-04-01also refactor description setterBjoern Michaelsen1-32/+19
2015-04-01refactor labels getter on one baseBjoern Michaelsen1-30/+31