summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-08-31convert Link<> to typedNoel Grandin2-3/+2
2015-08-31convert Link<> to typedNoel Grandin2-8/+4
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha8-74/+74
2015-08-31tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna2-0/+16
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann21-66/+66
2015-08-30tdf#93600: Avoid crash on entering '=' as a cell valueKatarina Behrens1-1/+1
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson3-0/+3
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin1-389/+390
2015-08-28add CVE-2014-6360 test caseCaolán McNamara1-0/+0
2015-08-28add CVE-2014-6361 test caseCaolán McNamara1-0/+0
2015-08-28make PostUserEvent Link<> typedNoel Grandin12-30/+24
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-28prevent default operator=Markus Mohrhard1-0/+1
2015-08-28import cell fill colorMarkus Mohrhard2-4/+19
2015-08-28we need to create the default styles in the interface right nowMarkus Mohrhard2-1/+3
2015-08-28import font underlineMarkus Mohrhard2-2/+21
2015-08-28next step on correct styles import from orcusMarkus Mohrhard2-2/+97
2015-08-28import font color correctlyMarkus Mohrhard1-4/+5
2015-08-28tep for correct styles import from orcusMarkus Mohrhard2-21/+157
2015-08-28parse the range for autofilterMarkus Mohrhard2-0/+4
2015-08-28import table as ScDBDataMarkus Mohrhard2-0/+178
2015-08-28add more orcus debug outputMarkus Mohrhard1-3/+10
2015-08-28make these types future proofMarkus Mohrhard2-3/+3
2015-08-28add ScOrcusSheet::get_table methodMarkus Mohrhard2-0/+6
2015-08-27Clean up sEmptyStephan Bergmann10-27/+20
2015-08-27Clean up aEmptyStephan Bergmann12-39/+24
2015-08-26unit test that parsing range fragments should failEike Rathke1-0/+33
2015-08-26do not parse range fragments as valid rangesEike Rathke1-2/+9
2015-08-26Revert "do not parse range fragments as valid ranges"Stephan Bergmann2-34/+1
2015-08-26unit test that parsing range fragments should failEike Rathke1-0/+33
2015-08-26do not parse range fragments as valid rangesEike Rathke1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin135-495/+346
2015-08-26replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick1-16/+10
2015-08-26tdf#89387 test for LCM functionŁukasz Hryniuk2-0/+84
2015-08-26tdf#89387 test for GCD functionŁukasz Hryniuk2-0/+83
2015-08-26tdf#89387 test for SUMX2PY2 functionŁukasz Hryniuk2-0/+66
2015-08-26tdf#89387 add some strings to CHITEST testŁukasz Hryniuk1-0/+17