summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak2012-01-172-4/+6
* fix build errorCaolán McNamara2012-01-161-2/+2
* Missing SolarMutexGuard.Stephan Bergmann2012-01-161-0/+1
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-164-5/+5
* just return a new string rather than pass by referenceCaolán McNamara2012-01-163-12/+14
* add test for sheet::XDataPilotTableMarkus Mohrhard2012-01-162-0/+152
* WaE: converting ‘false’ to pointer typeDavid Tardon2012-01-151-1/+1
* WaE: converting ‘false’ to pointer typeDavid Tardon2012-01-151-1/+1
* these are not old component files anymoreMatúš Kukan2012-01-1510-53/+29
* Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)2012-01-151-2/+2
* some adjustments in the XSpreadsheet2 api testMarkus Mohrhard2012-01-151-3/+44
* make adjusting formulas possible for TransferTabMarkus Mohrhard2012-01-151-0/+7
* sc test : update importSheet testsLaurent Godard2012-01-151-13/+6
* add test case for datapilot apiMarkus Mohrhard2012-01-153-0/+455
* correctly terminate XDataPilotFieldGroupingMarkus Mohrhard2012-01-151-1/+37
* fdo#44173: use a geometric progression for zoomingTim Hardeck2012-01-132-9/+7
* Avoid double deletion during data cache object destruction.Kohei Yoshida2012-01-132-5/+11
* Use a copy; the container gets modified during iteration.Kohei Yoshida2012-01-131-2/+5
* here calc, take ownership of this foul monstrosity only you useCaolán McNamara2012-01-133-4/+138
* Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida2012-01-131-0/+14
* fix definedName corruption for xlsx export ( bnc#741182 )Noel Power2012-01-131-3/+6
* Fix MinGW build.Jan Holesovsky2012-01-132-2/+2
* refactor slightly to avoid link problems with gcc 4.7David Tardon2012-01-132-54/+49
* ditch unused defineDavid Tardon2012-01-131-4/+0
* change debug statements to fix buildMarkus Mohrhard2012-01-132-2/+2
* Removing debug statement.Kohei Yoshida2012-01-121-1/+0
* Test the new logic of our pivot data cache life cycle.Kohei Yoshida2012-01-123-4/+50
* fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida2012-01-124-13/+83
* fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida2012-01-127-53/+172
* fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida2012-01-128-21/+48
* fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida2012-01-123-2/+30
* Don't mention fields location, as they vary between LTR and RTL interfacesLior Kaplan2012-01-131-1/+1
* Missing component dependency.Stephan Bergmann2012-01-122-1/+2
* add test for range name import, related fdo#42624Markus Mohrhard2012-01-124-0/+1
* Test code for sheet source data cache relocation.Kohei Yoshida2012-01-113-5/+27
* New test for pivot tables with named source ranges.Kohei Yoshida2012-01-113-13/+127
* Unit test for repositioning of cell-anchored line objects.Kohei Yoshida2012-01-111-0/+31
* fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida2012-01-112-9/+99
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-1/+1
* ignore the (unsupported ) group customshape when exporting xlsxNoel Power2012-01-111-1/+3
* fdo#44661: No need to update the source range when it's a named range.Kohei Yoshida2012-01-111-0/+5
* Avoid iterating beyond the last existing drawing page.Kohei Yoshida2012-01-111-0/+9
* adapted test case cell input to new date acceptance realityEike Rathke2012-01-111-4/+4
* enlarge 'Reset' button for German translationAndras Timar2012-01-111-1/+1
* ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann2012-01-118-180/+162
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-104-24/+0
* fdo#44147: Sheet 0 is selected by default.Kohei Yoshida2012-01-101-0/+2
* fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe2012-01-101-10/+0
* fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida2012-01-102-0/+8
* fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida2012-01-105-53/+119