summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2016-09-27This parameter can be const.Tamás Zolnai1-1/+1
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard7-2/+21
2016-09-27bnc#957991: Improve pivot cache reading performanceTamás Zolnai1-0/+2
2016-09-26convert PAINT constants to typed_flagsNoel Grandin2-13/+19
2016-09-26convert CR flags to typed_flags_setNoel Grandin3-20/+25
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin5-40/+44
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin2-19/+24
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-8/+13
2016-09-26convert ScXMLImportWrapper import flags to typed_flags_setNoel Grandin1-7/+14
2016-09-26tdf97667, add dumpAsXml for the conditional format dataMarkus Mohrhard1-0/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin13-52/+56
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke5-5/+4
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-1/+0
2016-09-19tdf#96453, tdf#100793 rework transfer of data between cond format dlgsMarkus Mohrhard2-2/+5
2016-09-18extract the code to get the max key id to own methodMarkus Mohrhard1-0/+2
2016-09-18Export ScStyleSheetPool Symbol out of its libJaskaran Singh1-2/+2
2016-09-18Add a method to import ODF styles via orcusJaskaran Singh1-0/+6
2016-09-18Add to a method to check if stlpool already has standard stylesJaskaran Singh1-0/+3
2016-09-15disable generation of ole previews in ODF format until after loadCaolán McNamara1-1/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin5-18/+5
2016-09-14loplugin:constantparamNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann88-235/+235
2016-09-10loplugin:constantparam in scNoel Grandin9-23/+14
2016-09-04coverity#1371177 default assign is good enoughCaolán McNamara1-25/+0
2016-09-03try and silence uninit_memberCaolán McNamara1-2/+2
2016-09-01cosmeticsEike Rathke1-6/+5
2016-09-01move comment to where it belongsEike Rathke1-5/+1
2016-09-01No more need for ScRawTokenBaseStephan Bergmann1-8/+4
2016-09-01remove some unnecessary global.hxx includesJochen Nitschke5-5/+3
2016-08-30sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna2-0/+5
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin26-93/+92
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke4-6/+10
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann2-2/+2
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin1-1/+1
2016-08-22Make the string 'and' translatable in Manage Conditional Formatting dialogAndras Timar1-0/+2
2016-08-23Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke1-3/+7
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-4/+4
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara2-25/+23
2016-08-19tdf#86083 Add group buttons for column and row operation.Gulsah Kose1-0/+2
2016-08-18screenshots: dialog doesn't even have a help buttonKatarina Behrens1-2/+1
2016-08-16tdf#30456 Enable to empty or not merged cellsLaurent Balland-Poirier1-0/+2
2016-08-16loplugin:unusedenumvalues in scNoel Grandin4-10/+0
2016-08-06sc: drop most osl/endian.h includesJochen Nitschke2-2/+0
2016-08-04save about 50% of the import time for nearly empty ods documentsMarkus Mohrhard2-2/+5
2016-08-03Resolves: tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLSCaolán McNamara1-3/+3
2016-07-29tdf#91665 l10n: Replace string list by separate strings in ScPrintUIOptionsMuhammet Kara1-1/+13
2016-07-27Resolves: tdf#65334 cannot search in cell notesCaolán McNamara1-0/+2
2016-07-27loplugin:singlevalfields in sc(part4)Noel Grandin4-10/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin4-5/+5