summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-03-01tdf#97369/#97587 - Further fix SUMming in the software interpreterMarco Cecchetti
2016-02-29fix error in new cell dump property codeMarkus Mohrhard
2016-02-29fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke
2016-02-29loplugin:nullptrNoel Grandin
2016-02-29Related: tdf#89646 sc: Fix some issues with the new toolsMaxim Monastirsky
2016-02-28tdf#89646 Implement "uno:LineToolbox" command into calc.Gulsah Kose
2016-02-28move the cell property dump code into dbgutil buildsMarkus Mohrhard
2016-02-28tdf#97667 Added a dump method for SfxItemSet in gridwin.cxxJaskaran
2016-02-28tdf#97963: Impose size limit on all 3 edit windowsKatarina Behrens
2016-02-27tdf#97906 : Toggle reference and show data sources shortcutsDennis Francis
2016-02-27sc - unit tests for tdf#97369 and tdf#97587Marco Cecchetti
2016-02-26tdf#97654 - replaced CellAddress types with ScAddress.Mohammed Abdul Azeem
2016-02-26handle SearchWildcard API optionEike Rathke
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke
2016-02-24chmod -xTor Lillqvist
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke
2016-02-23methods in .SDI files don't use attributesNoel Grandin
2016-02-22enable wildcards when importing .xlsx|.xlsb, tdf#72196Eike Rathke
2016-02-22enable wildcards when importing .xls, tdf#72196Eike Rathke
2016-02-22add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196Eike Rathke
2016-02-22change to DetectSearchType(), tdf#72196Eike Rathke
2016-02-22confusing block indentationEike Rathke
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke
2016-02-22include '~' escape character in MaybeWildcard(), tdf#72196Eike Rathke
2016-02-22Pick a single place to declare SfxObjectShellRef typedefStephan Bergmann
2016-02-22tdf#98023: Adapt ScRefButtonEx UI object classStephan Bergmann
2016-02-22loplugin:commaoperator in sc/Noel Grandin
2016-02-22tdf#91013 Create freeze cells submenu in the view menuYousuf Philips
2016-02-22Missing dispose of dialogStephan Bergmann
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-21tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky
2016-02-21sc: Add forgotten radio style bitsMaxim Monastirsky
2016-02-20let ConvertToSearchType() also adapt the regex bool, tdf#72196Eike Rathke
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke
2016-02-20use O(n) algorithm to change all autofilter entriesMarkus Mohrhard
2016-02-20use calc brace styleMarkus Mohrhard
2016-02-20add missing IsFormulaWildcardsEnabled() calls, tdf#72196Eike Rathke
2016-02-20read ODF table:use-wildcards, tdf#72196Eike Rathke
2016-02-20write ODF table:use-wildcards to calculation settings, tdf#72196Eike Rathke
2016-02-20import Wildcards at ScXMLCalculationSettingsContext, tdf#72196Eike Rathke
2016-02-20add Wildcards UNO API implementation, tdf#72196Eike Rathke
2016-02-20add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-19editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2016-02-19prepare a SearchType detection fragment, tdf#72196Eike Rathke