- 04 Kas, 2013 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
Rather than doing it individually. Change-Id: I5ed55947b715bf6d7d61a1f8b751be7fdcf425fb
-
Kohei Yoshida yazdı
Now the unit test passes. Good. Change-Id: I23fa8355805c192f43db0199f3628f2bf457a645
-
Kohei Yoshida yazdı
Change-Id: I90e3bbaae41fac51711b8502fbeb6ee2ebf19082
-
Kohei Yoshida yazdı
And add Dump() to ScRangeData for debugging convenience and re-enable previously failed test cases. Change-Id: I9d8f41a8be4c9c301254ef300c7b7f0c1ea7f393
-
Kohei Yoshida yazdı
Now SetGroupFormulaCell() is no longer used. Change-Id: I10a387da04724794974eaf491a8efa4cda09d82a
-
Kohei Yoshida yazdı
Also fix incorrect const methods. Methods that populate the document model should not be marked const even if the compiler allows it. Change-Id: Ic5d1670ce93c166d0f44ace04494fccab6eac275
-
Kohei Yoshida yazdı
Also, those createFoo() methods shouldn't be const since it does modify the state of the document model. Change-Id: I6a9267c54710f359506ca39c1e213f82595ebfe3
-
Stephan Bergmann yazdı
...where the previous .uno:PrintPreview request has not yet been processed, the same way it had been made more robust for ScAccessiblePageHeader.java in 5b5c52a3 "Try make this more robust in slow environments" plus b5dd2b42 "Also cope with intermittend DisposedExceptions." Change-Id: I5244e8f8af9560ae986ed3a836bdf9571574420f
-
Winfried Donkers yazdı
Change-Id: Iaecccd9ec6ab6a08c6c7ee8c024a3eba48ca1682 Reviewed-on: https://gerrit.libreoffice.org/6521Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
Also, add InteropGrabBag support to bCs, themeFill, themeFillShade and w:ind's right attribute. Change-Id: I0d6ad0ef062218e71d7c71f99c56dd680b6930de
-
Matúš Kukan yazdı
Change-Id: Ib7a040c48d8f35e8bd68a30e7b5219a7499ec8da
-
Winfried Donkers yazdı
Arguments 1 and 2 of MMULT have the same name in the function wizard, which is both confusing for the user and inconstent with other argument names for matrix functions. Patch simply changes the names to match the description of the arguments of MMULT. Change-Id: I9fc35907133aa61248182bd3b253a7f90ba7cd2c Reviewed-on: https://gerrit.libreoffice.org/6526Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Eilidh McAdam yazdı
If the scale settings specify that the print ranges must be scaled across a specific number of pages, the default behaviour is to ignore breaks to avoid the case where breaks force more pages than specified. Here, an option under Calc -> Print -> Pages is added so that the user can specify that manual row and column breaks should be forced. Change-Id: I445cd7ce9e16e4ec2d0c320f059edad62b40f22d Reviewed-on: https://gerrit.libreoffice.org/6531Tested-by:
Eike Rathke <erack@redhat.com> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Eilidh McAdam yazdı
If a print range's manual breaks forced it over more pages than specified by the sheet scale settings, the zoom calculation wasn't able to converge on a zoom level, so it bottomed out at ZOOM_MIN. This issue only appears if the Calc/Print/Page/ForceBreaks option is selected and simply ensures the minimum number of pages is at least the number required by the breaks in the sheet. Change-Id: Iba36e850081718b1aa43e5c3db3c883530885853 Reviewed-on: https://gerrit.libreoffice.org/6532Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
and inherits from Edit which reuses that same bit for password Change-Id: Ice27caecfd82e2dd7b000474f37b601fd4628766
-
Miklos Vajna yazdı
Change-Id: Idaf5f6ef13df1ee821d23b8366d25924d26ff4c2
-
Stephan Bergmann yazdı
...in b40ffd28 "fdo#60698: Move generic fpicker to svtools." Change-Id: Ib0aaf010d61c8a77315430991f41941b57b560e8
-
Stephan Bergmann yazdı
Change-Id: I65b0caa36da08c5df552d8f1644ec74bfe135bfe
-
Maxim Monastirsky yazdı
This change fixes two bugs: 1) In it's old location at PDFFilter::implExport, the pdf viewer is called *before* the final file is actually written. It causes a problem under Windows, because we use ShellExecute function which fails if the file doesn't exist. Calling a function blocks execution, so we have no chance to write the file before that function fails. (fdo#68099) 2) Being a part of the saving/filter code means that the pdf viewer will open even when converting to a pdf in headless mode. It's definitely not something that we want to happen. Change-Id: I1a6f70ec76100ac9e008869aa57ad738ced3ab6c Reviewed-on: https://gerrit.libreoffice.org/6565Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chr. Rossmanith yazdı
Change-Id: Ia6ebc21da0dcc134d07e040fc32f94a4928aa17c Reviewed-on: https://gerrit.libreoffice.org/6560Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chr. Rossmanith yazdı
Change-Id: I598c7367806a88cd4e582333c1e2fc8b984333e5 Reviewed-on: https://gerrit.libreoffice.org/6561Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Samuel Mehrbrodt yazdı
Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38 Reviewed-on: https://gerrit.libreoffice.org/6524Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
It seems pContent may be NULL (see https://bugs.freedesktop.org/attachment.cgi?id=88539) Change-Id: I80249dd1d0afc3feaef5f1b1d134210beee3d029 Reviewed-on: https://gerrit.libreoffice.org/6536Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
We need the EditEngine Modification handler of the inputbar that we are feeding to be disabled while this dialog is open. Otherwise we end up in a situation where... a) this ScFormulaDlg changes the editengine b) the modify callback gets called c) which also modifies the editengine d) on return from that modify handler the editengine attempts to use old node pointers which were replaced and removed by c We turn it off in the ctor and back on in the dtor, but if calc has to repaint, e.g. when switching to another window and back, then in ScMultiTextWnd::Paint a new editengine will have been created via GetEditView with its default Modification handler enabled. So ensure its off everytime we will access it via InputReplaceSelection pScMod->InputEnterHandler(); I wonder if we should really be calling ScMultiTextWnd::GetEditView (which creates an EditView if one does not already exist) in ScMultiTextWnd::Paint or just check for pEditView directly, but that then leading to the need for it to be explicitly created somewhere else. As it stands in ScMultiTextWnd::Paint(...) the "if ( pView )" can never be false. Change-Id: I2f6df9ce0cc7ec59e8be33f4e67d91422796d251
-
Caolán McNamara yazdı
Change-Id: Ibc359a8dbb26ef066dc43535eaf9835c4c7e9314
-
Stephan Bergmann yazdı
Change-Id: Ic65d1d5dcf2a0a7dbc0b382002b15e47f7998344
-
Michael Stahl yazdı
Change-Id: I9c6bbd0ae57b90f9fec570ec5dea5058625e0f8f
-
Michael Stahl yazdı
Passing a target local variable like $(LOCATION) to gb_Extension_add_file does not result in an actual dependency on the file. Change-Id: Ide77ab81f19877267056bf8e50d69c9cfedcda79
-
Michael Stahl yazdı
Change-Id: I8f830790935a05a0413187b6e21002e0f2563adf
-
Michael Stahl yazdı
Change-Id: If1d0d5294af87f2b780deadb21d12a6ee90dead6
-
Marcos Paulo de Souza yazdı
Signed-off-by:
Stephan Bergmann <sbergman@redhat.com> Conflicts: dictionaries Change-Id: I6af478d7d6952e0e8f6c8f1b0575fcd50f2ba0e4
-
Miklos Vajna yazdı
Implement roundtrip of smallCaps, spacing, caps and color's themeColor attribute. Change-Id: I1ac88de030356a5ce08a28ac16cd159a426d2be9
-
José Guilherme Vanz yazdı
Change-Id: I5b8e08bad3d83b6df23127377c0700fcd27ff084 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: Ia50265e397704131dc948bc2bcbf80a442054b71 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6538Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Rodolfo Ribeiro Gomes yazdı
Some methods properly defined as const methods Change-Id: I59bc371bbb3adc6df2b96b82a0968a8693622ff8 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6537Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Miklos Vajna yazdı
The bugdoc contains a shape with type 75 (ESCHER_ShpInst_PictureFrame), which also has a shape text. Looks like this is an RTF which is generated by some 3rd-party tool: Word can open it, but it doesn't show the text on the picture frame, either. So, let's just ignore the shape text for picture frames at RTF import time as well, that avoids the crash. Change-Id: If673122eb16f4a4f7eddf107877fcfa7cb052821
-
Khaled Hosny yazdı
Change-Id: Iafba7ff0d0a4b163f9d99195cab36c9968e0bd73 Reviewed-on: https://gerrit.libreoffice.org/6558Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: Ib3c0516297b0bd68b59c8cfc5c5488005c059c27 Reviewed-on: https://gerrit.libreoffice.org/6557Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I13dec52e6999d9c8aa0ba1f0c31ee8c36e1b6aac Reviewed-on: https://gerrit.libreoffice.org/6556Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I2d244cc2ea9390f3a118bb620d397faa59e4e491 Reviewed-on: https://gerrit.libreoffice.org/6555Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-