summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
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
2015-05-16rename classMarkus Mohrhard
Change-Id: I09ad268ff848d684022dbb696501afe8332f3771
2015-05-16export iconSet to extLstMarkus Mohrhard
Change-Id: I7606c5cb6321cfec9b36332dcd76fbad81d269d6
2015-05-16add missing OOXML icon sets, tdf#69095Markus Mohrhard
Change-Id: Ia4f9e62bb2b2bd143785642fcfacbc58cfaf1926
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-15tdf#74932 FILESAVE: Shapes appear when saving a .XLSX file with filterPriyankaGaikwad
Problem Description If the attribute hidden is set and then after exporting it to .xlsx, the shape does not remain hidden. XML Difference Original : <xdr:cNvPr id="2" name="Rectangle 1" hidden="1"/> Roundtrip : <xdr:cNvPr id="0" name="CustomShape 1"></xdr:cNvPr> Change-Id: I2e87a484ea984b56415891fd157995cb49453f76 Reviewed-on: https://gerrit.libreoffice.org/15662 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
Change-Id: I969d99fa8881cc89601696a2d8621905a82b147b
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
Change-Id: I4cdaf36581d1e1daa39929e621070d18a9996852
2015-05-15import cusotm icon set collections from OOXMLMarkus Mohrhard
Change-Id: I92c8a55d313cb1b066bd3ec8822b8a8edeb6b749
2015-05-15support custom iconSet collectionsMarkus Mohrhard
Change-Id: If54afe3535dd20f77cab9d15ba2d575ddeb89986
2015-05-15support iconSets in extLst entriesMarkus Mohrhard
Change-Id: Iec293ec3541b87b16f5a8097d51b878166814670
2015-05-15refactor ScTabSplitter to use RenderContextTomaž Vajngerl
Change-Id: I0822bf2fc8752efa16add193b2860c6f9f9668e3
2015-05-15refacotr ScCornerButton to use RenderContextTomaž Vajngerl
Change-Id: I441d87680b22db19d5bc1c2e7e661921f36c2143
2015-05-15refactor AutoFmtPreview to use RenderContextTomaž Vajngerl
Change-Id: Icaed24f08cfa85f3f91c3f2351384a0b59242d03
2015-05-15refactor ScMenuFloatingWindow to use RenderContextTomaž Vajngerl
Change-Id: I27b4f412b38788094bb5c78f24123bb28c0e8183
2015-05-15refactor ScZoomSliderControl to use RenderContextTomaž Vajngerl
Change-Id: Ie57c22e12b8b6f68a52e857b815765d2d37fc099
2015-05-15move Resize code to Paint for ScTextWndTomaž Vajngerl
Change-Id: Icd0e12e02b808c3cf1eacd15021cdf249bdcfab3
2015-05-15refactor ScTextWnd to use RenderContextTomaž Vajngerl
Change-Id: I6d5ab66df02a527c6643feb46cebe110cd1373b9
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin
Change-Id: I5b99e42a3e85527b27d515c468d2ed66386fc9df
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
Change-Id: Ie7302c909feb2e83b8b5e62a5e6a1f901783fb49
2015-05-14now we also support axis min length and max length for middleMarkus Mohrhard
Change-Id: Ie4ce5906094386d68be46c03d9fb0c75b2663947
2015-05-14fixes and improvements for databar length calculationMarkus Mohrhard
Now min length and max length are also respected when the axis is in the middle. Additionally when the axis is in the middle we now scale the negative and the positive part with the same factor. This is better for itnerop and makes more sense. Change-Id: If4c1adc0977d8ed66b8f22d937b0b3933288d012
2015-05-14add test for negative data bar theme colorMarkus Mohrhard
Includes test for work-around for Excel bug. Change-Id: Iee51241725c827b20b1ecaa8b5dc8144860749c2
2015-05-14work around Excel bug with negative bar theme based colorMarkus Mohrhard
Change-Id: Id1276dc0e68b46158b750c96aad8afc24fb18743
2015-05-14VclPtr::reset does not delete the widget, tdf#91269Markus Mohrhard
Change-Id: I26f392dc32bc4eb6fa82a1446680725691126457