summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-06-20tdf#91781 Move watermark from insert to format menuYousuf Philips1-2/+2
2017-06-19tdf#108524 sw: attempt to split section frames inside table cellsMiklos Vajna3-4/+48
2017-06-19tdf#97362: TextPortionEnumerationTest partially migrated to python (part 2)jmzambon2-172/+201
2017-06-19tdf#85940 Use correct reference ID for QuotationXisco Fauli2-2/+2
2017-06-19sw: prefix members of SwTOXInternationalMiklos Vajna2-28/+28
2017-06-19tdf#108418 Fix vertical alignment of checkbox textGabor Kelemen1-1/+0
2017-06-19ofz: leaks in test harnessCaolán McNamara1-8/+15
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann41-440/+506
2017-06-19Watermark: Right-align labels in dialogAdolfo Jayme Barrientos1-5/+5
2017-06-19Watermark: auto size in the RTFSzymon Kłos2-0/+417
2017-06-18Typo: existance->existanceJulien Nabet2-6/+6
2017-06-18Removed duplicated includeAndrea Gelmini1-1/+0
2017-06-18Fix typosAndrea Gelmini1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke43-43/+0
2017-06-17ofz#2289 catch bad storage exceptionCaolán McNamara1-1/+10
2017-06-17create o3tl::array_viewNoel Grandin1-4/+2
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin3-8/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann141-615/+515
2017-06-16tdf#85161 implement ooxml SYMBOL field instructionMark Hung2-0/+5
2017-06-16Profiling API: add ProfileZonesLászló Németh4-0/+16
2017-06-16tdf#108524 sw: allow move of frame inside section without columnsMiklos Vajna1-9/+6
2017-06-16tdf#108486 Only apply hyperlink settings if something did changeSamuel Mehrbrodt1-0/+2
2017-06-16CPPUNIT_ASSERT_EQUAL type-mismatchStephan Bergmann1-1/+1
2017-06-16sw RTF filter: more cleanup of redundant virtual keywordsMiklos Vajna4-12/+8
2017-06-15tdf#103091 sw: add unit test for conditional style import/exportMichael Stahl2-0/+374
2017-06-15tdf#108524 sw: try to split rows that contain 1-col sectionsMiklos Vajna1-1/+16
2017-06-15Fix typosAndrea Gelmini2-2/+2
2017-06-15This SfxItemSet appears to be unusedStephan Bergmann1-5/+0
2017-06-15This SfxItemSet appears to be unusedStephan Bergmann1-3/+0
2017-06-15ofz: fix another leakCaolán McNamara2-8/+7
2017-06-15ofz: fix a leakCaolán McNamara2-3/+3
2017-06-15tdf#39468 Translate German comments/terms in sw/source/filter/ww8/ww8par5.cxxJens Carl1-11/+11
2017-06-15tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxxJens Carl1-56/+53
2017-06-15Related: tdf#108524 sw: dump follow/precede of cell frames in layout xml dumpMiklos Vajna2-0/+11
2017-06-15Watermark: RTF font import and exportSzymon Kłos2-3/+48
2017-06-15cid#1412761,1412762: Avoid signed intermediary resultsStephan Bergmann1-1/+1
2017-06-15Use unique_ptr for SwFormatClipboard membersStephan Bergmann2-30/+24
2017-06-15use std::unique_ptr in FlatFndBoxNoel Grandin2-9/+5
2017-06-14Use unique_ptr for HTMLAttrContext::pFrameItemSetStephan Bergmann2-7/+6
2017-06-14Use unique_ptr for SwASCIIParser::pItemSetStephan Bergmann1-5/+5
2017-06-14Use unique_ptr for SwXTextPortion::GetPropertyValue paramStephan Bergmann2-7/+6
2017-06-14Use unique_ptr for UnodTableCpyTable_Entry membersStephan Bergmann2-39/+27
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin14-35/+35
2017-06-14Use unique_ptr for SwRedlineItr::pSetStephan Bergmann2-4/+4
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin12-177/+112
2017-06-14tdf#43157 Clean up OSL_ASSERT, DBG_ASSERT, etc.Thomas Beck1-3/+3
2017-06-14tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxxJens Carl1-47/+46
2017-06-14Use vector<unique_ptr> for FlatFndBox::ppItemSetsStephan Bergmann2-11/+12
2017-06-14tdf#104640, tdf#108469: Insert image where the cursor isXisco Fauli1-1/+7
2017-06-14tdf#97362: TextPortionEnumerationTest partially migrated to python (test_port...jmzambon3-205/+1024