summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl48-48551/+0
2011-07-28add prefixes for component_getFactoryMatúš Kukan2-2/+2
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida1-3/+2
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan2-13/+0
2011-07-05change remaining manual loops to ScMarkData::iteratorMarkus Mohrhard2-40/+43
2011-07-01XLSX formula import improvement. Recommit.Muthu Subramanian2-4/+36
2011-06-29Revert patch to change .idlMuthu Subramanian2-33/+3
2011-06-29Improved xlsx formula import.Muthu Subramanian2-3/+33
2011-06-23fix for fdo#37880Markus Mohrhard1-1/+7
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida1-15/+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 McNamara4-6/+1
2011-06-03use standard template for this throughoutCaolán McNamara6-103/+89
2011-06-03fix typo in commentCaolán McNamara1-1/+1
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida1-5/+4
2011-05-28String to OUString in ScDPObject.Kohei Yoshida1-5/+4
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida1-4/+4
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-2/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak25-138/+128
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-1/+1
2011-05-20Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida1-2/+3
2011-05-18Fix index out of bounds in ScTableConditionalFormat.Rafael Dominguez1-1/+1
2011-05-17Fix index out of bounds in ScTableConditionalFormat.Rafael Dominguez1-1/+1
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida3-3/+3
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 Yoshida2-12/+12
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard2-1/+6
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 Mohrhard2-1/+6
2011-05-05check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
2011-04-14catch by const referenceCaolán McNamara1-1/+1
2011-04-14createFromAscii->RTL_CONSTASCII_USTRINGPARAMCaolán McNamara1-1/+1
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara12-218/+115
2011-04-04that's a completely pointless getGlobalMutex acquisitionCaolán McNamara1-1/+0
2011-04-01First cut on exporting sort parameters.Kohei Yoshida1-1/+1
2011-04-01Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida1-70/+75
2011-04-01We shouldn't expose internal-only anonymous ranges via UNO API.Kohei Yoshida1-99/+15
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard1-15/+99
2011-03-30sc-cellsuno-avoid-early-destruction.diff: avoid a crash (i#90076)Petr Mladek1-1/+4
2011-03-29switch sc to gbuildNorbert Thiebaud1-117/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-4/+4
2011-03-25take into account streamname and codename needed match casewiseNoel Power1-2/+6
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-138/+50
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat1-5/+7
2011-03-18simplify lcl_GetRelativePos.Caolán McNamara1-16/+4
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky34-1412/+1340