summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/unoobj
Commit message (Expand)AuthorAgeFilesLines
* loplugin:defaultparamsStephan Bergmann2015-10-203-8/+8
* loplugin:defaultparamsStephan Bergmann2015-10-192-4/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-127-55/+55
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* Related tdf#93688: better place this into import finalize phaseKatarina Behrens2015-10-121-10/+0
* loplugin:mergeclassesNoel Grandin2015-10-071-5/+5
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-065-20/+20
* LOK: added the button type and key modifier to postMouseEvent()Mihai Varga2015-10-051-2/+3
* tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens2015-10-011-0/+10
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Fix typosAndrea Gelmini2015-09-302-2/+2
* Simply move std::vector instances around hereStephan Bergmann2015-09-281-108/+84
* convert Link<> to typedNoel Grandin2015-09-222-9/+7
* convert SC_CONVERT constants to scoped enumNoel Grandin2015-09-221-6/+6
* convert SC_SHEETEVENT to scoped enumNoel Grandin2015-09-223-30/+30
* convert SC_LINKREFTYPE to scoped enumNoel Grandin2015-09-211-3/+3
* convert SC_LINK constants to scoped enumNoel Grandin2015-09-211-7/+7
* boost->stdCaolán McNamara2015-09-185-57/+56
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-175-56/+57
* boost->stdCaolán McNamara2015-09-175-57/+56
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-131-2/+1
* replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha2015-09-132-6/+2
* replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha2015-09-133-8/+3
* sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-034-8/+9
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-0/+1
* Clean up aEmptyStephan Bergmann2015-08-274-15/+11
* tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert2015-08-251-71/+38
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-191-1/+1
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-191-2/+2
* tdf#92256: Save ref syntax when different from native oneKatarina Behrens2015-08-141-2/+5
* loplugin: defaultparamsNoel Grandin2015-08-144-13/+12
* sc: fix LOKit invalidate setPartHenry Castro2015-08-131-1/+16
* tdf#93154: Save button often does not saveMihai Varga2015-08-131-0/+4
* rename confusing classesWinfried Donkers2015-08-121-1/+1
* sc: inline some use-once typedefsNoel Grandin2015-08-041-2/+1
* new loplugin: refcountingNoel Grandin2015-08-033-15/+15
* tiledrendering: added getPartName method for calcMihai Varga2015-07-271-0/+8
* -Werror,-Wunused-private-fieldStephan Bergmann2015-07-241-3/+0
* tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens2015-07-241-19/+24
* handle ContainsHeader property at database rangeEike Rathke2015-07-231-0/+9
* tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens2015-07-211-0/+2
* tdf#92256: ODF save/load syntax for string referenceKatarina Behrens2015-07-201-0/+48
* tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann2015-07-131-1/+4
* remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke2015-07-083-15/+15
* improve the returnbyref lopluginNoel Grandin2015-07-062-31/+29
* Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2015-06-291-20/+46
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-291-46/+20
* sc: add ScModelObj::getTextSelection().Henry Castro2015-06-231-0/+82
* Drop duplicate #includesTakeshi Abe2015-06-231-1/+0
* sc tiled rendering: Set some minimal size of the document.Jan Holesovsky2015-06-221-1/+1