summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* show parameter tip help below instead of above, tdf#95878 follow-upEike Rathke2016-02-041-2/+5
* tdf#65206 Highlighted (colored) references limited to 32 references in formulaKumar Thangavel2016-02-041-1/+1
* remove unused GET/SET/STATUSBARCONFIG in .SDI filesNoel Grandin2016-02-042-362/+0
* remove unused HasDialog from SDI filesNoel Grandin2016-02-042-361/+0
* remove unused Synchron from SDI filesNoel Grandin2016-02-041-336/+0
* remove unused Cachable keyword from SDI filesNoel Grandin2016-02-046-391/+2
* coverity#1351755 Dereference null return valueCaolán McNamara2016-02-041-1/+5
* pItem isn't used here, its the same as result, so weird cast can goCaolán McNamara2016-02-041-20/+15
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-0414-35/+35
* sc: replace boost::bind with C++11 lambdaMichael Stahl2016-02-038-14/+7
* tdf#97437: Don't crash when creating new pivot tableKatarina Behrens2016-02-031-11/+14
* tdf#90290, add custom asserter for formulaMarkus Mohrhard2016-02-033-2/+38
* tdf#93936:while creating formula comma appends incorrectly using Ctrl keykumar2016-02-031-4/+14
* tdf#89140:Calc row paste doesn't keep row heightArul2016-02-034-9/+22
* tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock2016-02-043-8/+8
* tdf#34873 : Better way to show autofilter countDennis Francis2016-02-038-130/+29
* remove unused HasCoreId from SDI filesNoel Grandin2016-02-031-360/+0
* lok: Avoid the 'alien format' warning in LibreOfficeKit.Jan Holesovsky2016-02-031-0/+7
* its an xls not an xlsxCaolán McNamara2016-02-031-0/+0
* add EDB-39398-1 test-caseCaolán McNamara2016-02-031-0/+0
* fix previous commitMarkus Mohrhard2016-02-031-1/+1
* remove bogus nullprt checks for pContextJochen Nitschke2016-02-035-83/+20
* Fix for tdf#97084 : Scroll view to the ref boundary...Dennis Francis2016-02-021-3/+13
* tdf#84843 Stop using PseudoSlots for drawing slotsMaxim Monastirsky2016-02-023-85/+47
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* Avoid vague and misleading terminologyTor Lillqvist2016-02-011-6/+1
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-319-15/+15
* This can be a Window and not a DockingWindow nowCaolán McNamara2016-01-314-230/+65
* implement missing FID_FUNCTION_BOX GetStateCaolán McNamara2016-01-311-0/+9
* SfxChildWindow is always nullCaolán McNamara2016-01-313-6/+3
* so ScFunctionChildWindow doesn't appear to be needed anymoreCaolán McNamara2016-01-314-47/+0
* RecentFunctionsChanged doesn't do anything since...Caolán McNamara2016-01-314-23/+0
* function list is always in the sidebar nowCaolán McNamara2016-01-312-238/+28
* sequence->vector in PrinterOptionsHelperNoel Grandin2016-01-311-2/+2
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-3128-197/+186
* oox: replace boost::bind with std::bindMichael Stahl2016-01-291-2/+2
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-292-2/+2
* add test for tdf#96912Markus Mohrhard2016-01-272-0/+16
* we need the space="preserve" also for formatted strings, tdf#96912Markus Mohrhard2016-01-271-1/+1
* tdf#96222: Better to avoid anything except MM_NONE, says EikeTor Lillqvist2016-01-271-1/+1
* tdf#96222: Don't attempt to handle matrix formulas as formula groupsTor Lillqvist2016-01-271-0/+6
* tdf#89308: Delete old copy of pivot table on moving destinationKatarina Behrens2016-01-271-1/+18
* add test for tdf#97308Markus Mohrhard2016-01-272-0/+43
* extract all cond format tests in ucalc to own fileMarkus Mohrhard2016-01-273-607/+631
* add test for tdf#94626Markus Mohrhard2016-01-272-0/+31
* handle entries with num type and formula during OOXML import, tdf#94626Markus Mohrhard2016-01-261-8/+18
* Resolves: tdf#93151 handle ExpandRefs and mnColDelta the same as mnRowDeltaEike Rathke2016-01-261-9/+97
* tdf#96910 : Calc crashes while using "Insert Column Left" for large DocumentsYogesh2016-01-251-5/+7
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-2510-72/+23