summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* TableRef: clone mxAreaRefRPNEike Rathke2015-04-241-0/+1
* TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke2015-04-241-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-2425-62/+61
* set DatabaseRange TotalsRow if Table TotalsRowsEike Rathke2015-04-231-1/+9
* add css::sheet::DatabaseRange property TotalsRowEike Rathke2015-04-232-0/+10
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-2311-33/+33
* ensure pArr existsEike Rathke2015-04-231-1/+1
* TableRef: doubleref is not possible as one column specifierEike Rathke2015-04-231-6/+1
* TableRef: proper unescapeTableRefColumnSpecifier()Eike Rathke2015-04-231-2/+31
* TableRef: create column specifier string from singlerefEike Rathke2015-04-231-0/+35
* loplugin:staticmethodsNoel Grandin2015-04-233-5/+5
* loplugin:staticmethodsNoel Grandin2015-04-237-10/+8
* tdf90782: Restore string and fix Manage Names dlgOlivier Hallot2015-04-232-35/+52
* tdf#90782: better string also for Manage Names dlgOlivier Hallot2015-04-222-5/+5
* Related: tdf#90782 Switch to a single-column layoutAdolfo Jayme Barrientos2015-04-221-24/+9
* Remove a superfluous “Options” frame which enclosed only one widgetAdolfo Jayme Barrientos2015-04-221-90/+63
* Fix tdf#90782: better label for named formulasOlivier Hallot2015-04-221-3/+19
* convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2015-04-223-5/+5
* convert HIB_ constants to scoped enumNoel Grandin2015-04-224-6/+6
* convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin2015-04-221-1/+1
* convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin2015-04-224-11/+11
* convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin2015-04-222-4/+4
* tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls2015-04-221-2/+1
* TableRef: relative sheet reference if table is on same sheetEike Rathke2015-04-211-0/+9
* sc: -Werror=unused-variableMichael Stahl2015-04-211-1/+0
* Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-213-8/+7
* Resolves tdf#83366 Copy and Paste crashes Calc when original doc closedHenry Castro2015-04-201-24/+27
* only convert in svMatrix, not in external references, tdf#88547 follow-upEike Rathke2015-04-201-2/+3
* clarify that only text in arrays is to be converted, tdf#88547 follow-upEike Rathke2015-04-202-6/+6
* error handling per element and propagate, tdf#88547 follow-upEike Rathke2015-04-201-0/+15
* take different paths for performance if bAllowText, tdf#88547 follow-upEike Rathke2015-04-201-10/+15
* tdf#88547 allow inline date-arrays for Calc array functionsWinfried Donkers2015-04-204-19/+34
* java: remove some unused codeNoel Grandin2015-04-201-16/+0
* convert SEARCH_OPTIONS constants to scoped enumNoel Grandin2015-04-201-3/+3
* fix 500+ new assert failures on exportCaolán McNamara2015-04-181-0/+9
* TableRef: set 3D flag if table is on different sheetEike Rathke2015-04-181-0/+4
* TableRef: transform to reference if not supported, i.e. for ODFFEike Rathke2015-04-181-1/+40
* const all CreateString... FormulaToken*Eike Rathke2015-04-182-12/+11
* TableRef: scan any column specifierEike Rathke2015-04-181-1/+27
* TableRef: activate for OOXML importEike Rathke2015-04-181-24/+14
* add attribute mandated by ODFMarkus Mohrhard2015-04-176-1/+38
* simplify codeStephan Bergmann2015-04-171-2/+2
* TableRef: handle unresolved column specifiersEike Rathke2015-04-171-10/+18
* loplugin:implicitboolconversion clean-upStephan Bergmann2015-04-173-5/+5
* SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-173-8/+8
* Clean up conversions from ScBreakType (aka sal_uInt8) to boolStephan Bergmann2015-04-172-5/+5
* fix for fdo#70886Noel Power2015-04-171-1/+1
* convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-1742-220/+198
* TableRef: use relative references where appropriateEike Rathke2015-04-171-0/+12
* TableRef: differentiate between cell and range referenceEike Rathke2015-04-171-4/+14