summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/unoobj/datauno.cxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#81309: Adjust references during sort.Kohei Yoshida2014-07-131-0/+1
* document strange code, coverity#704001Markus Mohrhard2014-07-041-0/+1
* remove whitespaceMarkus Mohrhard2014-06-251-4/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-241-34/+34
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2014-05-201-1/+1
* FixesJulien Nabet2014-05-171-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet2014-05-171-5/+5
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet2014-05-081-7/+7
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-061-3/+3
* sc: sal_Bool->boolNoel Grandin2014-04-231-8/+8
* whitespace cleanup in scMarkus Mohrhard2014-04-061-32/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-67/+67
* Remove unnecessary bool2anyStephan Bergmann2014-02-241-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-16/+16
* sal_Bool->boolNoel Grandin2014-02-181-2/+2
* bool improvementsStephan Bergmann2014-01-281-1/+1
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-36/+36
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-36/+36
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-36/+36
* fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza2013-12-091-5/+3
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-1/+1
* CID#1103761 uninit memberCaolán McNamara2013-10-191-1/+2
* Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida2013-10-111-13/+31
* convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin2013-10-081-90/+89
* convert sc/inc/datauno.hxx from String to OUStringNoel Grandin2013-10-081-1/+1
* fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida2013-07-111-33/+4
* Mark as constTakeshi Abe2013-07-091-3/+3
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-16/+16
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-44/+44
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-3/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* database names are case insensitive, fdo#51309Mathieu D2012-11-191-2/+2
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-3/+3
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini2012-07-281-1/+1
* Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin2012-06-121-11/+9
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-3/+0
* fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe2012-04-181-1/+1
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-051-25/+27
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-041-27/+25
* some small corrections to the sort entry patchesMarkus Mohrhard2012-04-041-4/+4
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-04-041-23/+25
* revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard2012-03-311-27/+25
* some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard2012-03-311-4/+4
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-03-311-23/+25
* Remove unused codeElton Chung2012-02-051-12/+0
* Reduce usage of GetQueryItem() (singular version).Kohei Yoshida2011-11-301-5/+12
* Removed duplicate code block.Kohei Yoshida2011-11-291-66/+39
* Implemented the new multi-value filter API.Kohei Yoshida2011-11-291-99/+258
* dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke2011-11-281-2/+1