summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-07-21tdf#43157 - Clean up OSL_ENSURE and OSL_FAIL in sc/filter/lotusAlbert Thuswaldner5-26/+27
2017-07-21Moving legacy contexts to FastContexts:Mohammed Abdul Azeem14-336/+259
2017-07-20Obtain days using GetInt32()Eike Rathke1-4/+4
2017-07-20Obtain days using GetInt32() instead of casting floorEike Rathke1-10/+10
2017-07-20Another attempt to blind fix tdf#108612Eike Rathke1-0/+3
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth9-19/+31
2017-07-19Fix crash when saving new spreadsheet as dBase/.dbf, tdf#108789 follow-upEike Rathke1-1/+1
2017-07-19Avoid temporary Date and normalizationEike Rathke1-6/+6
2017-07-19Don't calculate GetDayOfWeek() thriceEike Rathke1-25/+35
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke10-34/+34
2017-07-19tdf#108881 : do not assume that chart objects always...Dennis Francis1-13/+20
2017-07-19tdf#93328 : Assign the ScInterpreter results back to ScFormulaCell...Dennis Francis3-0/+40
2017-07-19vbaapi: File dialog produces pathTamas Bunth1-3/+13
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke5-15/+12
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke17-48/+48
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann2-0/+2
2017-07-18Address b0210c34dcaa5fc44956078ffa1dfe734d379224 nitpicks, tdf#43157 follow-upEike Rathke3-6/+6
2017-07-18fdo#43157 convert OSL_ASSERT to assert in sc/source/filterBernhard Widl4-10/+10
2017-07-18Moving legacy contexts to FastContexts:Mohammed Abdul Azeem4-220/+179
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker2-23/+3
2017-07-17Translate randomly found German commentsJohnny_M2-2/+2
2017-07-17Fix typosAndrea Gelmini1-1/+1
2017-07-17ScAddress aPos is already available, use itEike Rathke1-1/+1
2017-07-17Temporary ScAddress is unnecessary when constructing ScRangeEike Rathke5-8/+5
2017-07-17ScRange has a col,row,tab ctor, use it instead of a temporary ScAddressEike Rathke1-1/+1
2017-07-17Resolves: tdf#75650 reset boolean number format to General for new formulaEike Rathke1-4/+22
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin6-46/+35
2017-07-15coverity#1415092 Logically dead code (golden)Caolán McNamara1-5/+1
2017-07-15use unique_ptr for ScMyLabelRangeJochen Nitschke3-10/+8
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2-2/+2
2017-07-14implement Application.FileDialog attributeTamas Bunth7-1/+381
2017-07-14Assert non-empty sheet nameEike Rathke1-0/+1
2017-07-14Fix export test crash of ooo95715-1.xlsEike Rathke1-1/+1
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin6-20/+21
2017-07-14use more OUString::operator== in scNoel Grandin63-149/+149
2017-07-14Moving legacy contexts to FastContexts:Mohammed Abdul Azeem2-596/+480
2017-07-13tdf#108758 : do not write to undo document when...Dennis Francis3-2/+134
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski5-6/+0
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski2-0/+2
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin2-30/+19
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann11-40/+20
2017-07-13loplugin:useuniqueptr in scNoel Grandin36-281/+164
2017-07-12Eliminate trailing blanks from descriptions and some parameter namesEike Rathke1-7/+7
2017-07-12borderline: correct problems with border displayArmin Le Grand1-37/+49
2017-07-12loplugin:unreffunJan-Marek Glogowski2-1/+12
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin6-8/+8
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke2-0/+11
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-2/+2
2017-07-11simplify some OUString::copy callsNoel Grandin1-3/+3
2017-07-11use more range-for on uno::SequenceNoel Grandin3-34/+27