summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-09-21fdo#83953 Jump to next change when accepting or rejecting a changeSamuel Mehrbrodt1-0/+2
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips5-0/+5
2014-09-21Related fdo#81475 Improve toolbar tooltips in Writer standard toolbarSamuel Mehrbrodt1-9/+9
2014-09-21fdo#81475 New layout for Writer standard and formatting toolbarsSamuel Mehrbrodt2-9/+18
2014-09-21handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák2-0/+9
2014-09-21Avoid manual realloc()Miklos Vajna2-7/+5
2014-09-19consider following redline as wellCaolán McNamara7-15/+48
2014-09-19refactor IsRedlineAtEndCaolán McNamara1-8/+12
2014-09-19fdo#62947 make IDs unique, fixes, better namesTomaž Vajngerl1-5/+4
2014-09-19fdo#83728 DOCX import: fix table alignmentMiklos Vajna2-0/+10
2014-09-19Missing dependenciesStephan Bergmann1-0/+2
2014-09-19Bug 62947 - UI Add.. in WriterBabu Vincent1-0/+27
2014-09-19SwCursor::SelectWordWT: include comment anchor character of a commented wordMiklos Vajna6-0/+45
2014-09-19Improve test for inlined html imageMatúš Kukan1-0/+4
2014-09-18typo: wrong commit hashMatúš Kukan1-1/+1
2014-09-18CppunitTest_sw_ooxmlexport: unused includesMiklos Vajna1-38/+0
2014-09-18DOCX import: fix handling of dropdown SDT around cellMiklos Vajna2-0/+17
2014-09-18HTML import test for image inlined in 'src' attribute (related: fdo#50763)Matúš Kukan3-0/+64
2014-09-18HTML import: fix importing of inlined images (related: fdo#50763)Matúš Kukan1-6/+15
2014-09-18Remove special case which is handled differently nowMatúš Kukan1-8/+1
2014-09-18fdo#82577: Handle FontNoel Grandin68-160/+161
2014-09-17TyposJulien Nabet2-2/+2
2014-09-17sw: html import test: local images shouldn't be file links (bnc#580834)Matúš Kukan4-0/+115
2014-09-17bnc#580834: HTML import: Embed images if source URL is a local file.Matúš Kukan1-12/+7
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-09-17MSWordExportBase: ignore empty annotation marksMiklos Vajna3-1/+28
2014-09-17Fix Windows build - the same thing in Writer.Jan Holesovsky1-9/+16
2014-09-17callcatcher: update unused codeCaolán McNamara10-212/+0
2014-09-17SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl1-1/+1
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter1-1/+1
2014-09-17Make it easier to add new color attributes to GetDocColorsKrisztian Pinter1-3/+3
2014-09-17Fix build errorKrisztian Pinter1-1/+1
2014-09-17Get more color attributes for document colors in WriterKrisztian Pinter1-6/+11
2014-09-17Remove unnecessary includeKrisztian Pinter1-1/+0
2014-09-17Add writer document font colors to color palettesKrisztian Pinter4-0/+48
2014-09-16DOCX import: handle w:sdt around w:r followed by a fieldMiklos Vajna2-0/+9
2014-09-16'Artur Dent' -> 'Arthur Dent'Caolán McNamara1-1/+1
2014-09-16Resolves: fdo#68967 looping layoutCaolán McNamara3-0/+11
2014-09-16Try to fix MacOSX-10.8_21-10.7SDK buildMiklos Vajna1-1/+1
2014-09-16-Werror,-Wunused-function, loplugin:bodynotinblockStephan Bergmann1-26/+1
2014-09-16-Werror,-Wsometimes-uninitializedStephan Bergmann1-3/+3
2014-09-16DOCX export: avoid inline shape inside shape textMiklos Vajna3-4/+13
2014-09-16Remove superfluous merge function.Eilidh McAdam2-254/+0
2014-09-16Make UNO and wizard mail merge use same function.Eilidh McAdam3-12/+42
2014-09-16fdo#70346 MM: add mail merge data to condition dictJan-Marek Glogowski5-45/+155
2014-09-16CppunitTest_sw_ooxmlsdrexport: clean up testLockedCanvas XPath expressionMiklos Vajna1-1/+1
2014-09-15CppunitTest_sw_odfexport: enable on WindowsMiklos Vajna1-1/+1
2014-09-15CppunitTest_sw_uiwriter: sal_Bool -> boolStephan Bergmann1-6/+6
2014-09-15sw: sal_Bool -> boolStephan Bergmann4-12/+12
2014-09-14avoid possible NULL dereference (fdo#82777)Luboš Luňák1-4/+4