summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
AgeCommit message (Expand)Author
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
2013-12-19Properly import data stream data from ods.Kohei Yoshida
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21drop CharSet typedefCaolán McNamara
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/source/ui/docshell/*.cxx from String to OUStringNoel Grandin
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
2013-10-04convert sc/source/ui/inc/d*.hxx from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
2013-08-10sal_Bool to boolEike Rathke
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-07-19fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-05-28fdo#46808, Convert ui:*AcceleratorConfiguration to new styleNoel Grandin
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-05-09Remove unnecessary inclusion of column.hxx.Kohei Yoshida
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza
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