summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)Author
2015-10-12Related tdf#93688: better place this into import finalize phaseKatarina Behrens
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga
2015-10-01tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-28Simply move std::vector instances around hereStephan Bergmann
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22convert SC_CONVERT constants to scoped enumNoel Grandin
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin
2015-09-21convert SC_LINKREFTYPE 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-13cppcheck: noExplicitConstructorCaolán McNamara
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-25tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-14tdf#92256: Save ref syntax when different from native oneKatarina Behrens
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-13sc: fix LOKit invalidate setPartHenry Castro
2015-08-13tdf#93154: Save button often does not saveMihai Varga
2015-08-12rename confusing classesWinfried Donkers
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-27tiledrendering: added getPartName method for calcMihai Varga
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens
2015-07-23handle ContainsHeader property at database rangeEike Rathke
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens
2015-07-20tdf#92256: ODF save/load syntax for string referenceKatarina Behrens
2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann