summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
AgeCommit message (Expand)Author
2013-03-22More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-15initial work on an odc exportMarkus Mohrhard
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-22fix sc buildCaolán McNamara
2013-02-21parse html filter options more legibly.Michael Meeks
2013-02-21clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tabNoel Power
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power
2013-01-30remove these unused static data membersMarkus Mohrhard
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2013-01-25a few more fixes for cached value importMarkus Mohrhard
2013-01-22reset automatic row height flag after import, fdo#59193Markus Mohrhard
2013-01-11Resolves: fdo#58865 hard-coded LibreOffice stringsCaolán McNamara
2013-01-10fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida
2013-01-08DynamicErrorInfo objects must be allocated on the heapStephan Bergmann
2013-01-06fix some memory leaks in scMarkus Mohrhard
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida
2012-12-20Make use of the recalc option when loading ODF documents.Kohei Yoshida
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida
2012-12-04activate basic gnumeric support in experimental modeMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-11-Werror,-Wunused-valueStephan Bergmann
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin
2012-08-24Improve matrix import performance.Daniel Bankston
2012-08-23Disable adjust height flag once for whole doc instead for each tabDaniel Bankston
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
2012-07-17tubes: start collaboration from the File->Collaborate menu as the only wayMatúš Kukan
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks
2012-07-17split ScDocFunc interceptor to new collab/ module and start on itMichael Meeks
2012-07-17re-direct EnterData and turn it into many smaller ops.Michael Meeks
2012-07-17dummy interception of ScFunc methods with INTERCEPT env var set.Michael Meeks
2012-07-11Always Recalc volatile formula cells in importDaniel Bankston
2012-07-11Use indexOf instead of matchDaniel Bankston
2012-07-11Use bool instead of sal_uInt16 for HardCalcStateDaniel Bankston
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston