summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel
2012-12-04calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat (...Niklas Nebel
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke
2012-11-19use LanguageTagEike Rathke
2012-11-19database names are case insensitive, fdo#51309Mathieu D
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
2012-11-13bcppCheck: redundant assignment and Possible null pointer dereference.jailletc36
2012-11-08fix more warning C4804 unsafe use of type boolMichael Stahl
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
2012-11-01Explicitly call these methods to init / update note positions.Kohei Yoshida
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-06also support removing of conditional formatsMarkus Mohrhard
2012-10-06support overlapping conditional formatsMarkus Mohrhard
2012-10-06faster repaint after cond format dialogMarkus Mohrhard
2012-10-06after setting a ScConditionalFormatList repainting is necessaryMarkus Mohrhard
2012-10-06more work on getting cell attributes and cond formats in syncMarkus Mohrhard
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-10-03changing conditional formats invalids the streamMarkus Mohrhard
2012-10-02XubString->OUStringCaolán McNamara
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan 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-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