summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
AgeCommit message (Expand)Author
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-19database names are case insensitive, fdo#51309Mathieu D
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-04-18fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04some small corrections to the sort entry patchesMarkus Mohrhard
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-02-05Remove unused codeElton Chung
2011-11-30Reduce usage of GetQueryItem() (singular version).Kohei Yoshida
2011-11-29Removed duplicate code block.Kohei Yoshida
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida
2011-06-03WaE: even on 32bit an signed 32bit larger than size_tCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-20Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-05-13Refactored global anonymous db storage.Kohei Yoshida
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-05-10More cleanups of ScDBData.Kohei Yoshida
2011-05-10Cleaned up ScImportParam.Kohei Yoshida
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-05-09check for less equal, not greater equalMarkus Mohrhard
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-05-05check for less equal, not greater equalMarkus Mohrhard
2011-05-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara
2011-04-01First cut on exporting sort parameters.Kohei Yoshida
2011-04-01Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida
2011-04-01We shouldn't expose internal-only anonymous ranges via UNO API.Kohei Yoshida
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard
2011-03-14fix misc merge issues breaking the buildMichael Meeks
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-02Removed dead codeTakeshi Abe