summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-10-15Check for null object. The OLE name may not always be set.Kohei Yoshida1-1/+1
2012-10-11kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard1-1/+1
2012-10-09don't insert the same pointer twice into a ptr_set, fdo#55710Markus Mohrhard1-2/+2
2012-10-09xlsx fix import/export of column widths fdo#55623Noel Power3-5/+6
2012-10-04really export default row heights for xlsx fdo#55621Noel Power2-1/+8
2012-10-04Revert "really export default row heights for xlsx fdo#55621" wrong branchNoel Power2-8/+1
2012-10-04Revert "xlsx fix import/export of column widths fdo#55623" wrong branchNoel Power3-7/+6
2012-10-04xlsx fix import/export of column widths fdo#55623Noel Power3-6/+7
2012-10-04really export default row heights for xlsx fdo#55621Noel Power2-1/+8
2012-10-03misc comment import/export fixesNoel Power1-0/+13
2012-10-02fdo#46278 - misc comment import/export fixesNoel Power2-3/+2
2012-10-01fetime of mpCondFormat is more complex, fdo#55379Markus Mohrhard2-6/+6
2012-10-01fix vell value import from ooxml with array formulas, fdo#54558Markus Mohrhard1-8/+9
2012-10-01ooxml spec allow ext ref to non existent entry, fdo#54558Markus Mohrhard1-1/+7
2012-10-01vba procedures and macro names will result in crash, fdo#55174Markus Mohrhard1-0/+4
2012-09-25xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power1-2/+11
2012-09-24fix parent style import xlsx fdo#55198Noel Power2-5/+28
2012-09-24set conditional format range for xls import, fdo#54555Markus Mohrhard1-0/+1
2012-09-20ExtGlobalContext::onCreateContext: warning C4702: unreachable codeMichael Stahl1-2/+0
2012-09-20-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2012-09-19import values and formulas from lotus-123, fdo#55066Markus Mohrhard1-3/+3
2012-09-17don't add old cond formats if new ones are already loaded, fdo#54749Markus Mohrhard1-1/+1
2012-09-10Calculate positions of cell-anchored objects upon ods import (fdo#54695)Kohei Yoshida1-0/+3
2012-09-10don't use unitialized global variable, fdo#53713Markus Mohrhard3-6/+15
2012-09-06assign correct valueMarkus Mohrhard1-1/+1
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard4-176/+120
2012-08-31Don't export the internal field name suffix '*' to ods.Kohei Yoshida1-2/+5
2012-08-31fdo#54303: Prevent crash on load.Kohei Yoshida1-1/+5
2012-08-30also handle the cond format code for xlsb the new way, fdo#53424Markus Mohrhard1-0/+1
2012-08-29fix for fdo#49255Noel Power1-1/+2
2012-08-24Revert "fix for fdo#49255"Noel Power1-2/+1
2012-08-24fix for fdo#49255Noel Power1-1/+2
2012-08-20fix for fdo#48200.diff import regrex state for filterNoel Power2-3/+0
2012-08-16fix for fdo#53229, import group shapes position and size correctlyNoel Power1-0/+37
2012-08-15correctly export background colors of cond formats to xlsxMarkus Mohrhard2-13/+48
2012-08-15ensure placeholder substitution on XclImpDrawObjBase::ReadObj8 failureCaolán McNamara1-2/+7
2012-08-15check for non existing style entries, fdo#53339Markus Mohrhard1-1/+5
2012-08-14fdo#53456: initialize pivot tables *after* the formula cells.Kohei Yoshida1-4/+8
2012-08-14fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida1-1/+1
2012-08-05use correct string length for "between", fdo#53010Markus Mohrhard1-1/+1
2012-08-03Use the internal API to set field item's properties.Kohei Yoshida2-11/+46
2012-08-03new fix for fdo#52998Noel Power1-5/+3
2012-08-02warning: statement has no effectMichael Stahl1-2/+2
2012-08-02added back a missing elseEike Rathke1-1/+2
2012-08-02Lotus WK: fix warningsEike Rathke [er]14-469/+553
2012-08-02StarCalc 1.0: fix memory leaksEike Rathke [er]2-90/+136
2012-08-02QuattroPro warningsEike Rathke [er]1-5/+15
2012-07-16Revert "fix excel row height export problems ( I hope ) fdo#50304"Markus Mohrhard1-38/+15
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard1-0/+1
2012-07-09performance problem with this commitMarkus Mohrhard1-1/+1