summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-55/+55
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-10-12Related tdf#93688: better place this into import finalize phaseKatarina Behrens1-10/+0
2015-10-07loplugin:mergeclassesNoel Grandin1-5/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht5-20/+20
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga1-2/+3
2015-10-01tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens1-0/+10
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-28Simply move std::vector instances around hereStephan Bergmann1-108/+84
2015-09-22convert Link<> to typedNoel Grandin2-9/+7
2015-09-22convert SC_CONVERT constants to scoped enumNoel Grandin1-6/+6
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin3-30/+30
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin1-3/+3
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-7/+7
2015-09-18boost->stdCaolán McNamara5-57/+56
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara5-56/+57
2015-09-17boost->stdCaolán McNamara5-57/+56
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-2/+1
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha2-6/+2
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha3-8/+3
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-8/+9
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-27Clean up aEmptyStephan Bergmann4-15/+11
2015-08-25tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert1-71/+38
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-2/+2
2015-08-14tdf#92256: Save ref syntax when different from native oneKatarina Behrens1-2/+5
2015-08-14loplugin: defaultparamsNoel Grandin4-13/+12
2015-08-13sc: fix LOKit invalidate setPartHenry Castro1-1/+16
2015-08-13tdf#93154: Save button often does not saveMihai Varga1-0/+4
2015-08-12rename confusing classesWinfried Donkers1-1/+1
2015-08-04sc: inline some use-once typedefsNoel Grandin1-2/+1
2015-08-03new loplugin: refcountingNoel Grandin3-15/+15
2015-07-27tiledrendering: added getPartName method for calcMihai Varga1-0/+8
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens1-19/+24
2015-07-23handle ContainsHeader property at database rangeEike Rathke1-0/+9
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens1-0/+2
2015-07-20tdf#92256: ODF save/load syntax for string referenceKatarina Behrens1-0/+48
2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann1-1/+4
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke3-15/+15
2015-07-06improve the returnbyref lopluginNoel Grandin2-31/+29
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-20/+46
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-46/+20
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro1-0/+82
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-06-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-7/+7
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-1/+0