summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-03-24tdf#88230: Cleanup solar mutex yieldingPranav Kant1-4/+5
2015-03-23tdf#88001 -- Default document view, force single page rather than automaticvsfoote3-6/+6
2015-03-23Quick hack to bypass a test that fails on a Retina MacTor Lillqvist2-0/+27
2015-03-23disable asserts for some HTML export image properties valuesTomaž Vajngerl1-2/+4
2015-03-23WaE: comparison between signed and unsigned integer expressionsTor Lillqvist2-2/+2
2015-03-23-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-03-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann2-25/+24
2015-03-23fdo#39440 cppcheck cleanlinessMichael Dunphy4-6/+4
2015-03-23DocxAttributeOutput::m_pParagraph/RunSdtPrTokenChildren: use std::unique_ptrMiklos Vajna2-12/+7
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna2-9/+5
2015-03-23setGraphicSelection should use LOK_SETGRAPHICSELECTION_*Tomaž Vajngerl1-2/+2
2015-03-23sw tiled rendering: let single click start shape text editingMiklos Vajna1-0/+17
2015-03-23Add SwXTextDocument::registerCallback() testcase.Miklos Vajna2-1/+47
2015-03-23editeng tiled rendering: implement drag of the middle selection handleMiklos Vajna1-0/+12
2015-03-23Add SwXTextDocument::postMouseEvent() testcase.Miklos Vajna2-1/+20
2015-03-23loplugin:constantfunction: swNoel Grandin47-242/+55
2015-03-23tdf#81475 added/removed/rearranged buttons from various toolbarsYousuf Philips6-24/+29
2015-03-22Related tdf#89791: Add unit testJulien Nabet2-0/+9
2015-03-22Add missing ellipsis to “Format All Comments”Adolfo Jayme Barrientos1-1/+1
2015-03-21avoid crash on layout of ooo77837-1.odtCaolán McNamara3-0/+19
2015-03-21TransHighlightColor: update descriptionZolnai Tamás1-1/+1
2015-03-21Avoid C style cast in sw_globalfilter testZolnai Tamás1-11/+11
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás10-83/+123
2015-03-21Char highlight: test related to editing of MSO background attributesZolnai Tamás2-0/+117
2015-03-21Char highlight: editing by "Highlighting" buttonZolnai Tamás1-2/+52
2015-03-21Char shading: use a marker for character background imported from MSO shadingZolnai Tamás8-17/+68
2015-03-21Char highlight: export character background to MSO formats based on settingsZolnai Tamás3-1/+20
2015-03-21Char highlight: editing by Character Properties dialogZolnai Tamás1-7/+26
2015-03-21Char highlight: ODT filtersZolnai Tamás2-8/+25
2015-03-21Char highlight: DOC filtersZolnai Tamás4-10/+23
2015-03-21Char highlight: RTF filtersZolnai Tamás10-192/+93
2015-03-21Char highlight: enable DOCX importZolnai Tamás1-2/+2
2015-03-20Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann6-4/+115
2015-03-20use static_cast<> and typeid, its fasterBjoern Michaelsen1-5/+5
2015-03-20more testcodeBjoern Michaelsen1-1/+47
2015-03-20copy a full OtherTestClient implementationBjoern Michaelsen1-17/+10
2015-03-20make ClientIteratorBase only know about WriterListenerBjoern Michaelsen2-24/+25
2015-03-20fix double delete on loading ooo123605-1.odtCaolán McNamara1-0/+2
2015-03-20fix assert on loading ooo74082-1.docCaolán McNamara1-3/+3
2015-03-20fix a bunch of crashtest import failuresCaolán McNamara4-15/+12
2015-03-20Staroffice->StarOfficeCaolán McNamara1-1/+1
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-2/+1
2015-03-20Fix various loplugin warningsStephan Bergmann1-3/+5
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose47-206/+206
2015-03-20DocxSdrExport::Impl: use std::unique_ptr for m_pDashLineStyleAttrMiklos Vajna2-6/+4
2015-03-20use IsChanged() some moreBjoern Michaelsen1-2/+2
2015-03-20add unittestBjoern Michaelsen1-0/+95
2015-03-20remove spurious friend and forward-declBjoern Michaelsen1-2/+0
2015-03-20introduce Sync() helperBjoern Michaelsen1-8/+9
2015-03-20move IsChanged to shared baseBjoern Michaelsen1-2/+2