summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2016-02-26handle SearchWildcard API optionEike Rathke
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke
2016-02-20let ConvertToSearchType() also adapt the regex bool, tdf#72196Eike Rathke
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke
2016-02-20add Wildcards UNO API implementation, tdf#72196Eike Rathke
2016-02-20add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2016-02-18fix DEBUG_MATRIX buildMarkus Mohrhard
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-17tdf#91013 Add new uno commands to freeze one row and column.Gulsah Kose
2016-02-16-Werror,-Winconsistent-missing-overrideStephan Bergmann
2016-02-16single element access is really slow in mdds, tdf#67071Markus Mohrhard
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-05Avoid ambiguities among operator[] overloadsStephan Bergmann
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis
2016-02-03sc: replace boost::bind with C++11 lambdaMichael Stahl
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2016-01-31RecentFunctionsChanged doesn't do anything since...Caolán McNamara
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-25tdf#86567 Dropdown for conditional formattingMaxim Monastirsky
2016-01-25Drop unused definesMaxim Monastirsky
2016-01-22Move sc/source/ui/dbgui/validate.cxx from scui to scStephan Bergmann
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis
2016-01-21IMHO " : " doesn't need to be localizable, tdf#95878 follow-upEike Rathke
2016-01-19loplugin:unusedmethods in sc/Noel Grandin
2016-01-18tdf#95878 made more useful function suggestion system in formula editingKeigo Kawamura
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-13sc: remove last ptr_map includesMichael Stahl
2016-01-12sc: try to fix MSVC buildMichael Stahl
2016-01-12sc: replace boost::ptr_map with std::mapMichael Stahl
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke