summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-08-05loplugin:unusedmethodsNoel Grandin17-66/+1
2015-08-04Hide open remote button in standard toolbarYousuf Philips1-1/+1
2015-08-04tdf#91588 re-enable select button in draw toolbar in sw & scYousuf Philips1-1/+1
2015-08-04cppcheck: Variable 'bGrowBackwards' is assigned a value that is never usedJulien Nabet1-4/+1
2015-08-04sc: inline some use-once typedefsNoel Grandin24-91/+56
2015-08-04sal_uChar is deprecatedNoel Grandin1-2/+2
2015-08-04fdo#68016 Add unittests for ScChartListenerCollectionTobias Lippert4-4/+167
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert2-43/+12
2015-08-03new loplugin: refcountingNoel Grandin14-44/+45
2015-07-31sc: replace boost::function with std::functionMichael Stahl4-6/+8
2015-07-31TableRef: implement ScTableRefToken::IsGlobal() overrideEike Rathke2-0/+10
2015-07-31TableRef: add some SAL_WARN() when invalidating column names/offsetsEike Rathke1-2/+17
2015-07-31tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier1-1/+4
2015-07-30tdf#92918 Engineering notation lost with Add/Delete Decimal PlaceLaurent Balland-Poirier1-0/+6
2015-07-30tdf#39468 translated german comments in viewfunc*.cxxAlbert Thuswaldner3-27/+27
2015-07-30bnc#762542: Unit test for 1abc0695d770eebd21256a86aeee14a5384d84c7Jan Holesovsky2-0/+31
2015-07-30loplugin:unusedmethodsNoel Grandin9-80/+1
2015-07-29tdf#39468 translated german comments in output.cxx and output2.cxxAlbert Thuswaldner2-17/+17
2015-07-29translate some comments on the flyEike Rathke1-12/+12
2015-07-29TableRef: restoring column names in UpdateMoveTab() is now unnecessaryEike Rathke1-4/+2
2015-07-29TableRef: invalidate column names/offsets only if column span differsEike Rathke1-1/+2
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-07-29tdf#91802: Add reference edge to text orientationRishabh Kumar4-20/+210
2015-07-28tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantRaj Natarajan3-27/+20
2015-07-28inline "old" SbERR constantsNoel Grandin20-133/+133
2015-07-28inline the "old" SbxErr constantsNoel Grandin4-7/+7
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni3-0/+28
2015-07-27fix test for tdf#92547Benjamin Ni1-13/+16
2015-07-27TableRef: add unit testsEike Rathke2-0/+128
2015-07-27unit test for FORMULA() with and without array contextEike Rathke2-0/+43
2015-07-27tiledrendering: added getPartName method for calcMihai Varga2-0/+11
2015-07-25tdf#92256: Make OOXML filter CONV_A1_XL_A1 aware tooKatarina Behrens3-8/+18
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann5-12/+0
2015-07-24enable FORMULA() to be used in array contextEike Rathke2-0/+50
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens6-27/+50
2015-07-24File > Save As Remote - Calc and WriterSzymon Kłos1-0/+1
2015-07-24Open Remote file in Calc's menubarSzymon Kłos1-0/+1
2015-07-24Add test for OOXML part of tdf#99256Katarina Behrens2-0/+18
2015-07-24calc mapmode: Cleanup DrawBackground + fix one pixel size.Jan Holesovsky1-32/+33
2015-07-24calc mapmode: Refactor DrawBackground to use logic unitsKrisztian Pinter2-29/+60
2015-07-24calc mapmode: Pass RenderContext as reference in DrawNoteMarksKrisztian Pinter3-7/+7
2015-07-24calc mapmode: Pass RenderContext as reference in DrawFrameKrisztian Pinter4-32/+33
2015-07-24don't generate invalid XLSX filesMarkus Mohrhard1-5/+5
2015-07-24that comment is not correct anymoreMarkus Mohrhard1-2/+0
2015-07-23add unhandled case in switchMarkus Mohrhard1-0/+1
2015-07-23tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens6-1/+139
2015-07-23TableRef: generate error for header-less column references, tdf#91278 relatedEike Rathke1-30/+48
2015-07-23clear HasHeader at database range if table headerRowCount is 0Eike Rathke1-0/+9
2015-07-23handle ContainsHeader property at database rangeEike Rathke1-0/+9
2015-07-23inline a handful of use-once #definesNoel Grandin7-50/+11