summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin3-4/+4
2013-10-30-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2013-10-30DOCX filter: roundtrip more table style propertiesMiklos Vajna2-1/+74
2013-10-30Factor out DocxTableStyleExport from DocxAttributeOutputMiklos Vajna6-402/+512
2013-10-30DOCX export: initial w:tblStylePr handlingMiklos Vajna1-0/+45
2013-10-30Bin obsolete C30-only (some ancient Sun compiler) codeTor Lillqvist1-5/+0
2013-10-29cppcheck: fix Possible inefficient checking for emptinessJulien Nabet1-1/+1
2013-10-29sw: clone InputField dialog on input-field removalPierre-Eric Pelloux-Prayer4-3/+44
2013-10-29Resolves: fdo#69510 don't access beyond end of stringCaolán McNamara1-1/+2
2013-10-29DOCX export: handle table style's pPr / rPr from InteropGrabBagMiklos Vajna2-1/+104
2013-10-29cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-10-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-7/+7
2013-10-28DOCX filter: roundtrip semiHidden and unhideWhenUsed for table stylesMiklos Vajna2-1/+11
2013-10-28remove local css namespace definitionsThomas Arnhold2-4/+0
2013-10-28sw: make the uiwriter testcase a slowcheckMiklos Vajna1-1/+1
2013-10-28fdo#69893 fix SwWrtShell::SelAll() to work with empty table at doc startMiklos Vajna3-0/+22
2013-10-28SwUiWriterTest: allow loading a custom bugdocMiklos Vajna1-5/+7
2013-10-28Fingers slippedTor Lillqvist1-1/+1
2013-10-28Try a different way to not show the keyboard initially on iOSTor Lillqvist1-8/+8
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold10-84/+1
2013-10-26remove unused class SwItemPropertySetMatúš Kukan2-14/+0
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna185-905/+905
2013-10-25DOCX export: more table style export testcasesMiklos Vajna2-0/+12
2013-10-25move OOXML_COLOR_AUTO from writerfilter to msfilter, we need it from swMiklos Vajna1-0/+4
2013-10-25DOCX export: table style export: initial cell hanglingMiklos Vajna1-1/+39
2013-10-25DOCX export: table style export: handle tblStyleRowBandSize, etc.Miklos Vajna1-8/+60
2013-10-25fdo#44736 - set and fetch multiple properties concurrently 2Matúš Kukan4-54/+38
2013-10-25DOCX export: initial table style roundtrip testcaseMiklos Vajna1-0/+3
2013-10-25fdo#70861 SwToSfxPageDescAttr: fix call to SvxExtParagraphTabPageMiklos Vajna1-2/+3
2013-10-24fdo#54938: Remove SupportsServiceImpl from sw and use cppu insteadMarcos Paulo de Souza10-60/+27
2013-10-24DOCX filter: initial table style export based on InteropGrabBagMiklos Vajna2-0/+132
2013-10-24Don't allow selection handle movement to wrapTor Lillqvist1-0/+27
2013-10-24valgrind: bIsVirtPageNum uninitializedCaolán McNamara1-2/+8
2013-10-24-Werror,-Wunused-const-variableStephan Bergmann1-5/+0
2013-10-24Related: fdo#70571 allowing clicking on a hyperlink in a protected sectionCaolán McNamara1-3/+4
2013-10-24use MsLangId::isNonLatinWestern()Eike Rathke1-19/+2
2013-10-24Related: fdo#70571 say [ctrl+]click to follow linkCaolán McNamara7-19/+25
2013-10-24Resolves: fdo#70571 don't crash when clicking link in tocCaolán McNamara1-1/+1
2013-10-24WaE: declaration shadows a fieldTor Lillqvist1-2/+2
2013-10-24Use static_cast instead of C-style castTor Lillqvist1-1/+1
2013-10-24Bin a few pointless commentsTor Lillqvist2-15/+0
2013-10-24added links to the image in tiled renderingPtyl Dragon2-42/+85
2013-10-24tiledrendering extracts values when clicking renderPtyl Dragon2-305/+14
2013-10-24added callback for renderPtyl Dragon2-92/+343
2013-10-24Resolves: #i120879# import "Microsoft Word TOC bookmarks" as...Oliver-Rainer Wittmann10-102/+236
2013-10-24fixed build breaker SerbianEike Rathke1-1/+1
2013-10-23Fix indentationTor Lillqvist1-49/+51
2013-10-23WaE: statement aligned as second statement in if ... [loplugin]Tor Lillqvist1-1/+2
2013-10-23Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann17-495/+653
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin6-7/+7