summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2017-03-06convert HTMLInputType to scoped enumNoel Grandin
2017-03-06convert HTMLScriptLanguage to scoped enumNoel Grandin
2017-03-06convert ScrollingMode to scoped enumNoel Grandin
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin
2017-03-06remove unnecessary castsJochen Nitschke
2017-03-04sw: translate german comments in atrftn.cxxMichael Stahl
2017-03-04sw: remove unused id RES_TXTATR_FLDCHGMichael Stahl
2017-03-04sw: translate german comments in atrfld.cxxMichael Stahl
2017-03-04sw: translate german comments in fntcap.cxxMichael Stahl
2017-03-04sw: translate german comments in ndhints.cxxMichael Stahl
2017-03-04sw: translate german comments in swfont.cxxMichael Stahl
2017-03-04sw: translate german comments in txtedt.cxxMichael Stahl
2017-03-04sw: remove unused declarationsMichael Stahl
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03tdf#106291: WW8 import: Properly treat column spansMike Kaganski
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03Fix typosAndrea Gelmini
2017-03-03sw: rework input field line breaking test to use portions directlyTomaž Vajngerl
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin
2017-03-03another test that seems to depend on the available fontsMarkus Mohrhard
2017-03-02the test seems to depend on our bundled fontsMarkus Mohrhard
2017-03-02tdf#101178 sw: DOCX export: fix crashMichael Stahl
2017-03-02sw: Fix STL assert on DOCX export of ooo29679-42.odtMichael Stahl
2017-03-02Clean up use of integer typesStephan Bergmann
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