summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-08-15mapping ERROR.TYPE to ORG.OPENOFFICE.ERRORTYPE was always wrongEike Rathke1-1/+1
2016-08-15Resolves: tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLSCaolán McNamara1-3/+3
2016-08-15Resolves: tdf#100123 prefer notation priority in detecting range/addressCaolán McNamara1-43/+91
2016-08-05sc: implement SfxUndoAction::GetViewShellId() interface ...Miklos Vajna5-3/+58
2016-08-03editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna2-2/+2
2016-08-02sc lok: add parameters for column/row resizeHenry Castro3-8/+74
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna20-32/+65
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna20-32/+32
2016-07-29No need for own implementation of erfc() in OpenCLTor Lillqvist3-192/+1
2016-07-29Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth1-3/+2
2016-07-26sc: implement LOK_CALLBACK_VIEW_LOCKMiklos Vajna3-4/+71
2016-07-22Resolves: tdf#100847 also external svEmptyCell is 0 in numeric contextEike Rathke1-1/+1
2016-07-22sc: provide size in the payload of LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna3-5/+44
2016-07-21sc lok: notify other views about selection changes of multiple cellsMiklos Vajna3-1/+54
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna3-1/+8
2016-07-21lok::Document::destroyView: clean up view cursors/selectionsMiklos Vajna1-0/+8
2016-07-21CppunitTest_sc_tiledrendering: clear reference to local var in timeMiklos Vajna1-0/+2
2016-07-20sc: add LOK_CALLBACK_CELL_VIEW_CURSOR testcaseMiklos Vajna1-2/+64
2016-07-20CppunitTest_sc_tiledrendering: replace ifdefs with a single makefile conditionMiklos Vajna2-16/+6
2016-07-20sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-0/+3
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna2-6/+0
2016-07-20Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna2-7/+0
2016-07-20Resolves: tdf#100764 check row when determining bounds for deleted rangeEike Rathke1-2/+8
2016-07-20forward compatibility for several _xlfn.ORG.OPENOFFICE.* functions in OOXMLEike Rathke1-1/+8
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna2-5/+2
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna14-215/+72
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-7/+7
2016-07-20sc: implement per-view resetSelection()Miklos Vajna1-1/+5
2016-07-20Give unique, comprehensible names to timers tdf#97087emahaldar/em1-2/+2
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-07-20remove some unnecessary castingNoel Grandin2-5/+5
2016-07-20Convert SC_MF to scoped enumNoel Grandin38-160/+170
2016-07-20tdf#99783 Invalidate SID_ATTR_CHAR_OVERLINEMaxim Monastirsky1-0/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann22-50/+62
2016-07-20use Any constructor instead of temporariesNoel Grandin14-129/+51
2016-07-20Fix typosAndrea Gelmini5-6/+6
2016-07-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann58-219/+203
2016-07-20tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-07-20tdf#84938 replace #define with scoped typed_flagsJochen Nitschke21-120/+131
2016-07-20sc tiled rendering: Fix a corner case with shift modifierPranav Kant2-14/+32
2016-07-20tdf#84938 replace #defined constant with scoped enum classJochen Nitschke4-304/+228
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-1/+0
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock3-3/+3
2016-07-20Fix typosAndrea Gelmini11-16/+16
2016-07-20unnecessary use of OUString constructorNoel Grandin9-15/+15
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock11-14/+14
2016-07-20sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna7-24/+24
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-6/+0
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann27-48/+48
2016-07-20Fix typosAndrea Gelmini61-69/+69