summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
AgeCommit message (Expand)Author
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
2013-04-13Show progress indicator during document import via orcus.Kohei Yoshida
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist
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