summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-01-16just return a new string rather than pass by referenceCaolán McNamara3-12/+14
2012-01-16add test for sheet::XDataPilotTableMarkus Mohrhard2-0/+152
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-01-15these are not old component files anymoreMatúš Kukan10-53/+29
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)1-2/+2
2012-01-15some adjustments in the XSpreadsheet2 api testMarkus Mohrhard1-3/+44
2012-01-15make adjusting formulas possible for TransferTabMarkus Mohrhard1-0/+7
2012-01-15sc test : update importSheet testsLaurent Godard1-13/+6
2012-01-15add test case for datapilot apiMarkus Mohrhard3-0/+455
2012-01-15correctly terminate XDataPilotFieldGroupingMarkus Mohrhard1-1/+37
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck2-9/+7
2012-01-13Avoid double deletion during data cache object destruction.Kohei Yoshida2-5/+11
2012-01-13Use a copy; the container gets modified during iteration.Kohei Yoshida1-2/+5
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara3-4/+138
2012-01-13Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida1-0/+14
2012-01-13fix definedName corruption for xlsx export ( bnc#741182 )Noel Power1-3/+6
2012-01-13Fix MinGW build.Jan Holesovsky2-2/+2
2012-01-13refactor slightly to avoid link problems with gcc 4.7David Tardon2-54/+49
2012-01-13ditch unused defineDavid Tardon1-4/+0
2012-01-13change debug statements to fix buildMarkus Mohrhard2-2/+2
2012-01-12Removing debug statement.Kohei Yoshida1-1/+0
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida3-4/+50
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida4-13/+83
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida7-53/+172
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida8-21/+48
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida3-2/+30
2012-01-13Don't mention fields location, as they vary between LTR and RTL interfacesLior Kaplan1-1/+1
2012-01-12Missing component dependency.Stephan Bergmann2-1/+2
2012-01-12add test for range name import, related fdo#42624Markus Mohrhard4-0/+1
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida3-5/+27
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida3-13/+127
2012-01-11Unit test for repositioning of cell-anchored line objects.Kohei Yoshida1-0/+31
2012-01-11fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida2-9/+99
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-1/+1
2012-01-11ignore the (unsupported ) group customshape when exporting xlsxNoel Power1-1/+3
2012-01-11fdo#44661: No need to update the source range when it's a named range.Kohei Yoshida1-0/+5
2012-01-11Avoid iterating beyond the last existing drawing page.Kohei Yoshida1-0/+9
2012-01-11adapted test case cell input to new date acceptance realityEike Rathke1-4/+4
2012-01-11enlarge 'Reset' button for German translationAndras Timar1-1/+1
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann8-180/+162
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora4-24/+0
2012-01-10fdo#44147: Sheet 0 is selected by default.Kohei Yoshida1-0/+2
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe1-10/+0
2012-01-10fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida2-0/+8
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida5-53/+119
2012-01-10callcatcher: update listCaolán McNamara2-73/+0
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara2-3/+3
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-1/+1
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida5-12/+19