summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-08-12do not write empty externalReferences element, fdo#45286 follow-upEike Rathke2-2/+5
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-11document this makeExternalNameStr()Eike Rathke1-1/+6
2014-08-11externalReference and externalReferences are implemented nowEike Rathke1-2/+0
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke7-40/+360
2014-08-09remove unused RID_SVXDLG_CALCFUNCThomas Arnhold1-1/+0
2014-08-09datafdlg.hxx: remove unused definesThomas Arnhold1-7/+0
2014-08-08bnc#885548: Set the date time mode to non-fixed after the import is done.Kohei Yoshida1-0/+1
2014-08-07coverity#706946 Uncaught exceptionCaolán McNamara1-3/+28
2014-08-07coverity#735805 Explicit null dereferencedCaolán McNamara1-4/+9
2014-08-07coverity#1158491 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-08-07fdo#82241 fix autocompletion for calc functions withWinfried Donkers1-5/+6
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos4-248/+75
2014-08-06Related fdo#69006: Reintroduce some height calculation back.Jan Holesovsky1-3/+2
2014-08-06Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann1-1/+1
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann3-4/+4
2014-08-05handle autocomplete with dot in formula name, fdo#80058Markus Mohrhard1-0/+28
2014-08-05use a anonymous namespace and sane function namesMarkus Mohrhard1-3/+7
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály3-69/+15
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann5-17/+17
2014-08-04sc: remove debugging printfMichael Stahl1-1/+2
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann3-12/+12
2014-07-31fix memory leak around chart listenersMarkus Mohrhard1-15/+8
2014-07-31Consistency around SdrMetricItemStephan Bergmann1-4/+4
2014-07-31fdo#78555: Oopsy.Kohei Yoshida1-24/+4
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida9-31/+133
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin2-3/+3
2014-07-30Scope reduction.Kohei Yoshida1-31/+29
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard4-34/+42
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida5-36/+51
2014-07-30fix wrong calculation for text size, fdo#81499Markus Mohrhard2-14/+14
2014-07-30the range has to be in the correct order, fdo#81803Markus Mohrhard1-0/+1
2014-07-29fdo#81330: When moving to a different sheet, set 3D flag on.Kohei Yoshida1-0/+5
2014-07-29fdo#80846: Get the parameter order right.Kohei Yoshida1-1/+1
2014-07-29Bring this logic from ScViewFaunc::DeleteContents to ScDocFunc's.Kohei Yoshida1-3/+31
2014-07-29Revert "it makes no sense to use the second column as well, fdo#81499"Kohei Yoshida2-3/+7
2014-07-29bnc#885548: Reset the default user to the document owner at the end.Kohei Yoshida1-0/+2
2014-07-29Remove some unused codeMarcos Paulo de Souza3-22/+0
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann1-1/+1
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin1-17/+4
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2-29/+29
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida15-127/+74
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida5-49/+47
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida2-0/+16
2014-07-27Dead declarationMaxim Monastirsky1-3/+0
2014-07-26coverity#704706 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-07-26coverity#704702 Dereference after null checkCaolán McNamara1-1/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin6-10/+10
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida1-0/+1
2014-07-25coverity#735613 Division or modulo by float zeroCaolán McNamara1-1/+1