Age | Commit message (Expand) | Author |
2016-02-23 | methods in .SDI files don't use attributes | Noel Grandin |
2016-02-22 | enable wildcards when importing .xlsx|.xlsb, tdf#72196 | Eike Rathke |
2016-02-22 | enable wildcards when importing .xls, tdf#72196 | Eike Rathke |
2016-02-22 | add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196 | Eike Rathke |
2016-02-22 | change to DetectSearchType(), tdf#72196 | Eike Rathke |
2016-02-22 | confusing block indentation | Eike Rathke |
2016-02-22 | adapt places that call GetSearchTextPtr(), tdf#72196 | Eike Rathke |
2016-02-22 | ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196 | Eike Rathke |
2016-02-22 | include '~' escape character in MaybeWildcard(), tdf#72196 | Eike Rathke |
2016-02-22 | Pick a single place to declare SfxObjectShellRef typedef | Stephan Bergmann |
2016-02-22 | tdf#98023: Adapt ScRefButtonEx UI object class | Stephan Bergmann |
2016-02-22 | loplugin:commaoperator in sc/ | Noel Grandin |
2016-02-22 | tdf#91013 Create freeze cells submenu in the view menu | Yousuf Philips |
2016-02-22 | Missing dispose of dialog | Stephan Bergmann |
2016-02-22 | loplugin:write only fields | Noel Grandin |
2016-02-21 | tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xml | Maxim Monastirsky |
2016-02-21 | sc: Add forgotten radio style bits | Maxim Monastirsky |
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 | use O(n) algorithm to change all autofilter entries | Markus Mohrhard |
2016-02-20 | use calc brace style | Markus Mohrhard |
2016-02-20 | add missing IsFormulaWildcardsEnabled() calls, tdf#72196 | Eike Rathke |
2016-02-20 | read ODF table:use-wildcards, tdf#72196 | Eike Rathke |
2016-02-20 | write ODF table:use-wildcards to calculation settings, tdf#72196 | Eike Rathke |
2016-02-20 | import Wildcards at ScXMLCalculationSettingsContext, 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 | editeng: remove never read mpLibreOfficeKitCallback | Miklos Vajna |
2016-02-19 | change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196 | Eike Rathke |
2016-02-19 | prepare a SearchType detection fragment, tdf#72196 | Eike Rathke |
2016-02-18 | tdf#91781 Move uppercase and lowercase up one level | Yousuf Philips |
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-18 | use better asserter macro | Markus Mohrhard |
2016-02-17 | gtk3: use native GtkPopover for calc formula prompt, etc | Caolán McNamara |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-17 | tdf#91013 Convert freezepanes menu to xml | Maxim Monastirsky |
2016-02-17 | tdf#91013 Add new uno commands to freeze one row and column. | Gulsah Kose |
2016-02-17 | tdf#40517 Unit test for question marks in number format | Laurent Balland-Poirier |
2016-02-17 | tdf#97654 - replaced UNO cell types in xlsx import with calc internal ones | Mohammed Abdul Azeem |
2016-02-16 | loplugin:implicitboolconversion | Stephan Bergmann |
2016-02-16 | sc lok: Handle left mouse button up events for tiled rendering | Pranav Kant |
2016-02-16 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-16 | tighten up the attribute parsing, and drop some unused slots | Noel Grandin |
2016-02-16 | coverity#1352645 Uncaught exception | Caolán McNamara |
2016-02-16 | single element access is really slow in mdds, tdf#67071 | Markus Mohrhard |
2016-02-16 | sc lok: Notify LibreOfficeKit of empty selection | Pranav Kant |
2016-02-16 | declare variable when using it | Markus Mohrhard |