summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
* fix for fdo#49255Noel Power2012-08-241-0/+1
* Get rid of the 3D look of the Formula Bar.Jan Holesovsky2012-08-232-4/+20
* A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.Kohei Yoshida2012-08-232-6/+5
* Convert xlsx unnamed database range import to direct scDaniel Bankston2012-08-232-5/+17
* Prevent broadcasts to gain xlsx formula import performance boostDaniel Bankston2012-08-231-0/+8
* Disable adjust height flag once for whole doc instead for each tabDaniel Bankston2012-08-232-3/+2
* Check for more cases of functions that should always be recalculatedDaniel Bankston2012-08-231-1/+2
* add missing licence headerMarkus Mohrhard2012-08-232-1/+21
* fix ambigous overloadMarkus Mohrhard2012-08-231-2/+2
* sal_True -> trueMarkus Mohrhard2012-08-231-2/+2
* support export of databar information to extlst for excel2010Markus Mohrhard2012-08-2310-11/+439
* WaE: class has virtual functions and accessible non-virtual destructorTor Lillqvist2012-08-231-0/+1
* Removing a non-virtual destructor.Kohei Yoshida2012-08-231-5/+0
* We assume that this uno interface exists. No need to check it.Kohei Yoshida2012-08-221-2/+1
* New unit test for pivot table's case insensitive string comparison.Kohei Yoshida2012-08-221-0/+63
* fdo#53929: Pivot table uses case insensitive string comparison.Kohei Yoshida2012-08-222-4/+5
* Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida2012-08-223-115/+205
* remove unused module-description xml filesMatúš Kukan2012-08-22116-17008/+0
* Don't clear the database data cache here.Kohei Yoshida2012-08-221-6/+0
* fdo#53640: Correctly cache source data coming from database backend.Kohei Yoshida2012-08-221-3/+6
* do not deliver these module-description xml filesMatúš Kukan2012-08-222-143/+0
* Really draw Calc tab-splittersMatteo Casalin2012-08-214-6/+96
* add more runtime deps on resource files for unit-testsMatúš Kukan2012-08-2118-82/+4
* fdo#47674 Save setting for Import Ascii Text DlgLaurent Balland-Poirier2012-08-201-4/+3
* resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke2012-08-201-1/+4
* Fix compilation in the (experimental) DISABLE_DBCONNECTIVITY caseTor Lillqvist2012-08-201-0/+33
* Partial replaced String with OUString in ScInterpreterSören Möller2012-08-182-6/+7
* remove some useless commentsThomas Arnhold2012-08-182-5/+3
* fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates.Kohei Yoshida2012-08-171-5/+16
* Translation of comments from german in sc/source/ui/inc/Albert Thuswaldner2012-08-1759-428/+326
* WaE: unused variableTor Lillqvist2012-08-171-1/+0
* gbuild: register all jarsMichael Stahl2012-08-172-10/+10
* add x-comment for translatorsAndras Timar2012-08-161-0/+2
* fix for fdo#48200.diff import regrex state for filterNoel Power2012-08-162-3/+0
* Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power2012-08-162-0/+3
* fix for fdo#48200.diff import regrex state for filterNoel Power2012-08-162-3/+0
* tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan2012-08-163-22/+9
* fix a linguistic issue on Calc UIBence Babati2012-08-164-15/+10
* String to OUStringBence Babati2012-08-165-53/+61
* followup patch for commit:541986fef0993d749cc7ed790eacace322f43bb0 fdo#53229Noel Power2012-08-151-5/+22
* ScFiltersTest: fix overloading problemMichael Stahl2012-08-151-4/+4
* fix for fdo#53229, import group shapes position and size correctlyNoel Power2012-08-151-0/+20
* Border test in Calc now checks also style in all bordersArtur Dorda2012-08-151-19/+32
* Border test in Calc now also checks distance, out- and inWidth in all bordersArtur Dorda2012-08-151-19/+47
* New border test for Calc, checks all the widthsArtur Dorda2012-08-152-0/+64
* New unit test for importing cell-anchored shapes from ods.Kohei Yoshida2012-08-142-0/+41
* Calculate positions of cell-anchored objects upon ods import.Kohei Yoshida2012-08-141-0/+3
* remove debug outputMarkus Mohrhard2012-08-141-1/+0
* check for non existing style entries, fdo#53339Markus Mohrhard2012-08-141-1/+6
* use boost::scoped_ptr instead of raw pointersMarkus Mohrhard2012-08-142-12/+6