summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-07-12sc, sd: add per-view support to recently added LOK_CALLBACK_SET_PART callsMiklos Vajna1-3/+10
2016-07-12LOK: fire SET_PART event when Calc page is changedAshod Nakashian1-2/+0
2016-07-12sc: implement per-view LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-3/+15
2016-07-12sc: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna2-7/+69
2016-07-12sc: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna3-8/+42
2016-07-12sc: implement per-view LOK_CALLBACK_CELL_FORMULAMiklos Vajna2-5/+21
2016-07-12sc: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna5-12/+69
2016-07-12nConfigId is always 0Maxim Monastirsky1-1/+1
2016-07-12sc lok bccu#1519: More general solution to detecting cell resizes.Jan Holesovsky1-3/+0
2016-07-12there's no reason to be sparing with new linesEike Rathke1-26/+52
2016-07-12sc lok bccu#1519: Broadcast cell size changes, they affect the document size.Jan Holesovsky1-0/+3
2016-07-12loplugin:unusedfieldsNoel Grandin14-25/+8
2016-07-12loplugin:unusedfields variousNoel Grandin6-18/+10
2016-07-12editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna2-4/+2
2016-07-12Remove excess newlinesChris Sherlock7-9/+0
2016-07-12editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna2-16/+3
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin7-35/+35
2016-07-12sc: fix loplugin:passstuffbyrefMiklos Vajna1-4/+9
2016-07-12bccu#1893 - [PERFORMANCE] .uno:ViewRowColumnHeaders too slowAshod Nakashian1-23/+29
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-08Resolves: tdf#90285 do not reuse the same StartListeningContextEike Rathke1-1/+2
2016-07-08Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara5-21/+21
2016-07-08explicitly disable partial cell shift with change-tracking, tdf#73335 relatedEike Rathke1-0/+20
2016-07-08Resolves: tdf#91995 copying cells to undo doc shallow copied note pointerCaolán McNamara1-0/+4
2016-07-08tdf#73335 sc: ODF export: ignore ScChangeAction SC_CAT_NONE harderMichael Stahl1-1/+6
2016-07-07sc: handle classification during copy&pasteMiklos Vajna1-3/+26
2016-07-07sc: make metadata available in copy resultMiklos Vajna5-0/+50
2016-07-07sfx2: make SfxClassificationHelper not require a full doc shellMiklos Vajna1-1/+1
2016-07-07sc: add classification toolbarMiklos Vajna4-0/+27
2016-07-04Step towards disposing of ScDataFormDlg properlyKatarina Behrens2-3/+9
2016-07-04tdf#100641 correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke1-0/+22
2016-07-04tdf#75387: Don't case-fold strings for formula group calculationsTor Lillqvist1-4/+4
2016-07-04tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara5-3/+37
2016-07-04tdf#98515: Bail out early if kernel would have ridiculously many parametersTor Lillqvist1-0/+13
2016-06-26Resolves: tdf#100460 queryContentCells doesn't count annotations...Caolán McNamara3-0/+17
2016-06-26tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2-2/+2
2016-06-26don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard1-1/+1
2016-06-26we need the position in the formula converter, tdf#99093Markus Mohrhard1-22/+37
2016-06-20Linux x86 build fixAndras Timar1-1/+1
2016-06-20LOK: calc tile renderingAshod Nakashian1-1/+2
2016-06-20bccu#1845 - Calc tile rendering very slowAshod Nakashian1-7/+83
2016-06-20widen table-info capacity and count to SCSIZEAshod Nakashian2-5/+5
2016-06-20sc lok bccu#1610 - Tiles not rendering in large spreadsheetsAshod Nakashian3-13/+13
2016-06-20coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara2-55/+66
2016-06-20add TODO comment for a bugMarkus Mohrhard1-0/+2
2016-06-20extract another function from ScDocument::FillInfoMarkus Mohrhard1-54/+65
2016-06-20stylistic changes in ScDocument::FillInfoMarkus Mohrhard1-1/+4
2016-06-20limit scope of another variable in ScDocument::FillInfoMarkus Mohrhard1-2/+1
2016-06-20limit the scope of a few variable in ScDocument::FillInfoMarkus Mohrhard1-67/+18