Age | Commit message (Expand) | Author |
2016-02-26 | handle SearchWildcard API option | Eike Rathke |
2016-02-23 | SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacter | Eike Rathke |
2016-02-22 | ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196 | Eike Rathke |
2016-02-20 | let ConvertToSearchType() also adapt the regex bool, tdf#72196 | Eike Rathke |
2016-02-20 | implement wildcards precedence at ScDocOptions, tdf#72196 | Eike Rathke |
2016-02-20 | add Wildcards UNO API implementation, tdf#72196 | Eike Rathke |
2016-02-20 | add FormulaWildcardsEnabled to ScDocOptions, tdf#72196 | Eike Rathke |
2016-02-19 | new loplugin: find write-only fields | Noel Grandin |
2016-02-19 | change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196 | Eike Rathke |
2016-02-18 | fix DEBUG_MATRIX build | Markus Mohrhard |
2016-02-18 | don't fill the matrix cell by cell, tdf#67071 | Markus Mohrhard |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-17 | tdf#91013 Add new uno commands to freeze one row and column. | Gulsah Kose |
2016-02-16 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2016-02-16 | single element access is really slow in mdds, tdf#67071 | Markus Mohrhard |
2016-02-15 | tdf#94858, avoid O(n^2) algorithm during outline import | Markus Mohrhard |
2016-02-11 | [API CHANGE] add operator==/!= to UNO structs | Noel Grandin |
2016-02-10 | Refactor ScMarkData for tdf#50916 | Dennis Francis |
2016-02-08 | vcl: cmdevt.[hc]xx -> commandevent.[hc]xx | Chris Sherlock |
2016-02-08 | revert part of "loplugin:unusedmethods" | Noel Grandin |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2016-02-06 | vcl: split exception types from input types | Chris Sherlock |
2016-02-05 | Avoid ambiguities among operator[] overloads | Stephan Bergmann |
2016-02-04 | Patch#1 : Dynamic column container in the pursuit of tdf#50916 | Dennis Francis |
2016-02-03 | sc: replace boost::bind with C++11 lambda | Michael Stahl |
2016-02-03 | tdf#89140:Calc row paste doesn't keep row height | Arul |
2016-02-03 | tdf#34873 : Better way to show autofilter count | Dennis Francis |
2016-02-02 | boost::hash->std::hash | Noel Grandin |
2016-01-31 | OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that | Caolán McNamara |
2016-01-31 | RecentFunctionsChanged doesn't do anything since... | Caolán McNamara |
2016-01-31 | tools: rename FontUnderline to FontLineStyle | Chris Sherlock |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-25 | tdf#86567 Dropdown for conditional formatting | Maxim Monastirsky |
2016-01-25 | Drop unused defines | Maxim Monastirsky |
2016-01-22 | Move sc/source/ui/dbgui/validate.cxx from scui to sc | Stephan Bergmann |
2016-01-21 | tdf#34873 : Show autofilter row count in status bar | Dennis Francis |
2016-01-21 | IMHO " : " doesn't need to be localizable, tdf#95878 follow-up | Eike Rathke |
2016-01-19 | loplugin:unusedmethods in sc/ | Noel Grandin |
2016-01-18 | tdf#95878 made more useful function suggestion system in formula editing | Keigo Kawamura |
2016-01-15 | loplugin:unusedmethods unused return value in sc | Noel Grandin |
2016-01-13 | sc: remove last ptr_map includes | Michael Stahl |
2016-01-12 | sc: try to fix MSVC build | Michael Stahl |
2016-01-12 | sc: replace boost::ptr_map with std::map | Michael Stahl |
2016-01-12 | sc: replace boost::ptr_map with std::map<std::unique_ptr> | Michael Stahl |
2016-01-11 | loplugin:privatebase: Make various derivations public | Stephan Bergmann |
2016-01-11 | loplugin:privatebase: Publicly derive from binary_/unary_function | Stephan Bergmann |
2016-01-11 | loplugin:privatebase: Make derivation from noncopyable explicitly private | Stephan Bergmann |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-09 | prepare for hidden flag in function description for Function Wizard | Eike Rathke |
2016-01-05 | tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-up | Eike Rathke |