summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-16Cache table entry may be null. Let's not assume it's always non-null.Kohei Yoshida
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-06coverity#735812 Dereference after null checkCaolán McNamara
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-21WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
2014-05-21Finer grained ODS import mode selection.Kohei Yoshida
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida
2014-05-21cp#1000072: Populate cache tables when updating all external links.Kohei Yoshida
2014-05-21cp#1000072: Purge one document shell at a time, to avoid freeze.Kohei Yoshida
2014-05-21cp#1000072: Stop the external doc shell timer while mass-updating.Kohei Yoshida
2014-05-21cp#1000072: Load external documents when refreshing caches.Kohei Yoshida
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-07fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida
2014-05-06consistent percent sign in commentsThomas Arnhold
2014-05-05resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18ScImportExport clean-up, German commentsTomaž Vajngerl
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-04"2" as arg for PrepareClose is never checked forCaolán McNamara
2014-04-03fdo#73552 - Set name of CSV import sheet to something friendlyAditya Kale
2014-03-31re-enabled user-defined numeric fields for dBase exportEike Rathke
2014-03-31one more commentEike Rathke
2014-03-28translated German commentsEike Rathke
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-25coverity#982303 Logically dead codeCaolán McNamara
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-22cppcheck: bRet reassigned before using its valueJulien Nabet