summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock22-42/+42
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-7/+0
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin4-7/+4
2016-07-20Fix typosAndrea Gelmini110-126/+126
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-4/+4
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-2/+1
2016-07-20sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna3-15/+7
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-13tdf#99090 docx export page-break only inside a paragraphJustin Luth2-1/+19
2016-07-13Resolves: tdf#100813 crash during pagination of particular docxCaolán McNamara1-0/+3
2016-07-12silence vcl release mouse warningCaolán McNamara1-1/+2
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist3-4/+0
2016-07-12sw lok: move filtering of callbacks during paint to desktopMiklos Vajna1-3/+0
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-2/+6
2016-07-12sw comments: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna3-4/+16
2016-07-12new loplugin fpcomparisonNoel Grandin1-2/+2
2016-07-12nConfigId is always 0Maxim Monastirsky1-1/+1
2016-07-12loplugin:constantparam in editengNoel Grandin1-1/+1
2016-07-12loplugin:unusedfieldsNoel Grandin4-22/+1
2016-07-12editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna4-8/+5
2016-07-12Remove excess newlinesChris Sherlock20-43/+0
2016-07-12editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna2-2/+0
2016-07-12sw: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-9/+20
2016-07-12sw: implement per-view LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-1/+4
2016-07-12sw: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-1/+5
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin1-9/+7
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin24-256/+185
2016-07-12sw: implement per-view LOK_CALLBACK_SET_PARTMiklos Vajna1-1/+4
2016-07-12sfx2 classification: use auto where it improves code readabilityMiklos Vajna1-21/+17
2016-07-12sw: prefix members of SwLayoutModeModifierMiklos Vajna2-7/+7
2016-07-12CppunitTest_sw_uwriter: fix loplugin:cppunitassertequals warningsMiklos Vajna2-70/+68
2016-07-12CppunitTest_sw_macros_test: fix loplugin:cppunitassertequals errorsMiklos Vajna1-4/+4
2016-07-12sw: translate last Anz occurrences in headersMiklos Vajna5-10/+10
2016-07-12drawinglayer, sw: indentation fixesMiklos Vajna4-5/+5
2016-07-08tdf#95367 inherit page style if no new one importedJustin Luth2-0/+5
2016-07-08tdf#96750 docx - ensure all styles are initializedJustin Luth2-0/+6
2016-07-08sw: fix crash on pasting from an already closed documentMiklos Vajna1-1/+2
2016-07-08sfx2 classification: add Type parameter to the UNO commandMiklos Vajna3-4/+12
2016-07-08sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-07-08sfx2 classification: do not hardcode policy type in SfxClassificationParserMiklos Vajna1-6/+8
2016-07-07sfx2 classification: merge common code from sw and writerfilterMiklos Vajna1-22/+2
2016-07-07RTF import: handle classification during copy&pasteMiklos Vajna4-0/+52
2016-07-07sfx2: make SfxClassificationHelper not require a full doc shellMiklos Vajna3-5/+15
2016-07-07sw: make metadata available in copy resultMiklos Vajna4-1/+37
2016-07-07Move classified copy/paste strings from sw to sfx2Miklos Vajna3-15/+4
2016-07-07RTF export: write user-defined document propertiesMiklos Vajna5-10/+65
2016-07-07RTF import: handle \staticvalMiklos Vajna2-0/+20
2016-07-07CppunitTest_sw_uiwriter: add classification copy/paste testcaseMiklos Vajna1-0/+27
2016-07-07Move copy/paste classification check from sw to sfx2Miklos Vajna1-18/+11