summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák9-18/+18
2012-10-06also support removing of conditional formatsMarkus Mohrhard1-3/+4
2012-10-06support overlapping conditional formatsMarkus Mohrhard1-14/+4
2012-10-06faster repaint after cond format dialogMarkus Mohrhard1-3/+11
2012-10-06after setting a ScConditionalFormatList repainting is necessaryMarkus Mohrhard1-0/+1
2012-10-06more work on getting cell attributes and cond formats in syncMarkus Mohrhard1-5/+60
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-2/+2
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-4/+3
2012-10-03changing conditional formats invalids the streamMarkus Mohrhard1-0/+2
2012-10-02XubString->OUStringCaolán McNamara1-2/+1
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-26/+24
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-3/+6
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann4-6/+5
2012-09-11-Werror,-Wunused-valueStephan Bergmann1-6/+6
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida2-2/+8
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida1-0/+16
2012-09-07fix crash on area link updateDavid Tardon1-0/+1
2012-09-05only allow to change conditional formatting if sheet is not protectedMarkus Mohrhard1-0/+3
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-8/+4
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida1-1/+2
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard1-1/+4
2012-08-24Improve matrix import performance.Daniel Bankston1-1/+1
2012-08-23Disable adjust height flag once for whole doc instead for each tabDaniel Bankston1-1/+2
2012-08-22Don't clear the database data cache here.Kohei Yoshida1-6/+0
2012-08-20resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke1-1/+4
2012-08-20Fix compilation in the (experimental) DISABLE_DBCONNECTIVITY caseTor Lillqvist1-0/+33
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida1-2/+2
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan1-1/+1
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan1-2/+2
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan1-0/+17
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen2-2/+0
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida2-4/+3
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida1-3/+1
2012-07-23Properly fix -Werror=unused-parameterStephan Bergmann1-2/+1
2012-07-23-Werror=unused-parameterStephan Bergmann1-6/+6
2012-07-23WaE: misc. fixes.Michael Meeks1-0/+1
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen2-14/+0
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan1-0/+2
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-3/+0
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida1-4/+2
2012-07-19resolved fdo#52205 do not force all text cells in CSV importEike Rathke1-1/+1
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke1-4/+10
2012-07-17tubes: do the "interpret once" only if not API in ScDocFunc::PutCell()Eike Rathke1-1/+5
2012-07-17tubes: start collaboration from the File->Collaborate menu as the only wayMatúš Kukan1-2/+0
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks1-0/+7
2012-07-17split ScDocFunc interceptor to new collab/ module and start on itMichael Meeks1-78/+2
2012-07-17re-direct EnterData and turn it into many smaller ops.Michael Meeks2-5/+12
2012-07-17dummy interception of ScFunc methods with INTERCEPT env var set.Michael Meeks1-2/+78
2012-07-17Add undo / redo lists to ScDocFuncMichael Meeks1-2/+10
2012-07-11Always Recalc volatile formula cells in importDaniel Bankston1-0/+2