summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2015-09-18boost->stdCaolán McNamara64-264/+258
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara64-258/+264
2015-09-17missing includeCaolán McNamara1-1/+2
2015-09-17boost->stdCaolán McNamara63-263/+256
2015-09-17convert Link<> to typedNoel Grandin4-33/+30
2015-09-15stab MM_FAKE, it's a zombieEike Rathke1-1/+0
2015-09-15do not write MM_REFERENCE formulas to OOXML, tdf#61908 follow-upEike Rathke1-46/+67
2015-09-15array formulas do not consist only of multiple rows, tdf#61908 follow-upEike Rathke1-1/+1
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha2-19/+17
2015-09-12coverity#1038332 Uncaught exceptionCaolán McNamara2-2/+7
2015-09-10also add the relation for the vba stream to the xlsx fileMarkus Mohrhard1-0/+2
2015-09-10-Werror,-Wunused-variableNoel Grandin1-1/+0
2015-09-10copy the vba stream to the xlsx fileMarkus Mohrhard1-1/+8
2015-09-10remove unused using statementsMarkus Mohrhard1-2/+0
2015-09-10handle different callers for vba export codeMarkus Mohrhard2-2/+10
2015-09-10introduce mode to save vba stream also to xls filesMarkus Mohrhard1-4/+31
2015-09-10get correct vba project nameMarkus Mohrhard1-1/+2
2015-09-10really call the vba exportMarkus Mohrhard1-0/+4
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-1/+1
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-7/+8
2015-08-31orcus: don't leak old state into new style objectsMarkus Mohrhard1-0/+4
2015-08-31import borders from orcusMarkus Mohrhard2-9/+55
2015-08-31some work on orcus conditional format importMarkus Mohrhard2-5/+45
2015-08-31loplugin:staticmethodsStephan Bergmann1-1/+1
2015-08-31TableRef: refresh table column names before savingEike Rathke1-5/+7
2015-08-31TableRef: adapt to ::std::vector<std::unique_ptr<ScDBData>> changeEike Rathke1-1/+1
2015-08-31TableRef: write OOXML table autoFilter fragmentEike Rathke1-1/+16
2015-08-31TableRef: write OOXML tableColumns,tableColumnEike Rathke1-1/+35
2015-08-31TableRef: first wave of writing ScDBData to OOXML tablesEike Rathke5-0/+305
2015-08-31remove some typedef indirectionNoel Grandin2-2/+2
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha2-7/+7
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann8-23/+23
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin1-389/+390
2015-08-28Work around loplugin:staticmethodsStephan Bergmann1-0/+3
2015-08-28initial work for conditional formatting import for orcusMarkus Mohrhard2-0/+187
2015-08-28call it as wellMarkus Mohrhard1-0/+6
2015-08-28implement the applyToItemSet for more propertiesMarkus Mohrhard1-0/+12
2015-08-28add applyToItemSet method to all propertiesMarkus Mohrhard1-1/+5
2015-08-28apply fill properties to item setMarkus Mohrhard1-0/+3
2015-08-28import the background colorMarkus Mohrhard1-1/+4
2015-08-28make sure to print numbers as ints and not as charactersMarkus Mohrhard1-1/+1
2015-08-28make sure that the cell properties are really importedMarkus Mohrhard2-2/+28
2015-08-28use a consistent log area for orcus stylesMarkus Mohrhard1-13/+26
2015-08-28correct import for row height and col widthMarkus Mohrhard1-5/+17
2015-08-28tempMarkus Mohrhard1-0/+20
2015-08-28implement import_sheet_properties interfaceMarkus Mohrhard2-1/+70
2015-08-28import cell fill colorMarkus Mohrhard2-4/+19
2015-08-28we need to create the default styles in the interface right nowMarkus Mohrhard1-0/+1
2015-08-28import font underlineMarkus Mohrhard2-2/+21
2015-08-28next step on correct styles import from orcusMarkus Mohrhard2-2/+97