summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-7/+7
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-8/+8
2014-04-06whitespace cleanup in scMarkus Mohrhard1-32/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-67/+67
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-16/+16
2014-02-18sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-36/+36
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-36/+36
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-36/+36
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza1-5/+3
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-10-19CID#1103761 uninit memberCaolán McNamara1-1/+2
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-13/+31
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-90/+89
2013-10-08convert sc/inc/datauno.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida1-33/+4
2013-07-09Mark as constTakeshi Abe1-3/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-16/+16
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-44/+44
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-2/+2