Age | Commit message (Expand) | Author |
2016-02-24 | let SvxSearchItem use SearchOptions2 | Eike Rathke |
2016-02-24 | convert DocPasswordRequestType to scoped enum | Noel Grandin |
2016-02-24 | convert DocPasswordVerifierResult to scoped enum | Noel Grandin |
2016-02-23 | SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacter | Eike Rathke |
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 | loplugin:commaoperator in sc/ | Noel Grandin |
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-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 | don't fill the matrix cell by cell, tdf#67071 | 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 Add new uno commands to freeze one row and column. | Gulsah Kose |
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 | use consistent #define checks for the Windows platform | 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 |
2016-02-15 | Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint | Stephan Bergmann |
2016-02-15 | tdf#94858, avoid O(n^2) algorithm during outline import | Markus Mohrhard |
2016-02-14 | coverity#1352321 Dereference null return value | Caolán McNamara |
2016-02-14 | coverity#1352451 Uncaught exception | Caolán McNamara |
2016-02-11 | cppcheck: unreadVariable 'bTextWrap' | Jochen Nitschke |
2016-02-11 | [API CHANGE] add operator==/!= to UNO structs | Noel Grandin |
2016-02-10 | Refactor ScMarkData for tdf#50916 | Dennis Francis |
2016-02-09 | don't assert that no ODF import happens without a base URL | Michael Stahl |