summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+68
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna2-6/+0
2016-07-20Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna2-6/+0
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna2-6/+2
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna5-93/+30
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-8/+14
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin4-6/+6
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin6-8/+8
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann19-28/+31
2016-07-20use Any constructor instead of temporariesNoel Grandin5-27/+10
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-07-20tdf#95857 Sort out German plurals ...danielt9984-12/+12
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-2/+0
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock11-11/+11
2016-07-20Fix typosAndrea Gelmini3-3/+3
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock6-13/+13
2016-07-20sd: clean up remaining non-static isTiledRendering() usageMiklos Vajna5-14/+15
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-10/+0
2016-07-20Fix typosAndrea Gelmini34-39/+39
2016-07-20sd: lool search all - 2nd search did not work - fixedMarco Cecchetti1-0/+5
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2-6/+6
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-2/+2
2016-07-13Resolves: tdf#88396 switching to sidebar panel will toggle it *off*...Caolán McNamara1-0/+2
2016-07-13loplugin:staticcallStephan Bergmann1-4/+4
2016-07-13rhbz#1351292 correctly set edit modeDavid Tardon1-17/+40
2016-07-13Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara1-2/+11
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-5/+12
2016-07-12sc, sd: add per-view support to recently added LOK_CALLBACK_SET_PART callsMiklos Vajna1-3/+12
2016-07-12sd: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-7/+47
2016-07-12sd: implement per-view LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-2/+8
2016-07-12sd: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna1-1/+9
2016-07-12sd: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-2/+22
2016-07-12loplugin:constantparam in editengNoel Grandin1-1/+1
2016-07-12loplugin:unusedfieldsNoel Grandin9-24/+2
2016-07-12loplugin:unusedfields variousNoel Grandin8-21/+6
2016-07-12Remove excess newlinesChris Sherlock13-13/+0
2016-07-12CppunitTest_sd_tiledrendering: replace ifdefs with a single makefile conditionMiklos Vajna2-137/+165
2016-07-12tdf#97591: mark RTF clipboard format as text/rtfOliver Specht1-1/+1
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin4-21/+21
2016-07-12CppunitTest_sd_uimpress: fix loplugin:cppunitassertequals warningsMiklos Vajna1-8/+8
2016-07-12cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna1-0/+3
2016-07-12tdf#99224 PPTX export: implement support for images with textMiklos Vajna1-1/+0
2016-07-08sfx2 classification: add Type parameter to the UNO commandMiklos Vajna1-1/+7
2016-07-08sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-07-07sd: handle classification during copy&pasteMiklos Vajna1-1/+16
2016-07-07sd: copy doc metadata to clipboard documentMiklos Vajna1-0/+32
2016-07-07sfx2: make SfxClassificationHelper not require a full doc shellMiklos Vajna1-1/+1
2016-07-07sd: add classification toolbarMiklos Vajna4-0/+41