summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
AgeCommit message (Expand)Author
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann
2014-10-23loplugin: cstylecastNoel Grandin
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida
2014-07-17Unwind this logic and make it easier to read.Kohei Yoshida
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida
2014-07-14Move this header to the source file.Kohei Yoshida
2014-07-14Make these non inline.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida
2013-03-22This is not used. Be gone.Kohei Yoshida
2013-03-22What the heck is this !? Kill it.Kohei Yoshida
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida
2013-02-23Fix typo seperated/separatedJulien Nabet
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-09Replaced deprecated String with OUString in sc/../chgtrackSören Möller
2012-06-23removed unused forward declarations of classTakeshi Abe
2012-02-20unusedcode.easy: some cleaningThomas Arnhold
2012-02-13Remove unused codeElton Chung
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-02-04String is now eradicated from the change track code.Kohei Yoshida
2012-02-03More on eradicating String in favor of rtl::OUString.Kohei Yoshida
2012-02-03No more sal_Bool from the change tracking code.Kohei Yoshida
2012-02-03GetDescription() now deals with rtl::OUString.Kohei Yoshida
2012-02-03More on bool & string conversions.Kohei Yoshida
2012-02-03String to rtl::OUString.Kohei Yoshida
2012-02-03Use std::set to store user names instead.Kohei Yoshida
2012-02-03Massive indentation fixes, the best I can.Kohei Yoshida
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz
2011-12-05Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz