summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl29-50/+95
2015-03-11SwDBManager::MergeMailFiles: merge two bCreateSingleFile blocksMiklos Vajna1-3/+2
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák1-11/+44
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák2-2/+40
2015-03-11do not needlessly make overriden functions more privateLuboš Luňák1-5/+6
2015-03-11avoid creating temporary document copies in non-singlefile MM modeLuboš Luňák1-10/+36
2015-03-11do not create temp file(s) during MM if not neededLuboš Luňák1-12/+16
2015-03-11fix build after my hasty commitNoel Grandin4-6/+6
2015-03-11fix windows buildNoel Grandin7-8/+8
2015-03-11convert MarkType to enum classNoel Grandin26-96/+98
2015-03-11convert tExternalDataType to enum classNoel Grandin3-6/+7
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin30-124/+114
2015-03-11convert SetAttrMode to enum classNoel Grandin55-188/+192
2015-03-11DocxAttribouteOutput::m_pHyperlinkAttrList: use unique_ptrMiklos Vajna2-6/+3
2015-03-11Avoid casting SvxBrushItem:nShadingValueZolnai Tamás1-3/+3
2015-03-11sw: s/eEnde/eEnd/Michael Stahl5-16/+16
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara7-61/+33
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara2-5/+4
2015-03-10DocxAttributeOutput::m_pParagraphSpacingAttrList: use unique_ptrMiklos Vajna2-9/+5
2015-03-09tdf#84102: Expose duplicated "level" accessible attribute.Jacobo Aragunde Pérez1-0/+2
2015-03-09Whitespace in a recent commit.Jan Holesovsky1-2/+2
2015-03-09tdf#89705 hyperlink clickable in writer (not in impress, yet)Siqi Liu1-0/+10
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna2-14/+8
2015-03-09sw: when tiled rendering, disable map mode of SwEditWin earlyMiklos Vajna3-11/+16
2015-03-09SwViewShell: store tiled rendering state in SdrModelMiklos Vajna3-22/+10
2015-03-09Use SwCrsrShell::SelTblBox()Miklos Vajna4-12/+4
2015-03-09LOK: add LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna1-0/+6
2015-03-09SwEditWin: disable map mode in LogicMouseButtonUp/DownMiklos Vajna1-13/+27
2015-03-09SwCursor: when tiled rendering also select word before the pointMiklos Vajna1-1/+12
2015-03-09SwEditWin: when tiled rendering, let double click select an empty cellMiklos Vajna4-4/+18
2015-03-09SwShellTableCrsr::FillStartEnd: make sure that the rectangle's width is not 0Miklos Vajna1-4/+4
2015-03-09DocxAttributeOutput::m_pSectionSpacingAttrList: use std::unique_ptrMiklos Vajna2-5/+2
2015-03-08sw: prefix global variables in edtwinMiklos Vajna12-150/+150
2015-03-08libreofficekit, svx, sw: fix typosMiklos Vajna1-1/+1
2015-03-08tdf#49893: fix for missing header on page 2Vasily Melenchuk2-0/+13
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna1-3/+3
2015-03-06gdk_window_move_region is not helpfulCaolán McNamara1-2/+35
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl2-2/+2
2015-03-06Timer: Faster Word CountTobias Madl1-1/+2
2015-03-06Timer to idleTobias Madl2-16/+16
2015-03-06Idle: Changed to new enum nameTobias Madl8-8/+8
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl8-8/+8
2015-03-06Idle and Timer are now completely independentTobias Madl1-0/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl14-8/+15
2015-03-06Timer: Reversed some Idles to TimerTobias Madl2-11/+11
2015-03-06DocxAttributeOutput::m_pCharLangAttrList: use unique_ptrMiklos Vajna2-13/+7
2015-03-05V801: Decreased performanceCaolán McNamara23-83/+83
2015-03-05DocxAttributeOutput: use std::unique_ptrMiklos Vajna2-13/+7
2015-03-04V801: Decreased performanceCaolán McNamara14-31/+31
2015-03-04Avoid bad downcast of SwFrmFmt to SwSectionFmtStephan Bergmann1-2/+4