summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/externalrefmgr.cxx
AgeCommit message (Expand)Author
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-16Cache table entry may be null. Let's not assume it's always non-null.Kohei Yoshida
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-21WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida
2014-05-21cp#1000072: Populate cache tables when updating all external links.Kohei Yoshida
2014-05-21cp#1000072: Purge one document shell at a time, to avoid freeze.Kohei Yoshida
2014-05-21cp#1000072: Stop the external doc shell timer while mass-updating.Kohei Yoshida
2014-05-21cp#1000072: Load external documents when refreshing caches.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-17justify range to prevent negative tab span and memory alloc, rhbz#1057741Eike Rathke
2014-03-03Remove visual noise from scAlexander Wilms
2014-03-02coverity#1187830 Uncaught exceptionCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20fdo#72041: Intern strings in the external ref cache with the host document.Kohei Yoshida
2014-02-06typo fixes in commentsAndras Timar
2014-01-14resolved fdo#73522 always create LinkManager if it doesn't exist yetEike Rathke
2013-12-16Do not use C++11 std::vector.data(), use an alternative insteadDouglas Mencken
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida
2013-11-11Remove mutexes from external ref manager.Kohei Yoshida
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida
2013-11-06Add mutex for external source document meta-data container.Kohei Yoshida
2013-11-06Set mutex for external ref cache content.Kohei Yoshida
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-11Unused ScExternalRefCache::mrStrPoolStephan Bergmann
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11Properly intern strings going into matrix objects.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-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-09-19convert sc/inc/externalrefmgr.hxx from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
2013-08-19sc/externalrefmgr: reduce individual cell queriesPierre-Eric Pelloux-Prayer
2013-08-19sc/externalrefmgr: batch same-type cells copyPierre-Eric Pelloux-Prayer
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke