summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2016-03-07add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size"Eike Rathke1-444/+445
2016-03-07Resolves: tdf#98389 check memory requirement of matrixEike Rathke1-0/+6
2016-03-07loplugin:unuseddefaultparamsNoel Grandin3-5/+4
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-1/+3
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin8-25/+14
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers1-0/+8
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin19-76/+50
2016-03-02Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke1-3/+3
2016-02-26handle SearchWildcard API optionEike Rathke1-0/+1
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke1-1/+2
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke1-9/+5
2016-02-20let ConvertToSearchType() also adapt the regex bool, tdf#72196Eike Rathke1-5/+0
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke1-7/+34
2016-02-20add Wildcards UNO API implementation, tdf#72196Eike Rathke2-0/+3
2016-02-20add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke1-0/+6
2016-02-19new loplugin: find write-only fieldsNoel Grandin3-10/+5
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke2-5/+7
2016-02-18fix DEBUG_MATRIX buildMarkus Mohrhard1-2/+8
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard3-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-17tdf#91013 Add new uno commands to freeze one row and column.Gulsah Kose1-0/+2
2016-02-16-Werror,-Winconsistent-missing-overrideStephan Bergmann1-2/+2
2016-02-16single element access is really slow in mdds, tdf#67071Markus Mohrhard1-0/+12
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard4-0/+8
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin2-33/+0
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis4-4/+92
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin1-0/+2
2016-02-08loplugin:unusedmethodsNoel Grandin3-35/+0
2016-02-06vcl: split exception types from input typesChris Sherlock1-6/+5
2016-02-05Avoid ambiguities among operator[] overloadsStephan Bergmann1-20/+0
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis3-4/+95
2016-02-03sc: replace boost::bind with C++11 lambdaMichael Stahl2-2/+0
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul1-1/+1
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis2-11/+3
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31RecentFunctionsChanged doesn't do anything since...Caolán McNamara1-1/+0
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-4/+5
2016-01-25tdf#86567 Dropdown for conditional formattingMaxim Monastirsky1-0/+1
2016-01-25Drop unused definesMaxim Monastirsky1-2/+0
2016-01-22Move sc/source/ui/dbgui/validate.cxx from scui to scStephan Bergmann1-3/+0
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis3-1/+15
2016-01-21IMHO " : " doesn't need to be localizable, tdf#95878 follow-upEike Rathke1-2/+1
2016-01-19loplugin:unusedmethods in sc/Noel Grandin4-15/+0
2016-01-18tdf#95878 made more useful function suggestion system in formula editingKeigo Kawamura1-1/+4
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin38-122/+54
2016-01-13sc: remove last ptr_map includesMichael Stahl2-2/+0
2016-01-12sc: try to fix MSVC buildMichael Stahl1-4/+3