summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin1-11/+9
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-04-18fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe1-1/+1
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-25/+27
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-27/+25
2012-04-04some small corrections to the sort entry patchesMarkus Mohrhard1-4/+4
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-23/+25
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-27/+25
2012-03-31some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard1-4/+4
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-23/+25
2012-02-05Remove unused codeElton Chung1-12/+0
2011-11-30Reduce usage of GetQueryItem() (singular version).Kohei Yoshida1-5/+12
2011-11-29Removed duplicate code block.Kohei Yoshida1-66/+39
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida1-99/+258