summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Kill SvNullStream duplicationMiklos Vajna1-1/+1
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz1-2/+0
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot44-163/+163
2012-01-05Removed unnecessary tools includes.Marcel Metz6-6/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz7-7/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz6-6/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara4-6/+11
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida2-3/+3
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz3-8/+12
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara4-10/+10
2011-12-21needs more work firstCaolán McNamara4-10/+10
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara4-10/+10
2011-12-15Resolves fdo#43725 crash on saving a fileEike Rathke1-13/+72
2011-12-15terminted -> terminatedCaolán McNamara1-3/+3
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara4-22/+12
2011-12-15refactor ScfTools::ReadCStringCaolán McNamara1-25/+6
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara1-3/+1
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-11Remove ByteStringJulien Nabet1-2/+2
2011-12-07We 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-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke2-5/+19
2011-12-07fdo#43308: Set the logic straight for "center across selection" setting.Kohei Yoshida1-9/+3
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz1-1/+0
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
2011-11-29Replace formattings with formattingLior Kaplan2-4/+4
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke1-1/+4
2011-11-28dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record e...Eike Rathke5-47/+55
2011-11-28dr78: #i115659# fix borked boolean logicEike Rathke1-4/+4
2011-11-28dr78: #i115659# check validity of member and dimension settingsEike Rathke1-4/+6
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke4-3/+6
2011-11-28dr78: #i111413# export secant functions to BIFFEike Rathke2-0/+12
2011-11-28dr78: #i115641# don't increment progress for empty repeated cellsEike Rathke2-11/+13
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-4/+4
2011-11-27remove pch from the include listNorbert Thiebaud2-4/+0
2011-11-27remove include of pch header from scNorbert Thiebaud144-286/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2-2/+2