summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-08-12Fix typosAndrea Gelmini1-1/+1
2018-08-11tdf#119197: import some symbols as symbols, not as Math functionsMike Kaganski2-0/+13
2018-08-10tdf#91999 export/drawingml: shape rotate 180 is not specialJustin Luth3-1/+19
2018-08-10Revert "uitest for bug tdf#79569"Stephan Bergmann2-73/+0
2018-08-10tdf#116549 docx export: write "nil" to uninherit a borderJustin Luth3-3/+27
2018-08-10sw: document Extent and MergedParaMiklos Vajna1-0/+8
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin20-74/+47
2018-08-10sw: Reduce redundant copyTakeshi Abe1-8/+2
2018-08-09One last attempt at fixing UITest_writer_tests for Jenkins ASan+UBSan buildStephan Bergmann1-0/+1
2018-08-09forcepoint#72 negative string indexMichael Stahl3-3/+31
2018-08-09forcepoint73 deleted SwAnchoredObject still referenced in TmpConsiderWrapInflCaolán McNamara7-17/+41
2018-08-09dynamic_cast followed by static_castCaolán McNamara1-2/+2
2018-08-08sw TextGraphicObject: handle XBitmap for GraphicURLMiklos Vajna3-1/+41
2018-08-08sw HTML import: apply default table autoformat on cells in reqif modeMiklos Vajna8-5/+105
2018-08-08Temporarily sprinkle test code with debug print statementsStephan Bergmann1-0/+22
2018-08-08tdf#103961: delay merge of default props until exportJustin Luth1-1/+2
2018-08-08loplugin:unusedfieldsNoel Grandin2-5/+3
2018-08-08tdf#119136 GetPropertyFromStyleSheet infinite loopJustin Luth1-0/+0
2018-08-08Fix typosAndrea Gelmini1-1/+1
2018-08-07tdf#119130 only have the active postit as a dialog control...Caolán McNamara4-4/+12
2018-08-07sw doc model xml dump: handle frame format of table boxesMiklos Vajna1-0/+7
2018-08-07sw: Replace std::list with std::vector for simplicityTakeshi Abe1-3/+3
2018-08-07sw: fix ignored frames in AppendAllObjs()Michael Stahl1-3/+9
2018-08-07Ensure consistent pointer-to-member representation on MSVCStephan Bergmann1-0/+7
2018-08-07ofz#9733 drop bookmarks in deleted rangeCaolán McNamara4-9/+14
2018-08-07sw TextGraphicObject: fix GraphicURL handling in the descriptorMiklos Vajna3-0/+45
2018-08-07Try to make test_tdf81457_table_merge_undo deterministicStephan Bergmann1-0/+12
2018-08-07tdf#109137 sw textbox: fix initial wrap type of a shape's textboxMiklos Vajna3-0/+22
2018-08-06sw: prefix members of SwInsertConfigMiklos Vajna2-86/+86
2018-08-06sw: Prefer std::vector for SwLineOffsetArray to std::listTakeshi Abe1-3/+2
2018-08-06loplugin:useuniqueptr in WW8PLCFx_BookNoel Grandin2-6/+3
2018-08-06loplugin:useuniqueptr in WW8PLCFx_AtnBookNoel Grandin2-6/+3
2018-08-06loplugin:useuniqueptr in WW8PLCFx_FactoidBookNoel Grandin2-6/+3
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara3-3/+3
2018-08-05coverity#1438212 Unchecked dynamic_castCaolán McNamara1-3/+3
2018-08-05coverity#1438214 Unchecked dynamic_castCaolán McNamara1-3/+3
2018-08-05coverity#1438218 Unchecked dynamic_castCaolán McNamara1-3/+3
2018-08-05coverity#1438219 Unchecked dynamic_castCaolán McNamara1-3/+3
2018-08-05coverity#1438226 Unchecked dynamic_castCaolán McNamara1-4/+4
2018-08-05tdf#118859: Avoid trying to remove already removed nodesMike Kaganski1-16/+18
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski3-5/+5
2018-08-04Fix typosAndrea Gelmini1-1/+1
2018-08-04tdf#118980 - No "clear list" control on formatting toolbarheiko tietze2-0/+2
2018-08-03Fix use-after-free in SwLayAction::IsShortCutStephan Bergmann1-17/+14
2018-08-03Move angle normalization code from various places to toolsMike Kaganski2-2/+2
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara3-4/+4
2018-08-03forcepoint#69 ditch any unclosed m_pPosAfterTOC before dropping cursorCaolán McNamara1-0/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen154-0/+154
2018-08-02sw user field type: fix locale of string -> float conversionMiklos Vajna6-4/+92
2018-08-02loplugin:returnconstant in filterNoel Grandin1-2/+1