summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
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-07fix crash on area link updateDavid Tardon
2012-09-05only allow to change conditional formatting if sheet is not protectedMarkus Mohrhard
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard
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-22Don't clear the database data cache here.Kohei Yoshida
2012-08-20resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke
2012-08-20Fix compilation in the (experimental) DISABLE_DBCONNECTIVITY caseTor Lillqvist
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida
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-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida
2012-07-23Properly fix -Werror=unused-parameterStephan Bergmann
2012-07-23-Werror=unused-parameterStephan Bergmann
2012-07-23WaE: misc. fixes.Michael Meeks
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida
2012-07-19resolved fdo#52205 do not force all text cells in CSV importEike Rathke
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke
2012-07-17tubes: do the "interpret once" only if not API in ScDocFunc::PutCell()Eike Rathke
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-17Add undo / redo lists to ScDocFuncMichael 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
2012-07-10Remove unused SOT_FORMATSTR_ID_STARCALC_30Thomas Arnhold
2012-07-10Remove unused include statementsThomas Arnhold
2012-07-10removed deserted Lotus 1-2-3 export filterTakeshi Abe
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-01Remove unused definesThomas Arnhold
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-21re-base on ALv2 code.Michael Meeks