summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2017-03-02Fix typosAndrea Gelmini
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin
2017-03-02bypass exception throwing and catchingNoel Grandin
2017-03-02elide the SwSurround enumNoel Grandin
2017-03-02sw: replace hardcoded 1 with TRISTATE_TRUEJochen Nitschke
2017-03-02no need to use smart pointers for DataFlavorExVectorJochen Nitschke
2017-03-01Resolves: tdf#106261 throw away old node map for tableCaolán McNamara
2017-03-01sw: remove some more hardcoded 1 with TRISTATE_TRUEMichael Stahl
2017-03-01tdf#77111 sw: fix page number offset on table dialog "Text Flow"Michael Stahl
2017-03-01reorg SwBreakIt to just create it at the startCaolán McNamara
2017-03-01remove UsedOrUnusedVirtObjPred and replace it with a small lambdaBjoern Michaelsen
2017-03-01move GetOrdNumForNewRef() and CreateNewRef() ...Bjoern Michaelsen
2017-03-01move predicates into only using compilation unitBjoern Michaelsen
2017-03-01Use consistent integer types in the SwRedlineTable interfaceStephan Bergmann
2017-03-01tdf#77111 cui,sw: fix page number offset on paragraph dialog "Text Flow"Michael Stahl
2017-03-01simplify setContextWritingMode a bitBjoern Michaelsen
2017-03-01tdf#106001: Clamp CharScaleWidth outliers when exporting to DOCXAron Budea
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-28tdf#77111 sw: add unit test, fix getting PageNumberOffset propertyMichael Stahl
2017-02-28tdf#103931 DOCX import: fix lost section breakMiklos Vajna
2017-02-28fold CreateVirtObj()Bjoern Michaelsen
2017-02-28use a vector of unique_ptr for explicit memory managementBjoern Michaelsen
2017-02-28remove DestroyVirtObj memberBjoern Michaelsen
2017-02-28remove const code duplicationBjoern Michaelsen
2017-02-28Fold SetMaster() CompletelyBjoern Michaelsen
2017-02-28make SetMaster private in SwDrawContactBjoern Michaelsen
2017-02-28move troublesome SetMaster from SwContact down to SwDrawContactBjoern Michaelsen
2017-02-27Clean up use of integer typesStephan Bergmann
2017-02-27OSL_ENSURE->assertCaolán McNamara
2017-02-27use std::unique_ptrCaolán McNamara
2017-02-27tdf#77111 odt import: treat PAGEDESC_PAGENUMOFFSET==0 as autoJustin Luth
2017-02-27sw: prefix members of SwLayNotifyMiklos Vajna
2017-02-27own the SwFlyDrawObj by SwFlyDrawContact w/ unique_ptrBjoern Michaelsen
2017-02-27add missing modeline etc. boilerplateBjoern Michaelsen
2017-02-27Fix typo footenote -> footnoteGulsah Kose
2017-02-27convert spell menu to .uiCaolán McNamara
2017-02-25re org things a little to quieten coverity warningsCaolán McNamara
2017-02-25coverity#1371301 Missing move assignment operatorCaolán McNamara
2017-02-25Revert "convert spell menu to .ui"Markus Mohrhard
2017-02-24convert spell menu to .uiCaolán McNamara
2017-02-24loplugin:loopvartoosmallStephan Bergmann
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-24&front may not be null in empty vector case, but that's not true here anywayCaolán McNamara
2017-02-24no need to take address of front()Caolán McNamara
2017-02-24Restructure sprm value definition using ispmd, fSpec, sgc, spraMike Kaganski
2017-02-24Rename sprm ids to match [MS-DOC] documentationMike Kaganski
2017-02-24sw: re-add handling of Center footnote alignmentMichael Stahl
2017-02-24Notebookbar: Better resize supportSzymon Kłos