summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard1-2/+38
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl2-11/+25
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida1-6/+14
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida1-1/+8
2014-04-23sc: sal_Bool->boolNoel Grandin12-124/+124
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-0/+2
2014-04-18ScImportExport clean-up, German commentsTomaž Vajngerl1-66/+27
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist1-12/+14
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-2/+1
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-4/+3
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-7/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard24-236/+0
2014-04-04"2" as arg for PrepareClose is never checked forCaolán McNamara1-1/+1
2014-04-03fdo#73552 - Set name of CSV import sheet to something friendlyAditya Kale1-0/+2
2014-03-31re-enabled user-defined numeric fields for dBase exportEike Rathke1-6/+47
2014-03-31one more commentEike Rathke1-1/+1
2014-03-28translated German commentsEike Rathke1-18/+19
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-21/+20
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-25coverity#982303 Logically dead codeCaolán McNamara1-33/+0
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-3/+4
2014-03-22cppcheck: bRet reassigned before using its valueJulien Nabet1-1/+2
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin3-58/+58
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-7/+7
2014-03-17justify range to prevent negative tab span and memory alloc, rhbz#1057741Eike Rathke1-0/+1
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-1/+1
2014-03-14some formula interpreter options are document specificEike Rathke1-0/+8
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida3-6/+17
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann2-1/+9
2014-03-08coverity#1130369 Dereference after null checkCaolán McNamara1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms13-51/+51
2014-03-03upgrade liborcusMarkus Mohrhard1-1/+1
2014-03-02coverity#1187830 Uncaught exceptionCaolán McNamara1-1/+7
2014-03-02coverity#1187654 Logically dead codeCaolán McNamara1-4/+1
2014-03-02coverity#1187655 Logically dead codeCaolán McNamara1-20/+6
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida1-20/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-25remove unused method sc::DataStream::ToMoveType(rtl::OUString const&)Noel Grandin1-12/+0
2014-02-24coverity#735810 Dereference after null checkCaolán McNamara1-2/+2
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
2014-02-23Remove unneccessary commentsAlexander Wilms20-92/+92
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20fdo#72041: Intern strings in the external ref cache with the host document.Kohei Yoshida1-10/+23
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-20/+20
2014-02-19coverity#738803 Uninitialized scalar fieldCaolán McNamara1-2/+3