summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-04TableRef: update table column names when cell content changedEike Rathke
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-05-30sc: Notify about the part change when searching.Henry Castro
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05rework Sort trim data area logicEike Rathke
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-31coverity#735311 Unchecked return valueEike Rathke
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida
2014-08-25Translate German comments, fix some wsPhilipp Weissenbacher
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-03use assert when followed by derefCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-03-25fdo#76402: Write unit test for this first.Kohei Yoshida
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-14Related: #i124065# Low performance opening attached .odsSteve Yin
2014-02-13Drop unnecessary #includeTakeshi Abe
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin
2013-11-18Handle sheet-local range names too.Kohei Yoshida
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida
2013-11-11Guard access to external ref manager instance.Kohei Yoshida
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin