summaryrefslogtreecommitdiff
path: root/sw/qa
AgeCommit message (Expand)AuthorFilesLines
2016-09-15tdf#53856 writerfilter set parentless style based on defaultJustin Luth2-0/+9
2016-09-14sw draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna1-0/+4
2016-09-13sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna1-0/+12
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna1-0/+37
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-09-13sw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION as part of registerCallback()Miklos Vajna1-0/+4
2016-09-13tdf#89315 writerfilter add missing parents to out-of-order stylesJustin Luth1-0/+5
2016-09-12sw: emit LOK_CALLBACK_TEXT_VIEW_SELECTION as part of registerCallback()Miklos Vajna1-0/+37
2016-09-12sw: emit LOK_CALLBACK_VIEW_CURSOR_VISIBLE as part of registerCallback()Miklos Vajna1-0/+8
2016-09-12sw: implement SdrMarkView::GetSfxViewShell() APIMiklos Vajna1-0/+30
2016-09-12fftester: break as soon as an exception is requiredCaolán McNamara1-0/+0
2016-09-11rework to avoid coverity#1371295 Missing move assignment operatorCaolán McNamara1-7/+11
2016-09-09tdf#86926 writerfilter allow fallback if exceptionsJustin Luth2-0/+7
2016-09-08tdf#75221: make margin collapsing implementation conform OASIS proposalMike Kaganski2-0/+9
2016-09-08sw: remove qa/tiledrendering/tiledrendering.cxx againMiklos Vajna1-212/+0
2016-09-08tdf#81345 docx import fix default page break regressionJustin Luth2-0/+12
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin3-30/+30
2016-09-08tdf#101712 Writer Table Style; odf export; remove parent export for cell styleJakub Trzebiatowski2-0/+24
2016-09-07tdf#78727 sw: fix missing textbox text when anchored inside flying tableMiklos Vajna2-0/+11
2016-09-06tdf#44986 RTF import: handle \trwWidthA by faking cellsMiklos Vajna2-0/+45
2016-09-02tdf#62847 import image hyperlink in docxdrazil2-0/+6
2016-09-02tdf#76349 SpacingWithoutBorders: enable .doc RTJustin Luth2-0/+6
2016-09-02sw lok: avoid hiding / showing sdr mark handles on focus changeMiklos Vajna2-0/+41
2016-08-31tdf#96749: deal with missing custom headers/footers in docxJulien Nabet1-0/+0
2016-08-31fftester: non-contiguous cells, lets keep the test case thoughCaolán McNamara1-0/+0
2016-08-31inline some get-function-pointer-collection functionsNoel Grandin1-1/+1
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-1/+1
2016-08-31convert FindRanges to o3tl::typed_flags_setNoel Grandin1-1/+1
2016-08-31convert SwDocPositions to scoped enumNoel Grandin2-9/+9
2016-08-30tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth2-0/+10
2016-08-30Revert "fftester: non-contiguous cells"Michael Stahl1-0/+0
2016-08-30tdf#101589 MS import: set 1-row table to don't split if row is setJustin Luth1-0/+8
2016-08-30tdf#91083 ww8import: set table keep/split properties if emulatedJustin Luth2-0/+30
2016-08-30fftester: non-contiguous cellsCaolán McNamara1-0/+0
2016-08-30Related: tdf#44986 DOCX import: handle w:gridAfter by faking cellsMiklos Vajna2-0/+10
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2-14/+14
2016-08-29sw: use SwModule::GetRedlineAuthor() in SwTextShell::ExecField()Miklos Vajna1-0/+9
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist4-30/+30
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann2-9/+9
2016-08-29sw lok: emit REDLINE_TABLE_ENTRY_MODIFIED when deleting self-added charactersMiklos Vajna1-1/+32
2016-08-29Fix SwDoc::AppendDoc for trailing sectionsJan-Marek Glogowski2-0/+38
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-8/+11
2016-08-29tdf#101589 MS export: use dont-split-row for 1-row tableJustin Luth2-0/+6
2016-08-27fftester: empty tabbox protectionCaolán McNamara1-0/+0
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-3/+3
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-1/+1
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna1-1/+31
2016-08-18sw: fix accepting/rejecting a change by index when cursor is not at a redlineMiklos Vajna1-0/+32
2016-08-18sw redlining: support per-view authorsMiklos Vajna1-0/+30