summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2016-07-06Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara
2016-06-10tdf#100257 - Data : XML Source does not workNoel Grandin
2016-06-03Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...Caolán McNamara
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti
2016-05-26tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock
2016-03-14tdf#94561 : Create notes drawing objects only once on sheet copyDennis Francis
2016-03-09Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke
2016-03-08Resolves: tdf#98389 check memory requirement of matrixEike Rathke
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke
2015-12-12tdf#96339 fix bug in sort listNoel Grandin
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke
2015-12-10sticky end col/row anchor for range references, tdf#92779Eike Rathke
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky
2015-12-01tdf#66668 - FILESAVE: Saving an XLSX file freezes CalcNoel Grandin
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin
2015-11-24sc: Implement Software Interpreter subsetting, similarly to openCL one.Jan Holesovsky
2015-11-24sc: Implement ScVectorRefMatrix.Jan Holesovsky
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin
2015-11-17sc: loplugin:badstaticsMichael Stahl
2015-11-16-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-13fix build "error: declaration of size shadows a member of 'this'"Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: inline LabelsTypeNoel Grandin
2015-11-13sc: rename ObjectSetType to ScDPObjectNoel Grandin
2015-11-13sc:rename ItemsType to ScDPItemDataVecNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga
2015-11-12remove fixme comment and fragments of things that are done since longEike Rathke
2015-11-11Comment about reserved SIDMaxim Monastirsky
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt