summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Resolves: rhbz#SwDataChanged dtor accesses deleted PaMCaolán McNamara1-4/+6
2015-01-07fdo#86963 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapesMiklos Vajna1-2/+11
2015-01-07Resolves: fdo#73165 don't restart timer if already runningCaolán McNamara1-2/+4
2015-01-07fdo#83354: Chart is truncated - moved down outside the margins of the objectZolnai Tamás1-1/+6
2015-01-06fdo#82041 restore heading 3 and 4 color to automatic (4.4)V Stuart Foote1-4/+0
2014-12-19fdo#87199: sw: fix root cause of a11y crash when merging cellsMichael Stahl1-1/+3
2014-12-15fdo#74981: sw: fix input field handling when splitting paragraphsMichael Stahl1-4/+5
2014-12-15fdo#85876: Revert "fdo#74981: cutting nothing should do nothing, ...Michael Stahl1-2/+0
2014-12-11Add undo operation for deleting a bookmark + unit test, related fdo#51741Matúš Kukan5-22/+44
2014-12-11fdo#51741 Mark document as modified on bookmark rename / deleteRenato Ferreira4-2/+17
2014-12-11Use IDocumentMarkAccess::findMark hereMatúš Kukan1-10/+3
2014-12-11Writer: Set document as modified and add undo when renaming bookmarksMatúš Kukan3-22/+87
2014-12-11do not save UNO marks in undo historyLuboš Luňák1-4/+6
2014-12-10fdo#75137: Can't Move Cursor Between Footnotes with Up/Down Arrow KeysTakeshi Abe1-1/+1
2014-12-10sw: don't assert when SwXBookmark creates duplicate CrossRef*BookmarkMichael Stahl1-5/+7
2014-12-10Resolves: fdo#53460 crashes after casting SwTxtFrm to unrelated SwLayoutFrmCaolán McNamara1-9/+8
2014-12-07fdo#42785 fix crashing again with this doc in 4-4 seriesCaolán McNamara1-1/+1
2014-11-25fdo#83798: sw: fix generation of ToX with chapter numbersMichael Stahl1-2/+2
2014-11-20fdo#85554 SwXShape: fix getting ZOrder property when doc contains TextBoxesMiklos Vajna2-0/+32
2014-11-20sw: convert more legacy assertsMichael Stahl5-36/+34
2014-11-20SwTxtNode::IsIgnoredCharFmtForNumbering: ignore RES_CHRATR_COLORMiklos Vajna2-2/+23
2014-11-20sw: move IsIgnoredCharFmtForNumbering() to SwTxtNodeMiklos Vajna1-3/+2
2014-11-19fdo#85872: sw: fix crash in insert index dialogMichael Stahl1-4/+7
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna1-1/+1
2014-11-19sw: include the font of SwNumberPortions in layout dumpMiklos Vajna6-6/+28
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann1-10/+1
2014-11-19loplugin: cstylecastNoel Grandin17-543/+543
2014-11-19loplugin: cstylecastNoel Grandin38-308/+308
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna28-104/+86
2014-11-19move docfunc to own headerBjoern Michaelsen2-0/+2
2014-11-18coverity#735514 Logically dead codeCaolán McNamara1-51/+47
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18gcc 4.8.3 lets us do it, but not everyone elseCaolán McNamara1-19/+43
2014-11-18coverity#735517 Logically dead codeCaolán McNamara1-2/+1
2014-11-18Move remaining static vars into the properties containerMichaël Lefèvre1-71/+67
2014-11-18Move static pSpecsSubLines into properties containerMichaël Lefèvre1-19/+19
2014-11-18Move static pProgress into properties containerMichaël Lefèvre1-15/+13
2014-11-18Move static n*Pixel* into properties containerMichaël Lefèvre1-62/+60
2014-11-18Move *RetoucheFly* into properties containerMichaël Lefèvre1-28/+27
2014-11-18Move bFlyMetafile and pFlyMetafileOut into properties containerMichaël Lefèvre1-26/+24
2014-11-18Move pGlobalShell into properties containerMichaël Lefèvre1-118/+116
2014-11-18Move pFlyOnly into properties containerMichaël Lefèvre1-11/+9
2014-11-18Move scale factors inside the properties containerMichaël Lefèvre1-37/+39
2014-11-18Remove dead codeMichaël Lefèvre1-15/+2
2014-11-18Make const variables constMichaël Lefèvre1-4/+2
2014-11-18Put properties in their own structureMichaël Lefèvre1-24/+34
2014-11-18fdo#86131 SwXTextField::getAnchor: handle postit field with annotation markMiklos Vajna1-0/+14
2014-11-18loplugin: cstylecastNoel Grandin23-311/+311
2014-11-17third argument should be SfxFilterFlagsCaolán McNamara1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl12-1/+17