summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2015-05-20ScIconSetFormatData::mbCustom read uninitialized...Stephan Bergmann
...in ScIconSetFormat::GetIconSetInfo, e.g. during CppunitTest_sc_ucalc Change-Id: Ia4380110cafdb0f220b99a8e1aeb5c3efde60d7f
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-05-20Those #define-s are still usedKatarina Behrens
Maybe they don't have to be, but this fixes the build at least Change-Id: I278ecafcc96d8febc802c7a7ce907c98df95271c
2015-05-20tdf#91126: Enable click-on-column-header sortingKatarina Behrens
in the same way as in f92ab4da51647a4353038 Change-Id: I209475499307c5564774e1cd5808e3792a10be25
2015-05-20tweak to try and silence coverityCaolán McNamara
Change-Id: I990ad07784266e2b48638ece6a84471b3bef173a
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
Change-Id: I5ebd77edfa29d6c6c7acea37e826ef1d625916c3
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
Change-Id: I36cbe8057d09226f8b302963bdd94dc5600b686f
2015-05-20convert GRID constants to scoped enumNoel Grandin
Change-Id: I73ae63bc5f41f38d1a4e396152808b22e88681d8
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01
2015-05-20forgot to include that partMarkus Mohrhard
Change-Id: I8d905ca573e1ff15c4bf6049ce8884b223ff146c
2015-05-20better algorithm for OOXML column width import, tdf#91267Markus Mohrhard
This patch contains a magic factor of 1.047 that is necessary as the set value and retrieved value are not the same. When we ahve too much time (propably never) we should explore why the value that we set for the column width is not equal to the one that we see on the screen. Change-Id: I317127ea5b8af2d5e8386758e66907a44fe58579
2015-05-20add missing DoClose at end of testMarkus Mohrhard
Change-Id: Ia06522ba4d3e6b4495e17d260d0bc3618b1a7cf2
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet
Change-Id: I889f67f1bc097b171ba416cd07d1a54a0cbc542d
2015-05-19draw Note mark before text for correct ZOrder tdf#89182Laurent Godard
the cell content is now drawn over the cell note rectangle Change-Id: Idce05497b7a9f67e5e315f5bc2f9c59e53898131 Reviewed-on: https://gerrit.libreoffice.org/15802 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-05-19tdf#91364 - fix data-pilot and auto-filter popup lifecycle.Michael Meeks
Change-Id: I6bc94025da3d6536b38cb43eef262d1d5f4c4c4c
2015-05-19fix Windows buildNoel Grandin
after my commit 10749bbf8247f0b17201b33f95a090dfc4fc3211 "remove the last of the OUString #defines in header files" Change-Id: I0db573b59571ed859d14e5e7d5550cfa0335234d
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe
... or std::none_of. Change-Id: I84808bedbaf098f7c4c987ea62d0ccc4a2b7c2f5 Reviewed-on: https://gerrit.libreoffice.org/15780 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-05-19coverity#1298899, resource leakMarkus Mohrhard
Change-Id: I2bf0df28c23af19bf417e70a0039c7bdccefd6cf
2015-05-19coverity#1298900, init memberMarkus Mohrhard
Change-Id: I0d4e3e96a376e2d0e7232bb1bbe397ec80047320
2015-05-19add test for OOXML ref string conversionMarkus Mohrhard
Change-Id: Icef24eb47b34f1609026a4ead01329846034405a
2015-05-19add test for tdf#91335Markus Mohrhard
Change-Id: I27d70b5c3bdba01a57fa66416da725a426c6b784
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard
Change-Id: I1388bb5ab71f6f6d174872023f085240f3bff916
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard
Change-Id: Ieed3521674ef713d9c09313cd41d1edd6ba3dcc5
2015-05-19replace import with direct ScCompiler calls, related tdf#91367Markus Mohrhard
Change-Id: Ib605536d002071ae753e7da87137deae00529272
2015-05-18render vertically merged cells togetherMarkus Mohrhard
This helps with databars and color scales in merged cells. Change-Id: Ice2054a03d031012645a1f2537da1ea636cbbaef
2015-05-18callcatcher: update unused codeCaolán McNamara
Change-Id: I43dd399368953c629916dad8104a296f837a6344
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
- Move vcl::RenderContext to outdev. - Change some methods on vcl::Window to accept RenderContext as parameter. - Add ApplySettings to vcl::Window - This method is called before painting. Refactor existing classes that use InitSettings to have ApplySettings or mark the classes to be refactored later. - Add RenderSettings for adding defered settings to rendering. This is similar to ApplySettings but for more ad-hoc calls. Change-Id: I4ea58461f3b6b08ccfa3e0ddd1a4a3e04f8c4f45
2015-05-17add a few more databar length testsMarkus Mohrhard
Change-Id: I178a028d65acaf80fdfe23c3911c1f178650b9c1
2015-05-17add tests for last round of fixesMarkus Mohrhard
Change-Id: I5c6d079e8da8797edae4f0649524fcd70c84f2bf
2015-05-17a few more databar length fixesMarkus Mohrhard
Change-Id: I29f27d3a84d16d9d6e9d51c4e86881fff6aa4b96
2015-05-17also test zero positionMarkus Mohrhard
Change-Id: I74dac1362acb04453c51d93ce9fd400a4ce22f2f
2015-05-17add more databar length testsMarkus Mohrhard
Change-Id: I16ea569d360e75290b9b5a54b915c83dd99db759
2015-05-17more databar length bugs fixedMarkus Mohrhard
Change-Id: I921e6dbbf62c3bd5c3c8552161ba6f5d25a0185b
2015-05-17extract code into own methodMarkus Mohrhard
Change-Id: I13fe9fcdbc056480b7eb66304f9ddef48bab3bd4
2015-05-17initial test for databar length calculationMarkus Mohrhard
Change-Id: I6fb47b7987733e4047008430a62f77d58cc592ad
2015-05-17another databar length calculation bugMarkus Mohrhard
Change-Id: I164e1da11fe43b87c9fba32249439cbce860da6a
2015-05-17add missing DeleteTab in testMarkus Mohrhard
Change-Id: I396b9416e60aeba6576be7e3accdc9b2ae6575c4
2015-05-17fix more conditional format crashes, tdf#90982Markus Mohrhard
Change-Id: I009df010f93641310c31031f535d50fb42a655ba
2015-05-17fix incorrect databar length calculationMarkus Mohrhard
Change-Id: I8d6fda8b78daa228fff62f2af8f5f14c7aa03312
2015-05-17little refactoring in databar codeMarkus Mohrhard
Change-Id: Icf2943604106440ff0b1979ebe10497f01fea784
2015-05-17don't use alpha for now in cond format OOXML colorsMarkus Mohrhard
Change-Id: I1be02cf847b75352ef4c013265ef62a2d7af341c
2015-05-17tabbar: use a button for adding of tabs, move button before tabsTomaž Vajngerl
Change-Id: I89fcf7427694ea6fc9468220bae639b221d9ec28
2015-05-16Spelling: smilies → smileysAdolfo Jayme Barrientos
Change-Id: I855060d91933414ffb51f45420abf8d0bd69399b
2015-05-16add tests for custom iconSetsMarkus Mohrhard
mainly import from OOXML and selection of correct icon Change-Id: Id1e0800d887189ac37ae124e25add7b67ceb5305
2015-05-16add test for new icon sets during XLSX importMarkus Mohrhard
Change-Id: I923aff04f8349aa25b49fd2eba6c29bfd579b4a7
2015-05-16getCurrentSheetIndex should not be used anymoreMarkus Mohrhard
getCurrentSheetIndex contains a race condition in the threaded OOXML import Change-Id: I0e26198d4053beb6484e835ea0d5530bec402c2b
2015-05-16fix sheet into which we insert extLst cond formatsMarkus Mohrhard
Change-Id: Idbf9772bbb2c034a6c016492ab31b87e248f7b47
2015-05-16improve asserts to catch more errorsMarkus Mohrhard
Change-Id: I9cd3c093af8f9f71c133ad89c45f2f9d46d64c01
2015-05-16fix import for extlst entriesMarkus Mohrhard
Change-Id: I49e95149f8a705905c0a56f2bc29aa02cfbb7a91