Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-28 | replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster | Michael Stahl | 48 | -48551/+0 | |
2011-07-28 | add prefixes for component_getFactory | Matúš Kukan | 2 | -2/+2 | |
2011-07-14 | fdo#37767: Fix broken refresh() from UNO API (and Basic). | Kohei Yoshida | 1 | -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-12 | Remove component_getImplementationEnvironment | Matus Kukan | 2 | -13/+0 | |
2011-07-05 | change remaining manual loops to ScMarkData::iterator | Markus Mohrhard | 2 | -40/+43 | |
2011-07-01 | XLSX formula import improvement. Recommit. | Muthu Subramanian | 2 | -4/+36 | |
2011-06-29 | Revert patch to change .idl | Muthu Subramanian | 2 | -33/+3 | |
2011-06-29 | Improved xlsx formula import. | Muthu Subramanian | 2 | -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-23 | fix for fdo#37880 | Markus Mohrhard | 1 | -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-07 | Shared commonly used STL function objects & remove memory leak. | Kohei Yoshida | 1 | -15/+2 | |
2011-06-06 | Merge remote branch 'origin/libreoffice-3-4' | Kohei Yoshida | 1 | -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-03 | WaE: even on 32bit an signed 32bit larger than size_t | Caolán McNamara | 4 | -6/+1 | |
2011-06-03 | use standard template for this throughout | Caolán McNamara | 6 | -103/+89 | |
2011-06-03 | fix typo in comment | Caolán McNamara | 1 | -1/+1 | |
2011-06-01 | ScUserList and ScUserListData no longer dependent of ScCollection. | Kohei Yoshida | 1 | -5/+4 | |
2011-05-28 | String to OUString in ScDPObject. | Kohei Yoshida | 1 | -5/+4 | |
2011-05-28 | String to rtl::OUString in ScDPServiceDesc. | Kohei Yoshida | 1 | -4/+4 | |
2011-05-28 | String to rtl::OUString in the external ref manager code. | Kohei Yoshida | 1 | -2/+2 | |
And fixed the fallouts of this change to get it to build. | |||||
2011-05-27 | Replace DBG_* with OSL_* in sc/source/ui | Jacek Wolszczak | 25 | -138/+128 | |
2011-05-27 | Replace DBG_* with OSL_* in sc/source/core | Jacek Wolszczak | 1 | -1/+1 | |
2011-05-20 | Let's not change the signature of UNO call & prefer static_cast. | Kohei Yoshida | 1 | -2/+3 | |
2011-05-18 | Fix index out of bounds in ScTableConditionalFormat. | Rafael Dominguez | 1 | -1/+1 | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2011-05-17 | Fix index out of bounds in ScTableConditionalFormat. | Rafael Dominguez | 1 | -1/+1 | |
2011-05-13 | Renamed dbcolect.?xx to dbdata.?xx. | Kohei Yoshida | 3 | -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-13 | Refactored global anonymous db storage. | Kohei Yoshida | 1 | -1/+2 | |
This is more in line with the way the global named db ranges are stored. | |||||
2011-05-13 | Fixed the fallout of the changes in ScDBCollection. | Kohei Yoshida | 1 | -31/+37 | |
2011-05-10 | More cleanups of ScDBData. | Kohei Yoshida | 1 | -2/+2 | |
String to rtl::OUString, tabs to whitespaces etc. | |||||
2011-05-10 | Cleaned up ScImportParam. | Kohei Yoshida | 2 | -12/+12 | |
2011-05-09 | use sheet local db data in ScVbaRange::Autofilter | Markus Mohrhard | 2 | -1/+6 | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2011-05-09 | check for less equal, not greater equal | Markus Mohrhard | 1 | -3/+3 | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2011-05-09 | add implementation for new uno interface XUnnamedDatabaseRange | Markus Mohrhard | 1 | -7/+108 | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2011-05-08 | use sheet local db data in ScVbaRange::Autofilter | Markus Mohrhard | 2 | -1/+6 | |
2011-05-05 | check for less equal, not greater equal | Markus Mohrhard | 1 | -3/+3 | |
2011-05-04 | add implementation for new uno interface XUnnamedDatabaseRange | Markus Mohrhard | 1 | -7/+108 | |
2011-04-14 | catch by const reference | Caolán McNamara | 1 | -1/+1 | |
2011-04-14 | createFromAscii->RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | 1 | -1/+1 | |
2011-04-04 | use rtl::Static where double-locked pattern used | Caolán McNamara | 12 | -218/+115 | |
2011-04-04 | that's a completely pointless getGlobalMutex acquisition | Caolán McNamara | 1 | -1/+0 | |
2011-04-01 | First cut on exporting sort parameters. | Kohei Yoshida | 1 | -1/+1 | |
2011-04-01 | Initial cut on trying to import the filtering properties of anonymous db. | Kohei Yoshida | 1 | -70/+75 | |
Still not quite working right. Something must be broken. | |||||
2011-04-01 | We shouldn't expose internal-only anonymous ranges via UNO API. | Kohei Yoshida | 1 | -99/+15 | |
2011-04-01 | Support sheet-local anonymous database ranges. | Markus Mohrhard | 1 | -15/+99 | |
This is for an Easy Hack to allow one autofilter per sheet, not per document. | |||||
2011-03-30 | sc-cellsuno-avoid-early-destruction.diff: avoid a crash (i#90076) | Petr Mladek | 1 | -1/+4 | |
2011-03-29 | switch sc to gbuild | Norbert Thiebaud | 1 | -117/+0 | |
2011-03-28 | Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows | Cédric Bosdonnat | 1 | -4/+4 | |
2011-03-25 | take into account streamname and codename needed match casewise | Noel Power | 1 | -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-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | 1 | -138/+50 | |
Conflicts: sc/source/filter/starcalc/scflt.cxx sc/source/ui/unoobj/chart2uno.cxx | |||||
2011-03-19 | Switching the order of the SetLinesWidth arguments | Cédric Bosdonnat | 1 | -5/+7 | |
2011-03-18 | simplify lcl_GetRelativePos. | Caolán McNamara | 1 | -16/+4 | |
2011-03-18 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky | 34 | -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 |