summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl4-8/+9
Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
2013-03-13fix fdo#38385 - accept as valid 'start' and 'end' tokens for linebordersNoel Power1-0/+2
Change-Id: Ie092cc09c9c6e971c4f2020cb3b233ee350752ce
2013-03-13Translate German comments, clean up some whitespaceChris1-92/+89
Change-Id: I98c1ffcb404d63ea84ac68eb0087701976414ba3 Reviewed-on: https://gerrit.libreoffice.org/2539 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-13bnc#798309 inherit group style from parentNoel Power1-1/+1
Change-Id: Ie4f1d244f1c9b4935305742d12cabaee3e38647c
2013-03-12update pch headersLuboš Luňák1-0/+7
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-12re-enable testStarBasic() & testVba() in for Windows ( macosx later )Noel Power1-1/+1
Change-Id: I9f7621fdadbff1c7b1b3d0fbadf43715327e39d6
2013-03-12fix for fdo#62111 - don't count non-default empty rows as rows to repeatNoel Power1-4/+7
Change-Id: I075310ef63ab4eb666da2092d4be1c6f8d989b75
2013-03-12disable splitcolumn tests that seems to cause problems on some tinderboxesNoel Power1-0/+0
Change-Id: I550141e0ada38d80bfac0a0a296bf3dd9116af71
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist9-25/+25
Change-Id: If38a5d23150bcd19a6eb6024c2ef1eea826898f5
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang3-2/+25
Patch by: zhao shao zhi, aoo.zhaoshzh@gmail.com Found by: Yan Ji,<yanji.yj@gmail.com> Review by: zhangjf (cherry picked from commit bcf01fd794ec169aaf2a3f8b86f986ec60e5beb8) Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: sc/source/ui/view/gridwin.cxx Change-Id: Ie8a529c697979cf75c303bddcaddd2776f5b8047
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand2-0/+7
Reported by: Yan Li Patch by: Yan Li, Tan Li, alg Review by: alg(cherry picked from commit 2b1cedbe547ea8f7979f91873dd6e602ebb08a7b) Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: chart2/source/view/charttypes/PieChart.cxx chart2/source/view/main/ChartView.cxx sc/source/filter/inc/xlchart.hxx Change-Id: Ibc6f070021c79809c651ba789409a5fb5096c185
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir11-22/+22
Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11now that vba import is fixed re-enable the subsequentcheck testsNoel Power1-2/+0
Change-Id: I757e4affaece0d2dc2c1d3174669afdc27d38da3
2013-03-10update pch filesPeter Foley1-0/+1
Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
2013-03-10this method is now unusedMarkus Mohrhard1-19/+0
Change-Id: I53f216836f1d8d8ff185c90ccdeda018bbb5dbe0
2013-03-10changing the note handling was an error, fdo#55430Markus Mohrhard1-4/+0
Change-Id: I1c18f33af2a1199fd9c5e54c0b0c4b52702ca0f6
2013-03-10reverts d2157548221e28d8f702cc81991f7aef198b523eMarkus Mohrhard2-15/+54
2013-03-10Add back subsequencecheck targets accidentally removed ...Korrawit Pruegsanusak1-0/+17
... in c95e3fb64695cedfa40bfe5472879ee8a692d73f Change-Id: I89b34ae414b8c02d4f015e52047a232fefda2d4b Reviewed-on: https://gerrit.libreoffice.org/2630 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-03-10handle note export correctly, fdo#61165Markus Mohrhard2-32/+23
This code was horribly over-optimized and that actually with an error. There is a nasty corner cases that has been left out in the code. Note captions are actually normally not deleted from the document even if the note is deleted. So we had now wrong note captions in the list that we should not process but they were screwing up the export code that only exports captions for existing notes. When we only add the caption data for existing notes the code becomes so much cleaner and the bug is immediately gone. Change-Id: I51f1e9042f88f3f1b2d7aae75942629771d39012
2013-03-09fix fdo#61025, Revert "fdo#55430 switches off text mode when ...Markus Mohrhard2-54/+15
This reverts commit e80a8b6f14fac6bb6cc7ea55b118f95472d5b654. Change-Id: I30305abb212907690933ff27899b0ad7b6793360
2013-03-09coverity#705689: fix memory leakMarkus Mohrhard1-3/+1
Change-Id: Icdedeb1cfa50c11a640b08b930723bcbe018ebc2
2013-03-09group undo action when hiding/showing sheetsLaurent Godard8-77/+109
- the test if there are enough tabs before hiding is now in HideTabs - a vector is passed to Undo - modification of the displayed text - minor optimization on looping over sheets (exit when condition is fullfilled) Change-Id: I86196c6bb0f5fd6ba5b44c69efadc16b119a7f11 Reviewed-on: https://gerrit.libreoffice.org/2579 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-03-09use direct calls for column width import from ooxmlMarkus Mohrhard1-4/+15
Change-Id: Ibaeaee66c5fc763320a75a638b221a7c0a30456b
2013-03-09use direct calls to set row height, fdo#61721Markus Mohrhard1-6/+9
Change-Id: I3c19e00b8ad2bc649b8e499cc869e3a4c488c343
2013-03-09Remove unused functions (callcatcher)Julien Nabet2-11/+0
ThumbnailView::deselectItem(unsigned short) XclExpPivotCache::GetFieldAcc(rtl::OUString const&) Change-Id: I88d79c7c1eede9544a4232e467a54629e4976798
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim104-0/+300
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08Adjusted this to the latest code base to get it to apply...Kohei Yoshida1-12/+15
Change-Id: I95cc141d4d13cf27fcf1e736862093837cc1e065
2013-03-08Removing this comment...Kohei Yoshida1-3/+0
Change-Id: Iaa1adc11063f9c2bd93ee25a2fcc23ac06d08f21
2013-03-08A little cleanup.Kohei Yoshida2-11/+3
Change-Id: I244b32545548ad882a80f8b0d5128b8620d9fba0
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara19-73/+77
Change-Id: Ia6dd6cc4cf89b067310639bc3da72abbc6fa1ad2
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara5-48/+90
Change-Id: I11d6a0f1d4852aab1fe08671fd9c2a0dac0825a7
2013-03-07fdo#54651: Only pick non-default number format for pivot field.Kohei Yoshida1-1/+3
Change-Id: Ia88282803c8df8389ed24efd8b1ca7600a39bf23
2013-03-07drop unused resourcesCaolán McNamara3-57/+1
Change-Id: I6bd9c1cf56eb7f890c9d2f97819440377b457557
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2-3/+4
and add a mechanism to know that we're in true initial layout mode Change-Id: I4ff61160ae67a7ccf1cb8b25c41870c195d32b94
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara13-217/+134
Change-Id: I1449b69a4291f1b3cb76f549cb8f1d50e9bc6924
2013-03-07disable new vba tests ( vba import for certain files appears broken )Noel Power1-0/+2
Change-Id: I589ff778383f6e1a5fa910be687787658cb414a0
2013-03-07disable Ranges-2.xls vba test fileNoel Power2-17/+5
there seems to be some problem ( regression from 3.6 ? ) with dealing with addresses returned from named ranges where the addressing mode of the named range is different from the addressing mode of the document itself Change-Id: Icfcd047819a4d1c89ae9509ea1a2e1b2d5386101
2013-03-07enable bag load of excel specific VBA api testsNoel Power19-1/+76
Note: some of the test documents have some tests disabled in order to run without errors, these are identified by the following lines Rem [#FIXME disabled 3.6 ] in the macro source. note: some of these errors are expected and were always happening, some errors e.g. those pastespecial specific ones in qa/unit/data/xls/TestCalc_Rangetest2.xls seem to be to do with problems with the test harness. note: there are some others ( e.g. in Window.xls & windows2.xls ) that seem to be related to hard sizes and screen resolution ( these should be adjusted sensibly ) Change-Id: I07a43a2802d4e1794ac2f8c648f666b5bcd13a04
2013-03-07fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin15-0/+15
Change-Id: I1a591ec4061c73657c26552d41c58b970696038f
2013-03-06need sc.hrcCaolán McNamara1-0/+1
Change-Id: I1c5fa09da04e8c21cfe418b814c61b63a90a4db3
2013-03-06Converted Insert -> Names -> insert widget.Abdulelah Alarifi1-0/+184
Change-Id: I903d329cffd77daa9987cfc6079d9cfd10d98fc5
2013-03-06remove .src remnantsCaolán McNamara5-206/+0
Change-Id: Icd3df6c154e1eac0d7ba47c449c3fdc6ae388879
2013-03-06adapt code to define name .ui conversionCaolán McNamara6-234/+318
This is a bit of a pig, the RefButton does a magic shrink of the dialog to just two widgets. This happens in a baseclass which has other users so for the time being switch off being in a layout enabled dialog to do the right thing depending on that. On the bright side, for the other expandable element we can now use a VclExpander and throw away the custom resize, reposition, etc. code for that. Change-Id: I9f2ab8a8d1bd28ee873ec8548a26131eab597763
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong8-34/+18
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard3-13/+24
Change-Id: I4c7f79393721bff3d5e6fda98b8d4bf16a5ee398
2013-03-06make all chart ranges explicitly 3D refs during import/export, fdo#61781Markus Mohrhard1-1/+2
Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b
2013-03-05fix for fdo#61801Noel Grandin1-1/+2
... "crash on Tools - Options - LibreOffice - Personalization - Select Background Image" The root cause of this is my conversion of the UNO code to use the new-style FilePicker service constructor in commit 4b51374a7021d52f7f1be1861e2ee6a011b30ecd Unfortunately, the new-style service constructor will always call initialize(Sequence<Any>), which the old code did not do. And initialize does not like being called without any arguments. The cleanest fix for this is to simply remove the createDefault() service constructor method and make all the call sites explicitly choose the style of FilePicker dialog they want. As a bonus, this simplifies some of the call sites. Change-Id: I75f5e03cff4e39abe22cd9650a079ec78ab636c4 Reviewed-on: https://gerrit.libreoffice.org/2553 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-05another use of the reverse Unique HelpId HackCaolán McNamara1-4/+1
Change-Id: Ic2d84bc20abda1ad2417d4dfdbe8c8fb09a49efd
2013-03-05Converted Insert -> Names -> Define widget.Abdulelah Alarifi1-0/+301
Change-Id: I1772da085487358854ae5cc41fb0a802fd761786 Reviewed-on: https://gerrit.libreoffice.org/2130 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király2-8/+8
Replaced String with OUString in mediawindow.cxx, basdoc.cxx, basdoc.hxx and bastype3.cxx. In other files I only replaced, what was necessary for the changes in basdoc to work. Change-Id: I1ad0e7e262f8becdf57f182853aaa914a88895a4 Reviewed-on: https://gerrit.libreoffice.org/2554 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>