summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-02-22enable wildcards when importing .xls, tdf#72196Eike Rathke1-0/+1
2016-02-22add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196Eike Rathke3-5/+42
2016-02-22change to DetectSearchType(), tdf#72196Eike Rathke1-3/+1
2016-02-22confusing block indentationEike Rathke1-25/+27
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke3-15/+15
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke6-18/+14
2016-02-22include '~' escape character in MaybeWildcard(), tdf#72196Eike Rathke1-3/+4
2016-02-22Pick a single place to declare SfxObjectShellRef typedefStephan Bergmann1-0/+1
2016-02-22tdf#98023: Adapt ScRefButtonEx UI object classStephan Bergmann1-1/+1
2016-02-22loplugin:commaoperator in sc/Noel Grandin21-51/+166
2016-02-22tdf#91013 Create freeze cells submenu in the view menuYousuf Philips1-3/+7
2016-02-22Missing dispose of dialogStephan Bergmann1-1/+1
2016-02-22loplugin:write only fieldsNoel Grandin1-4/+4
2016-02-21tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky4-6/+52
2016-02-21sc: Add forgotten radio style bitsMaxim Monastirsky6-12/+12
2016-02-20let ConvertToSearchType() also adapt the regex bool, tdf#72196Eike Rathke1-5/+0
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke2-7/+36
2016-02-20use O(n) algorithm to change all autofilter entriesMarkus Mohrhard1-5/+22
2016-02-20use calc brace styleMarkus Mohrhard1-1/+2
2016-02-20add missing IsFormulaWildcardsEnabled() calls, tdf#72196Eike Rathke2-5/+4
2016-02-20read ODF table:use-wildcards, tdf#72196Eike Rathke1-1/+7
2016-02-20write ODF table:use-wildcards to calculation settings, tdf#72196Eike Rathke1-2/+8
2016-02-20import Wildcards at ScXMLCalculationSettingsContext, tdf#72196Eike Rathke1-2/+4
2016-02-20add Wildcards UNO API implementation, tdf#72196Eike Rathke4-0/+12
2016-02-20add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke2-1/+18
2016-02-19new loplugin: find write-only fieldsNoel Grandin15-47/+12
2016-02-19editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna2-4/+2
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke22-95/+114
2016-02-19prepare a SearchType detection fragment, tdf#72196Eike Rathke2-4/+63
2016-02-18tdf#91781 Move uppercase and lowercase up one levelYousuf Philips1-2/+3
2016-02-18fix DEBUG_MATRIX buildMarkus Mohrhard1-2/+8
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard7-67/+36
2016-02-18use better asserter macroMarkus Mohrhard1-1/+1
2016-02-17gtk3: use native GtkPopover for calc formula prompt, etcCaolán McNamara3-12/+15
2016-02-17use consistent #define checks for the Windows platformNoel Grandin12-17/+17
2016-02-17tdf#91013 Convert freezepanes menu to xmlMaxim Monastirsky2-0/+14
2016-02-17tdf#91013 Add new uno commands to freeze one row and column.Gulsah Kose7-43/+124
2016-02-17tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier2-0/+2
2016-02-17tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem17-32/+455
2016-02-16loplugin:implicitboolconversionStephan Bergmann1-1/+1
2016-02-16sc lok: Handle left mouse button up events for tiled renderingPranav Kant1-0/+8
2016-02-16-Werror,-Winconsistent-missing-overrideStephan Bergmann1-2/+2
2016-02-16use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-02-16tighten up the attribute parsing, and drop some unused slotsNoel Grandin2-4/+0
2016-02-16coverity#1352645 Uncaught exceptionCaolán McNamara4-8/+8
2016-02-16single element access is really slow in mdds, tdf#67071Markus Mohrhard3-28/+156
2016-02-16sc lok: Notify LibreOfficeKit of empty selectionPranav Kant1-0/+5
2016-02-16declare variable when using itMarkus Mohrhard1-3/+2
2016-02-15Remove newly unused .java fileStephan Bergmann1-264/+0
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-1/+1