summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* callcatcher: update listCaolán McNamara2012-01-102-73/+0
* force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara2012-01-102-3/+3
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-101-1/+1
* fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida2012-01-095-12/+19
* simplify CharClassCaolán McNamara2012-01-0935-104/+93
* callcatcher: Remove unused codeAugust Sodora2012-01-091-4/+0
* did not want to move that to the in-build targetMarkus Mohrhard2012-01-091-1/+1
* add some tests related to fdo#42624Markus Mohrhard2012-01-098-79/+136
* Handle resizing of cell-anchored polyline objects as well.Kohei Yoshida2012-01-081-0/+11
* Kill SvNullStream duplicationMiklos Vajna2012-01-081-1/+1
* don't set document modified for copy and select all, fdo#44423Markus Mohrhard2012-01-081-2/+2
* return earlier from ScInterpreter::GetDBParams on error, fdo#44442Markus Mohrhard2012-01-081-0/+3
* limit the number of sheets again to 10000Markus Mohrhard2012-01-081-1/+2
* Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida2012-01-073-7/+5
* More unit test code to test copying a sheet with drawing object.Kohei Yoshida2012-01-071-1/+12
* More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida2012-01-072-1/+19
* Reset sheet index of drawing objects when moving sheet too.Kohei Yoshida2012-01-071-0/+2
* Better to internalize the sheet ID reset within ScDrawLayer...Kohei Yoshida2012-01-073-4/+4
* Reset sheet ID of cell-anchored drawing objects when deleting sheet(s).Kohei Yoshida2012-01-072-1/+4
* another missing null pointer check in multilinebar, fdo#44518Markus Mohrhard2012-01-071-1/+1
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-0710-13/+0
* Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2012-01-07111-308/+308
* Removing debug statements.Kohei Yoshida2012-01-071-7/+0
* New unit test code for drawing objects.Kohei Yoshida2012-01-071-20/+97