summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* chmod -xTor Lillqvist2016-02-241-0/+0
* convert DocPasswordRequestType to scoped enumNoel Grandin2016-02-241-1/+1
* convert DocPasswordVerifierResult to scoped enumNoel Grandin2016-02-242-4/+4
* SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke2016-02-236-10/+11
* methods in .SDI files don't use attributesNoel Grandin2016-02-233-15/+7
* enable wildcards when importing .xlsx|.xlsb, tdf#72196Eike Rathke2016-02-221-0/+1
* enable wildcards when importing .xls, tdf#72196Eike Rathke2016-02-221-0/+1
* add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196Eike Rathke2016-02-223-5/+42
* change to DetectSearchType(), tdf#72196Eike Rathke2016-02-221-3/+1
* confusing block indentationEike Rathke2016-02-221-25/+27
* adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke2016-02-223-15/+15
* ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke2016-02-226-18/+14
* include '~' escape character in MaybeWildcard(), tdf#72196Eike Rathke2016-02-221-3/+4
* Pick a single place to declare SfxObjectShellRef typedefStephan Bergmann2016-02-221-0/+1
* tdf#98023: Adapt ScRefButtonEx UI object classStephan Bergmann2016-02-221-1/+1
* loplugin:commaoperator in sc/Noel Grandin2016-02-2221-51/+166
* tdf#91013 Create freeze cells submenu in the view menuYousuf Philips2016-02-221-3/+7
* Missing dispose of dialogStephan Bergmann2016-02-221-1/+1
* loplugin:write only fieldsNoel Grandin2016-02-221-4/+4
* tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky2016-02-214-6/+52
* sc: Add forgotten radio style bitsMaxim Monastirsky2016-02-216-12/+12
* let ConvertToSearchType() also adapt the regex bool, tdf#72196Eike Rathke2016-02-201-5/+0
* implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke2016-02-202-7/+36
* use O(n) algorithm to change all autofilter entriesMarkus Mohrhard2016-02-201-5/+22
* use calc brace styleMarkus Mohrhard2016-02-201-1/+2
* add missing IsFormulaWildcardsEnabled() calls, tdf#72196Eike Rathke2016-02-202-5/+4
* read ODF table:use-wildcards, tdf#72196Eike Rathke2016-02-201-1/+7
* write ODF table:use-wildcards to calculation settings, tdf#72196Eike Rathke2016-02-201-2/+8
* import Wildcards at ScXMLCalculationSettingsContext, tdf#72196Eike Rathke2016-02-201-2/+4
* add Wildcards UNO API implementation, tdf#72196Eike Rathke2016-02-204-0/+12
* add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke2016-02-202-1/+18
* new loplugin: find write-only fieldsNoel Grandin2016-02-1915-47/+12
* editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna2016-02-192-4/+2
* change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke2016-02-1922-95/+114
* prepare a SearchType detection fragment, tdf#72196Eike Rathke2016-02-192-4/+63
* tdf#91781 Move uppercase and lowercase up one levelYousuf Philips2016-02-181-2/+3
* fix DEBUG_MATRIX buildMarkus Mohrhard2016-02-181-2/+8
* don't fill the matrix cell by cell, tdf#67071Markus Mohrhard2016-02-187-67/+36
* use better asserter macroMarkus Mohrhard2016-02-181-1/+1
* gtk3: use native GtkPopover for calc formula prompt, etcCaolán McNamara2016-02-173-12/+15
* use consistent #define checks for the Windows platformNoel Grandin2016-02-1712-17/+17
* tdf#91013 Convert freezepanes menu to xmlMaxim Monastirsky2016-02-172-0/+14
* tdf#91013 Add new uno commands to freeze one row and column.Gulsah Kose2016-02-177-43/+124
* tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier2016-02-172-0/+2
* tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem2016-02-1717-32/+455
* loplugin:implicitboolconversionStephan Bergmann2016-02-161-1/+1
* sc lok: Handle left mouse button up events for tiled renderingPranav Kant2016-02-161-0/+8
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2016-02-161-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-162-2/+2
* tighten up the attribute parsing, and drop some unused slotsNoel Grandin2016-02-162-4/+0