summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-16tdf#30456 Enable to empty or not merged cellsLaurent Balland-Poirier1-0/+13
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-5/+5
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-16/+6
2016-06-14sc: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-2/+15
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-7/+7
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-2/+1
2016-04-27FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex()Eike Rathke1-1/+1
2016-03-31add ScDocument::InsertNewRangeName() for sheet-local scopeEike Rathke1-0/+10
2016-03-24loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-23loplugin:constantparam in scNoel Grandin1-10/+8
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-1/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-0/+6
2016-03-11sc: make metadata available in copy resultMiklos Vajna1-0/+7
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis1-30/+2
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis1-0/+40
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-22/+10
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-1/+1
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin1-2/+2
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-4/+4
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-04TableRef: update table column names when cell content changedEike Rathke1-0/+6
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke1-6/+0
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke1-0/+6
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-6/+6
2015-08-27Clean up aEmptyStephan Bergmann1-2/+1
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+4
2015-05-30sc: Notify about the part change when searching.Henry Castro1-0/+19
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05rework Sort trim data area logicEike Rathke1-1/+1
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-6/+6
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-3/+3
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-31coverity#735311 Unchecked return valueEike Rathke1-1/+2
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl1-3/+2
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-1/+1
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-2/+3
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida1-0/+5
2014-08-25Translate German comments, fix some wsPhilipp Weissenbacher1-57/+58