summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2018-02-09CheckLinkFormulaNeedingCheck() for named expressionscp-5.1-26Eike Rathke1-0/+3
2018-02-09CheckLinkFormulaNeedingCheck() for conditional format expressionsEike Rathke1-0/+6
2018-02-09CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke3-0/+3
2017-03-08Re-introduce a check I dropped in 47b5f3a07236bb07a681e99e509c78e3af18c0b5Tor Lillqvist1-1/+2
2017-03-08A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist1-5/+14
2017-03-08Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the specTor Lillqvist1-1/+7
2017-03-08tdf#104729 FILESAVE Save author name in comment during export to .xlsxBartosz Kosiorek1-0/+3
2017-03-08Use symbolic constants instead of hardcoded numbersTor Lillqvist1-3/+4
2017-03-08The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the specTor Lillqvist1-1/+2
2017-03-08Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per specTor Lillqvist1-0/+2
2017-02-10revert tdf#98106 Preserving hidden and empty rows after xlsx exportJustin Luth1-5/+4
2017-02-08coverity#1399031 golden, Out-of-bounds readCaolán McNamara1-1/+1
2017-02-08write the customWidth property also to XLSMarkus Mohrhard1-1/+1
2017-02-08sc: fix Android buildMiklos Vajna1-0/+11
2017-02-08tdf#101135 FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keysBartosz Kosiorek1-3/+24
2017-02-08tdf#101363 Fix precision of column width according to MS specificationBartosz Kosiorek1-3/+14
2017-02-08tdf#51524 Preserve hidden column width after saving into .xlsx and .xlsBartosz Kosiorek1-3/+7
2017-02-08tdf#100347 Fix Outline export into XLSX formatBartosz Kosiorek1-6/+12
2017-02-08tdf#48767 Fix orientation issue after export to .xlsxBartosz Kosiorek1-1/+4
2017-02-08tdf#98106 Preserving hidden and empty rows after xlsx exportBartosz Kosiorek1-7/+9
2017-02-08prevent corrupt warning in MSO - justify dimensionJustin Luth1-0/+1
2017-02-08tdf#101042 Fix for frozen windows in ExcelBartosz Kosiorek1-1/+1
2017-02-08Resolves: tdf#85553 intern SharedString of cached external references resultEike Rathke1-5/+7
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara1-1/+1
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara2-46/+130
2016-10-10tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek2-5/+19
2016-07-20Convert SC_MF to scoped enumNoel Grandin3-12/+12
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann7-15/+20
2016-07-20use Any constructor instead of temporariesNoel Grandin1-8/+3
2016-07-20tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-4/+4
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-07-20Fix typosAndrea Gelmini1-2/+2
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-07-20Fix typosAndrea Gelmini3-3/+3
2016-07-20loplugin:unusedfields in scNoel Grandin1-1/+0
2016-07-12loplugin:unusedfieldsNoel Grandin1-4/+1
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin2-8/+8
2016-06-26tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian1-1/+1
2016-06-26we need the position in the formula converter, tdf#99093Markus Mohrhard1-22/+37
2016-05-31we need the space="preserve" also for formatted strings, tdf#96912Markus Mohrhard1-1/+1
2016-03-29fix memory leak in array xls importMarkus Mohrhard1-5/+14
2016-03-24don't sanitize value to an insane value, tdf#97863Markus Mohrhard1-1/+4
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock3-3/+3
2016-03-14tdf#98083: Always save cell formatKatarina Behrens2-12/+24
2016-01-18oox: move enum DocumentType out of drawingml.hxxMichael Stahl1-2/+2
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke1-1/+2
2015-12-21tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl1-0/+1
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl1-1/+1
2015-12-01tdf#66668 - FILESAVE: Saving an XLSX file freezes CalcNoel Grandin1-7/+50
2015-11-30number format keys are sal_uInt32, so use itEike Rathke2-6/+6