summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-09-14fix for fdo#49255Noel Power1-1/+2
2012-09-10don't use unitialized global variable, fdo#53713Markus Mohrhard3-6/+15
2012-08-16fix for fdo#53229, import group shapes position and size correctlyNoel Power1-0/+37
2012-08-15ensure placeholder substitution on XclImpDrawObjBase::ReadObj8 failureCaolán McNamara1-2/+7
2012-07-31warning: statement has no effectMichael Stahl1-2/+2
2012-07-31added back a missing elseEike Rathke1-1/+2
2012-07-31Lotus WK: fix warningsEike Rathke [er]14-477/+553
2012-07-31StarCalc 1.0: fix memory leaksEike Rathke [er]2-90/+136
2012-07-31QuattroPro warningsEike Rathke [er]2-8/+22
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard1-0/+1
2012-06-26Revert "export all style information to xls/xlsx, fdo#46738"Petr Mladek1-1/+1
2012-06-21fdo#51249 Disable stream copy when saving a file with 'Changes Record' activePierre-Eric Pelloux-Prayer1-2/+3
2012-06-11fix excel row height export problems ( I hope ) fdo#50304Noel Power1-15/+38
2012-05-18WaE: abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-05-18WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-04-02use same border width information for xls import and export, fdo#44742Markus Mohrhard3-26/+29
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard1-1/+1
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard1-0/+4
2012-03-19add all imported properties to ScDBData, fdo#40426Markus Mohrhard2-3/+9
2012-03-07export all row styles, fdo#46336Markus Mohrhard1-14/+3
2012-02-28fdo#40320: Insert only a placeholder since the caller relies on this behavior.Kohei Yoshida1-2/+3
2012-02-28fdo#40320: Correctly import data point formats in data series.Kohei Yoshida1-2/+3
2012-02-07fdo#45450: sc: ODF export: cell styles:Michael Stahl1-2/+2
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke1-2/+3
2012-01-23resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
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-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida2-3/+3
2011-12-15Resolves fdo#43725 crash on saving a fileEike Rathke1-13/+72
2011-12-15fdo#33747: Row Height is unnecessarily large.Muthu Subramanian1-0/+4
2011-12-14fdo#39118: Fixed chart listener registration during ODS import.Kohei Yoshida2-3/+3
2011-12-08We need to set the current cell range object regardless of style name.Kohei Yoshida1-28/+44
2011-12-07fdo#42259: Fixed RTF import crash etc.Kohei Yoshida2-29/+34
2011-12-07Removed unnessecary tools/table.hxx includesMarcel Metz1-1/+0
2011-12-07fdo#43308: Set the logic straight for "center across selection" setting.Kohei Yoshida1-9/+3
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke2-5/+19
2011-12-06WaE: uninitialized valueMarkus Mohrhard1-1/+1
2011-12-05Remove unused tools/stack.hxxMarcel Metz1-1/+0
2011-12-05Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz2-7/+11
2011-12-05Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz2-9/+15
2011-12-05Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz2-36/+15
2011-12-05Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >Marcel Metz2-7/+7
2011-12-05Replace Stack with std::stack< bool >Marcel Metz1-6/+18
2011-12-05Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz1-0/+1
2011-12-05missing check for cell importMarkus Mohrhard1-1/+1
2011-12-03cells creation : do not use uno calls at loading timeLaurent Godard1-8/+58
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke4-5/+6
2011-11-29Export multi-value filters to xlsx.Kohei Yoshida2-20/+67
2011-11-29sal_Bool to bool.Kohei Yoshida2-18/+17