summaryrefslogtreecommitdiff
path: root/sw/qa
AgeCommit message (Expand)Author
2016-10-15clang-cl loplugin: swStephan Bergmann
2016-10-14tdf#64038 ODF import: fix handling of space following <text:s>Michael Stahl
2016-10-14coverity#1371215 Missing move assignment operatorCaolán McNamara
2016-10-13move round-tripables to ww8exportJustin Luth
2016-10-12convert PD_ constants to typed_flagsNoel Grandin
2016-10-11tdf#103001 DOCX export: fix RelId cache when switching streamsMiklos Vajna
2016-10-11move round-tripables to ooxmlexportJustin Luth
2016-10-10tdf#95367 DOCX: allow r-t of changed first/follow sectionsJustin Luth
2016-10-07tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes
2016-10-05tdf#103025 sw: don't format header/footer in SwPageFrame::PreparePage()Michael Stahl
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-04comphelper: move setTiledPainting() from SfxViewShellMiklos Vajna
2016-10-04crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara
2016-10-04tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna
2016-10-03Fix typosAndrea Gelmini
2016-10-03n#780843 revert part of docx testcaseJustin Luth
2016-09-29sw lok: disable pixel alignment of cursor logic valuesMiklos Vajna
2016-09-29Resolves: tdf#102334 Some hidden text not imported as hidden correctlyCaolán McNamara
2016-09-29tdf#90697 unit test for an unused FirstPage headerJustin Luth
2016-09-28Reintroduce "tdf#90697 unit test for rtf import"Samuel Mehrbrodt
2016-09-28fftester: cut out middle man in deref null ptr and get addressCaolán McNamara
2016-09-28sw: remove defensive programming bullshit in lcl_AssureFieldMarksSetMichael Stahl
2016-09-27Revert "tdf#90697 unit test for rtf import"Samuel Mehrbrodt
2016-09-27sw: avoid emitting invalid cursor pos during end text edit of commentMiklos Vajna
2016-09-27tdf#87914 sw: add an initial .uno:SmallCaps commandMiklos Vajna
2016-09-27tdf#90697 unit test for rtf importSamuel Mehrbrodt
2016-09-26CppunitTest_sw_uiwriter: avoid SfxLokHelperMiklos Vajna
2016-09-23tdf#94987 Create directories for temp filenamesJan-Marek Glogowski
2016-09-23tdf#102384 sw: avoid moving cursors of other windows in SwTextNode::Update()Miklos Vajna
2016-09-22loplugin:unnecessaryvirtualNoel Grandin
2016-09-22sw: move LOK_CALLBACK_VIEW_CURSOR_VISIBLE to SwCursorShellMiklos Vajna
2016-09-21lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna
2016-09-21Related: tdf#102308 sw: ignore seconds when combining redlinesMiklos Vajna
2016-09-20tdf#102308 sw: improve redline timestamp precisionMiklos Vajna
2016-09-20tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna
2016-09-19sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna
2016-09-15sw: allow select of redline by indexMiklos Vajna
2016-09-15tdf#53856 writerfilter set parentless style based on defaultJustin Luth
2016-09-14sw draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna
2016-09-13sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13sw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION as part of registerCallback()Miklos Vajna
2016-09-13tdf#89315 writerfilter add missing parents to out-of-order stylesJustin Luth
2016-09-12sw: emit LOK_CALLBACK_TEXT_VIEW_SELECTION as part of registerCallback()Miklos Vajna
2016-09-12sw: emit LOK_CALLBACK_VIEW_CURSOR_VISIBLE as part of registerCallback()Miklos Vajna
2016-09-12sw: implement SdrMarkView::GetSfxViewShell() APIMiklos Vajna
2016-09-12fftester: break as soon as an exception is requiredCaolán McNamara