summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-3/+3
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-83/+19
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-4/+4
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-6/+0
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke1-0/+5
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai1-0/+1
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek1-1/+1
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-9/+5
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-5/+2
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin1-2/+2
2016-06-06remove some manual ref-countingNoel Grandin1-29/+17
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-2/+2
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-17/+29
2016-05-24remove some manual ref-countingNoel Grandin1-29/+17
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-4/+4
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-27/+26
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-76/+65
2016-03-23loplugin:constantparam in scNoel Grandin1-2/+2
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-2/+3
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-6/+2
2015-12-22loplugin:unusedfields in scNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha1-3/+1
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-2/+2
2015-07-23handle ContainsHeader property at database rangeEike Rathke1-0/+9
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-1/+1
2015-04-23add css::sheet::DatabaseRange property TotalsRowEike Rathke1-0/+9
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-22/+22
2015-03-23loplugin:constantfunction: scNoel Grandin1-16/+0
2015-03-06V801: Decreased performanceCaolán McNamara1-3/+2
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-15/+15
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-75/+75
2014-10-28coverity#704001 silence Unchecked return valueCaolán McNamara1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+8
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-8/+10
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+1
2014-07-04document strange code, coverity#704001Markus Mohrhard1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-34/+34
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-1/+1
2014-05-17FixesJulien Nabet1-2/+2
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-5/+5