summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Fix typosAndrea Gelmini29-39/+39
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann33-196/+208
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin1-3/+1
2017-03-02bypass exception throwing and catchingNoel Grandin1-12/+5
2017-03-02elide the SwSurround enumNoel Grandin50-323/+256
2017-03-02sw: replace hardcoded 1 with TRISTATE_TRUEJochen Nitschke1-1/+1
2017-03-02no need to use smart pointers for DataFlavorExVectorJochen Nitschke2-2/+2
2017-03-01Resolves: tdf#106261 throw away old node map for tableCaolán McNamara1-0/+8
2017-03-01sw: remove some more hardcoded 1 with TRISTATE_TRUEMichael Stahl1-2/+2
2017-03-01tdf#77111 sw: fix page number offset on table dialog "Text Flow"Michael Stahl3-27/+49
2017-03-01reorg SwBreakIt to just create it at the startCaolán McNamara2-29/+14
2017-03-01remove UsedOrUnusedVirtObjPred and replace it with a small lambdaBjoern Michaelsen1-10/+1
2017-03-01move GetOrdNumForNewRef() and CreateNewRef() ...Bjoern Michaelsen4-65/+55
2017-03-01move predicates into only using compilation unitBjoern Michaelsen2-60/+31
2017-03-01Use consistent integer types in the SwRedlineTable interfaceStephan Bergmann3-6/+9
2017-03-01tdf#77111 cui,sw: fix page number offset on paragraph dialog "Text Flow"Michael Stahl1-3/+18
2017-03-01simplify setContextWritingMode a bitBjoern Michaelsen1-13/+9
2017-03-01tdf#106001: Clamp CharScaleWidth outliers when exporting to DOCXAron Budea3-1/+14
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin29-147/+129
2017-02-28new loplugin unoanyNoel Grandin24-54/+51
2017-02-28tdf#77111 sw: add unit test, fix getting PageNumberOffset propertyMichael Stahl5-4/+42
2017-02-28tdf#103931 DOCX import: fix lost section breakMiklos Vajna2-0/+8
2017-02-28fold CreateVirtObj()Bjoern Michaelsen2-14/+3
2017-02-28use a vector of unique_ptr for explicit memory managementBjoern Michaelsen2-79/+32
2017-02-28remove DestroyVirtObj memberBjoern Michaelsen2-20/+2
2017-02-28remove const code duplicationBjoern Michaelsen2-14/+4
2017-02-28Fold SetMaster() CompletelyBjoern Michaelsen2-23/+6
2017-02-28make SetMaster private in SwDrawContactBjoern Michaelsen1-1/+1
2017-02-28move troublesome SetMaster from SwContact down to SwDrawContactBjoern Michaelsen2-14/+6
2017-02-27Clean up use of integer typesStephan Bergmann2-6/+6
2017-02-27OSL_ENSURE->assertCaolán McNamara1-4/+4
2017-02-27use std::unique_ptrCaolán McNamara2-36/+25
2017-02-27tdf#77111 odt import: treat PAGEDESC_PAGENUMOFFSET==0 as autoJustin Luth1-1/+1
2017-02-27sw: prefix members of SwLayNotifyMiklos Vajna2-4/+4
2017-02-27own the SwFlyDrawObj by SwFlyDrawContact w/ unique_ptrBjoern Michaelsen2-10/+9
2017-02-27add missing modeline etc. boilerplateBjoern Michaelsen6-0/+54
2017-02-27Fix typo footenote -> footnoteGulsah Kose4-4/+4
2017-02-27convert spell menu to .uiCaolán McNamara9-142/+240
2017-02-25re org things a little to quieten coverity warningsCaolán McNamara5-6/+17
2017-02-25coverity#1371301 Missing move assignment operatorCaolán McNamara1-1/+1
2017-02-25Revert "convert spell menu to .ui"Markus Mohrhard7-237/+139
2017-02-24convert spell menu to .uiCaolán McNamara7-139/+237
2017-02-24loplugin:loopvartoosmallStephan Bergmann1-2/+1
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara2-28/+27
2017-02-24&front may not be null in empty vector case, but that's not true here anywayCaolán McNamara1-7/+5
2017-02-24no need to take address of front()Caolán McNamara1-6/+6
2017-02-24Restructure sprm value definition using ispmd, fSpec, sgc, spraMike Kaganski1-322/+350
2017-02-24Rename sprm ids to match [MS-DOC] documentationMike Kaganski13-575/+669
2017-02-24sw: re-add handling of Center footnote alignmentMichael Stahl1-0/+2
2017-02-24Notebookbar: Better resize supportSzymon Kłos1-104/+165