summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-07-28ofz: survive missing macro supportCaolán McNamara
2017-07-28Resolves: tdf#106872 only request selected shapesCaolán McNamara
2017-07-28add s[y]lk fuzzerCaolán McNamara
2017-07-27tdf#108887 : Move the code of ScDrawView::CheckOle()...Dennis Francis
2017-07-27Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-07-27add test for update address code, related tdf#107289Markus Mohrhard
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke
2017-07-27Related: tdf#106872 factor out getting selected shapesCaolán McNamara
2017-07-27Related: tdf#106872 amount of a11y selection listeners constantly growsCaolán McNamara
2017-07-27tdf#90510 : Override default point label placement setting...Dennis Francis
2017-07-27lok: sc: copy / paste confusion -- workaroundMarco Cecchetti
2017-07-26loplugin:unusedmethodsNoel Grandin
2017-07-26convert SfxGroupId to scoped enumNoel Grandin
2017-07-26tdf#99634 Change equal sign tooltip to 'Formula'Yousuf Philips
2017-07-25loplugin:unusedfields in scNoel Grandin
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin
2017-07-24Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-07-24coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-07-24screenshots: fix the screenshot buildMarkus Mohrhard
2017-07-23coverity#1415620 Unchecked return value (golden)Caolán McNamara
2017-07-23coverity#1415619 Explicit null dereferencedCaolán McNamara
2017-07-22avoid unnecessary calls of AdjustRowHeightTamas Bunth
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke
2017-07-21loplugin:subtlezeroinitTor Lillqvist
2017-07-21Fix typosAndrea Gelmini
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-21tdf#43157 - Clean up OSL_ENSURE and OSL_FAIL in sc/filter/lotusAlbert Thuswaldner
2017-07-21Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-07-20Obtain days using GetInt32()Eike Rathke
2017-07-20Obtain days using GetInt32() instead of casting floorEike Rathke
2017-07-20Another attempt to blind fix tdf#108612Eike Rathke
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth
2017-07-19Fix crash when saving new spreadsheet as dBase/.dbf, tdf#108789 follow-upEike Rathke
2017-07-19Avoid temporary Date and normalizationEike Rathke
2017-07-19Don't calculate GetDayOfWeek() thriceEike Rathke
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-19tdf#108881 : do not assume that chart objects always...Dennis Francis
2017-07-19tdf#93328 : Assign the ScInterpreter results back to ScFormulaCell...Dennis Francis
2017-07-19vbaapi: File dialog produces pathTamas Bunth
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann
2017-07-18Address b0210c34dcaa5fc44956078ffa1dfe734d379224 nitpicks, tdf#43157 follow-upEike Rathke