summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-04-28SwWrtShell::IntelligentCut return type is int/SwWrtShell::wordStephan Bergmann1-1/+1
2015-04-28SwView::PageUp/DownCrsr return types want to be boolStephan Bergmann2-9/+9
2015-04-28SwPagePreviewWin::MovePage return type wants to be boolStephan Bergmann2-4/+4
2015-04-28SwDocShell::ApplyStyles return type is sal_uInt16Stephan Bergmann1-1/+1
2015-04-28SwDocShell::Edit return type is sal_uInt16Stephan Bergmann1-1/+1
2015-04-28SwEditShell::Copy return type wants to be boolStephan Bergmann3-5/+5
2015-04-28SwDocShell::Delete/Hide return types want to be boolStephan Bergmann2-10/+10
2015-04-28fix assert on re-export of fdo72640-6.docx to docxCaolán McNamara1-0/+2
2015-04-28tdf#86606 Removal of additional direct formattingYousuf Philips1-18/+0
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann34-59/+59
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann2-2/+2
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna2-8/+5
2015-04-27tdf#69316: Sort numbering options meaningfullyKatarina Behrens1-3/+3
2015-04-27We run into this assertion too often when using LOKitTor Lillqvist1-1/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann15-22/+22
2015-04-27De-uglify switch-case statementKatarina Behrens1-4/+14
2015-04-27CppunitTest_sw_ooxmlsdrexport: split into two partsMiklos Vajna6-928/+953
2015-04-27tdf#86619 - Create new table context menu submenus and reorganize entriesYousuf Philips1-119/+133
2015-04-26Always show 'Bullets and Numbering' in context menu below 'Paragraph'Yousuf Philips1-1/+5
2015-04-25sw: same treatment for SwCursor's fake "copy constructor"Michael Stahl4-5/+9
2015-04-25sw: replace SwPaM's so-called "copy constructor"Michael Stahl10-21/+23
2015-04-25rhbz#1205072: sw: resource mangement SNAFU caused by SwPaM copy ctorMichael Stahl2-2/+3
2015-04-25sw: remove more SwAccessibleContext code that...Michael Stahl2-18/+0
2015-04-25sw: remove SwAccessibleDocument XEventListener buggy dead codeMichael Stahl4-64/+8
2015-04-25sw: prefix members of SwAccessibleContextMichael Stahl6-120/+120
2015-04-25sw: deploy some assertsMichael Stahl1-7/+7
2015-04-25sw: simplify and remove special case in SwHTMLParser::AddParSpace()Michael Stahl1-11/+2
2015-04-25sw: fix SwAccessibleParagraph crash on deleteMichael Stahl1-6/+3
2015-04-25Add missing info of page number statusbar field in writerYousuf Philips1-1/+1
2015-04-24sw tiled rendering: It is important not to center from the very beginning.Jan Holesovsky1-1/+2
2015-04-24DocxSdrExport::writeBoxItemLine: fix indentationMiklos Vajna1-8/+8
2015-04-24loplugin:simplifyboolStephan Bergmann47-96/+90
2015-04-24sw: revert type changes in SwFrm subclass destructorsMichael Stahl2-8/+0
2015-04-24sw: pointless castMichael Stahl1-1/+1
2015-04-24sw: merge the SwFrm::Destroy() into SwFrm::DestroyImpl()Michael Stahl4-26/+2
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl41-107/+251
2015-04-24tdf#90820: Revert "Hack to make an in-destruction SwFlyInCntFrm ...Michael Stahl1-4/+0
2015-04-24sw: -Werror=sign-compareMiklos Vajna3-6/+6
2015-04-24checkFrameBtlr() can be moved to DocxSdrExport::ImplMiklos Vajna2-10/+13
2015-04-23de-trainwreck if statementCaolán McNamara1-33/+34
2015-04-23fix scopeCaolán McNamara1-1/+1
2015-04-23cppcheck: cstyleCast, these cast's are unnecessary anywayCaolán McNamara1-9/+7
2015-04-23Avoid out-of-bounds container index on import of ooo112657-2.rtfMatúš Kukan1-1/+1
2015-04-23Avoid dereference a past-the-end iterator on import of fdo81650-2.docxMatúš Kukan1-11/+14
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-23fix duplicate attribute export to docx with ooo69297-4.odtCaolán McNamara4-9/+43
2015-04-23loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin7-17/+16
2015-04-23fix crash on export of ooo88740-1.odt to .docxCaolán McNamara1-5/+28
2015-04-23sw: remove misleading commentMichael Stahl1-1/+0