summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke1-2/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida1-46/+20
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida1-53/+44
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+2
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida1-21/+17
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida1-10/+2
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida1-2/+3
2011-06-03WaE: even on 32bit an signed 32bit larger than size_tCaolán McNamara1-3/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-6/+5
2011-05-20Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida1-2/+3
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida1-1/+1
2011-05-13Refactored global anonymous db storage.Kohei Yoshida1-1/+2
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida1-31/+37
2011-05-10More cleanups of ScDBData.Kohei Yoshida1-2/+2
2011-05-10Cleaned up ScImportParam.Kohei Yoshida1-10/+10
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard1-1/+1
2011-05-09check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard1-1/+1
2011-05-05check for less equal, not greater equalMarkus Mohrhard1-3/+3