summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-03-06sw: prefix members of SwRectFnSetMiklos Vajna1-74/+74
2017-03-06convert HTMLTableRules to scoped enumNoel Grandin1-7/+7
2017-03-06convert HTMLTableFrame to scoped enumNoel Grandin1-10/+10
2017-03-06convert HTMLInputType to scoped enumNoel Grandin1-32/+32
2017-03-06convert HTMLScriptLanguage to scoped enumNoel Grandin2-3/+3
2017-03-06convert ScrollingMode to scoped enumNoel Grandin3-10/+10
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin5-12/+11
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin13-27/+27
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin9-156/+135
2017-03-06remove unnecessary castsJochen Nitschke2-6/+5
2017-03-04sw: translate german comments in atrftn.cxxMichael Stahl3-32/+25
2017-03-04sw: remove unused id RES_TXTATR_FLDCHGMichael Stahl2-5/+0
2017-03-04sw: translate german comments in atrfld.cxxMichael Stahl1-17/+14
2017-03-04sw: translate german comments in fntcap.cxxMichael Stahl1-8/+7
2017-03-04sw: translate german comments in ndhints.cxxMichael Stahl1-15/+15
2017-03-04sw: translate german comments in swfont.cxxMichael Stahl3-25/+23
2017-03-04sw: translate german comments in txtedt.cxxMichael Stahl1-23/+14
2017-03-04sw: remove unused declarationsMichael Stahl1-5/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann146-1104/+1104
2017-03-03tdf#106291: WW8 import: Properly treat column spansMike Kaganski3-15/+82
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin28-67/+67
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-03-03sw: rework input field line breaking test to use portions directlyTomaž Vajngerl3-30/+193
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann3-5/+5
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin27-177/+191
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin15-28/+32
2017-03-03another test that seems to depend on the available fontsMarkus Mohrhard1-0/+2
2017-03-02the test seems to depend on our bundled fontsMarkus Mohrhard1-0/+4
2017-03-02tdf#101178 sw: DOCX export: fix crashMichael Stahl2-5/+3
2017-03-02sw: Fix STL assert on DOCX export of ooo29679-42.odtMichael Stahl3-1/+80
2017-03-02Clean up use of integer typesStephan Bergmann3-5/+6
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