summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke6-0/+30
2016-11-22Retain sheet protect options throughout unprotect/protect sessionMike Kaganski1-5/+8
2016-11-22remove some more global OUStringsNoel Grandin2-24/+14
2016-11-21Remove excessive parenthesis.Kohei Yoshida1-1/+1
2016-11-22unit test for tdf#104096, ScRange::Parse() with trailing charactersEike Rathke1-0/+4
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek17-27/+0
2016-11-21Resolves: tdf#104096 reset also rRawRes if trailing characters are presentEike Rathke1-1/+1
2016-11-21tdf#48140 Replace uno call from worksheethelper.cxxBartosz Kosiorek5-58/+59
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek21-58/+0
2016-11-21convert inventorId to scoped enumNoel Grandin9-19/+19
2016-11-21connectivity, sc: add missing #include <osl/endian.h>Michael Stahl1-0/+1
2016-11-21update N() test case / test for bug tdf#102215Zdeněk Crhonek1-380/+591
2016-11-21add ROT13 test caseZdeněk Crhonek1-0/+1251
2016-11-21add missing deps for MS XML 2003 filterDavid Tardon2-0/+8
2016-11-21add missing deps on ui filesDavid Tardon1-0/+5
2016-11-21tdf#48140 Replace uno CellRangeAddress and CellAddress with direct callsBartosz Kosiorek4-163/+160
2016-11-21new loplugin datamembershadowNoel Grandin3-4/+1
2016-11-20add ROMAN test caseZdeněk Crhonek1-0/+1330
2016-11-20Simplify this code.Tamás Zolnai1-6/+9
2016-11-20Fix this unit testTamás Zolnai1-1/+3
2016-11-19Revert "Use rtl::Reference to wrap ScAccessibleEditObject here."Kohei Yoshida2-23/+20
2016-11-20PivotMedian: ODS import / export of pivot table medianTamás Zolnai3-1/+44
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai13-21/+64
2016-11-20Display localized function names in Pivot Layout dialogTamás Zolnai1-12/+18
2016-11-20Remove some unused resource stringsTamás Zolnai2-55/+0
2016-11-20Remove unused macroTamás Zolnai1-2/+0
2016-11-19tdf#48140 Replace CellAddress uno calls with direct accessBartosz Kosiorek5-19/+11
2016-11-19Use rtl::Reference to wrap ScAccessibleEditObject here.Kohei Yoshida2-20/+23
2016-11-19strip now obsolete comment partEike Rathke1-3/+1
2016-11-19sc-perf: lock drawing layer during creation of captions for SaveEike Rathke1-0/+14
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek18-56/+1
2016-11-19LOK - Calc: unit test for invalidation on row insertMarco Cecchetti1-1/+49
2016-11-19sc-perf: bundle SdrObject::BroadcastObjectChange() calls during SaveEike Rathke1-0/+5
2016-11-19LOK - Calc: unit test for invalidation on copy/paste to the doc bottomMarco Cecchetti1-0/+44
2016-11-19LOK - Calc: use the tiled rendering area as visible area in PaintAreaMarco Cecchetti1-15/+29
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti3-7/+9
2016-11-18Missing XComponent.dispose calls in screenshot testsStephan Bergmann1-0/+3
2016-11-18tdf#103960: The import of UCS2 data uses a different code path.Jan Holesovsky2-0/+13
2016-11-18fdo#71409: Prevent the a11y code from creating an edit view instance.Kohei Yoshida3-7/+22
2016-11-18Use std::unique_ptr for pEditEngine.Kohei Yoshida2-50/+49
2016-11-18Use std::unique_ptr for EditView.Kohei Yoshida2-50/+51
2016-11-18includes should be at the top of the fileNoel Grandin2-5/+6
2016-11-18starmath: fix loplugin:cppunitassertequals warningsMiklos Vajna1-2/+2
2016-11-17Re-label more class members private from protected.Kohei Yoshida1-1/+1
2016-11-17Resolves: tdf#103994 AdjustReferenceOnMove: handle external referencesEike Rathke1-0/+14
2016-11-17add RIGHT and RIGHTB test caseZdeněk Crhonek2-0/+2983
2016-11-17Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-0/+4
2016-11-17loplugin:unusedfieldsNoel Grandin2-4/+0
2016-11-17Add Skeleton for DataProvider ClassJaskaran Singh3-0/+92
2016-11-17Remove redundant checks on nullptr.Kohei Yoshida1-10/+5