summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Fix illegal memory access.private/kohei/chart-bugsKohei Yoshida1-1/+2
2014-06-19Build fix.Kohei Yoshida1-1/+1
2014-06-19Remove this debug statement.Kohei Yoshida1-4/+0
2014-06-19Pass source and destination shell IDs when pasting from Calc to Calc.Kohei Yoshida26-50/+119
2014-06-19Send correct shell ID when pasting chart into writer.Kohei Yoshida1-1/+4
2014-06-19Copy the number formats when copying sheet data for chart on clipboard.Kohei Yoshida6-6/+32
2014-06-19Set the number format code only when it changes.Kohei Yoshida2-4/+10
2014-06-19Get the linked number format feature to work again...Kohei Yoshida3-8/+26
2014-06-19Disable "link to source" when the source and destination shell IDs differ.Kohei Yoshida1-27/+31
2014-06-19Make the "link to source" property a real property of Axis and DataPoint.Kohei Yoshida8-77/+43
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida19-44/+67
2014-06-19Pass source and destination shell IDs through myriad of abstraction layers.Kohei Yoshida9-22/+153
2014-06-19Create unique doc shell IDs for source and destination shells.Kohei Yoshida7-6/+40
2014-06-19Extract common method.Kohei Yoshida2-12/+21
2014-06-19TransferableHelper::GetData() to take additional argument.Kohei Yoshida46-67/+69
2014-06-19Pass destination document type if XTransferable2 is available.Kohei Yoshida4-6/+72
2014-06-19GetInputStream(), GetSequence() and GetAny() to take destination doc type.Kohei Yoshida17-79/+99
2014-06-19loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-06-19small text positioning fixesMarkus Mohrhard1-2/+2
2014-06-19use better default colorsMarkus Mohrhard1-1/+1
2014-06-19fix range input in chart data source dialogMarkus Mohrhard1-1/+10
2014-06-19fdo#80108 keep at least the version in syncDavid Tardon1-1/+1
2014-06-19GetFileTimeValue can produce a "null" DateTimeStephan Bergmann1-1/+5
2014-06-19Missing link depsStephan Bergmann1-0/+18
2014-06-19ToxLinkProcessorTest needs SwGlobals::ensure to set pSwResMgrStephan Bergmann2-9/+32
2014-06-19writerfilter: Hide more debug-only stuff behind the DEBUG_DOMAINMAPPER.Jan Holesovsky14-11/+88
2014-06-19fdo#78590: Fix for Corruption of para with framePr & drawing object into paraRohit Deshmukh8-47/+214
2014-06-19Fix build with system glm once againFridrich Štrba1-6/+6
2014-06-19sw: add UI for removing the textbox of a draw shapeMiklos Vajna6-0/+64
2014-06-19sw: add UI for adding a textbox for a draw shapeMiklos Vajna6-0/+66
2014-06-19basic: silence expected SAL_WARN outputMiklos Vajna2-3/+3
2014-06-19coverity#704771 Explicit null dereferencedCaolán McNamara1-2/+2
2014-06-19coverity#988426 Explicit null dereferencedCaolán McNamara1-7/+2
2014-06-19coverity#983931 Uncaught exceptionCaolán McNamara2-5/+4
2014-06-19coverity#983728 Uncaught exceptionCaolán McNamara1-4/+14
2014-06-19coverity#707363 Uncaught exceptionCaolán McNamara1-4/+12
2014-06-19coverity#707196 Uncaught exceptionCaolán McNamara1-7/+17
2014-06-19coverity#706525 Uncaught exceptionCaolán McNamara2-2/+3
2014-06-19coverity#1019333 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-19coverity#735837 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara42-23/+60
2014-06-19coverity#706069 Unintended sign extensionCaolán McNamara1-3/+5
2014-06-19sizeof(bool) is not required to be 1Caolán McNamara1-1/+1
2014-06-19coverity#706067 Unintended sign extensionCaolán McNamara1-2/+3
2014-06-19coverity#706103 Unintended sign extensionCaolán McNamara1-3/+2
2014-06-19callcatcher: update unused codeCaolán McNamara3-31/+0
2014-06-19coverity#706063 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-19coverity#706062 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-19coverity#706052 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-19Work around problem with nested /* in Doxygen commentStephan Bergmann1-35/+34