summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Collapse)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
We now need to clear the cache before running DataPilotUpdate() in order to re-populate the cache from the source data.
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
Now uses the values present in the import document rather than calculating the formula. This speeds up document loading. TODO: Extend this to string results as well.
2011-06-23fix for fdo#37880Markus Mohrhard1-1/+7
we need to save the information if we have a local range name or a global range name in the uno api too
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
Conflicts: sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/xiname.cxx sc/source/filter/xml/xmldrani.cxx sc/source/ui/view/tabview2.cxx
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
And fixed the fallouts of this change to get it to build.
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
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
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
That deliberately mis-spelled header name always bothered me. Now fixed once and for all. For the record, the original file name was inspired by the 8-character rule that some of the old compilers that the Hamburg guys had to use, years and years ago.
2011-05-13Refactored global anonymous db storage.Kohei Yoshida1-1/+2
This is more in line with the way the global named db ranges are stored.
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida1-31/+37
2011-05-10More cleanups of ScDBData.Kohei Yoshida1-2/+2
String to rtl::OUString, tabs to whitespaces etc.
2011-05-10Cleaned up ScImportParam.Kohei Yoshida2-12/+12
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard2-1/+6
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-09check for less equal, not greater equalMarkus Mohrhard1-3/+3
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
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
Still not quite working right. Something must be broken.
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
This is for an Easy Hack to allow one autofilter per sheet, not per document.
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
in servuno on loading up vba modules we try to resolve the worksheet objects based on the codename, from the filter's point of view the streamname = the codename and although this is true they can differ in case ( rare ).
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-138/+50
Conflicts: sc/source/filter/starcalc/scflt.cxx sc/source/ui/unoobj/chart2uno.cxx
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
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src