- 06 May, 2015 40 kayıt (commit)
-
-
Laurent Balland-Poirier yazdı
Continue https://gerrit.libreoffice.org/15606/ 5a8c7fd551522bdfe935f4138bde0df376464608 Rebase of https://gerrit.libreoffice.org/15233/ Update with more robust tests. Update create NumberFormatPropertyPanel.[hs]rc Change-Id: I36bd95cbaee160f96e7e7369096b5c8fb0aa8a4d Reviewed-on: https://gerrit.libreoffice.org/15609Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Tor Lillqvist yazdı
Hoping to fix the Android compilation. Change-Id: Ibb476edebc6b2da040af8c8db04efa39882c5bf0
-
Eike Rathke yazdı
Change-Id: I16cbc7d772f39c8778b8ba21a629ced6b0dbedeb
-
Eike Rathke yazdı
Change-Id: I70d3f595b3fe26b77788a668a430d4d777320754
-
Juergen Funk yazdı
Only found the exception with the Debugger, when exit the swriter. The appliction stop the SalTimer, but the own message (SAL_MSG_TIMER_CALLBACK) is in the message-queue and restart the timer again. After that, the SalData would be delete and then in SalTimerProc use the SalData, then exception. Change-Id: I8e02a38d4e741cfd31de605cb5b172b28a0909fb Reviewed-on: https://gerrit.libreoffice.org/15649Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
This adds ScDocument& to all RefUpdate...Context; another approach could had been to add an UpdatedDBData similar to UpdatedRangeNames and gather those in the ScDBData::Update...() methods, but as long as ScDBData::IsModified() works that isn't necessary. Change-Id: Iae3ec6c8b8356cbd8acb2445489e91e7d6922fb3
-
David Tardon yazdı
Change-Id: I636453e8cab09ec5021acd2bb1f2937f1402dccc
-
Tor Lillqvist yazdı
The libsofficeapp and LibreOfficeKit API bits. Change-Id: I4efe9880dfa4e0387f05b50e64b5eaee448e0925
-
Tor Lillqvist yazdı
It can well be that the StatusIndicator code is called for multiple independent sections while loading some document format, and that the first progress is not the one that actually takes much time at all, so following just the progress of that would be misleading, the progress would be "stuck" at the highest value set by the first progress (forever, if it has gone up to 100%). For example, when loading the odk/examples/java/DocumentHandling/ test/test1.odt sample document, the code first calls the StatusIndicator while parsing the styles.xml, going from 0% to 100%. But the styles.xml is typically rather small. Then the code calls the StatusIndicator *again* while parsing the much more relevant concent.xml. For that particular document, this time the progress goes from 0% to 27% only, for some reason. Oh well, GIGO. Change-Id: I87bfc586a53efcbeb94924f21dd365ca63da88d7
-
Tor Lillqvist yazdı
Change-Id: Ie202c072ab10783c4030af280023795e498d2523
-
Tor Lillqvist yazdı
Change-Id: I06a382917717906a0e5fdee57e296bab407c5348
-
Tor Lillqvist yazdı
The framework bits. Change-Id: I9cbd649c7766284bfcf8846d2b5e129dd2731ee8
-
Tor Lillqvist yazdı
The comphelper::LibreOfficeKit bits. Also will need additions to the libsofficeapp bits in desktop and then to the StatusIndicator implementation in framework. Change-Id: I15c2505bbf6439c07d1956685d0a6d2a22aefc58
-
Takeshi Abe yazdı
Change-Id: I03ed512ba20206ed38428efe324f54f79abe1933 Reviewed-on: https://gerrit.libreoffice.org/15616Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Michael Stahl yazdı
The assignment in the 3rd ctor is actually executed after the use from loadUI(). (regression from 39078c24) Change-Id: I34b3d7fb9d6c4637d15c7865e6034f2c9d968b99
-
Michael Stahl yazdı
Change-Id: Ib959da6f4dab0b290955e8b786d6efeef7f307b0
-
Michael Stahl yazdı
Apparently -1 is used for invalidated ones. Change-Id: I31901ff9f1caf3d011e476e220cec71669f5a356
-
Michael Stahl yazdı
Change-Id: I2554c77245eb2c22201b6e680ab42db666b2ee8b
-
Michael Stahl yazdı
Change-Id: I901d934d1c2bdf6f15760292481091eb740dfda1
-
andreas_k yazdı
Change-Id: I75f4be6d13fc10a801f105c5033bc288bf87c29b Reviewed-on: https://gerrit.libreoffice.org/15564Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Eike Rathke yazdı
Change-Id: If94504f08cca6dcab009142cc18799bafecb3ece
-
Michael Meeks yazdı
Change-Id: Ic0a084fe7392ae5a407a367fb67a5a1837a2ca14
-
Stephan Bergmann yazdı
This code was like that ever since 84a3db80 "initial import." From other uses of SvxOpaqueItem, the best bet appears to be RES_OPAQUE. Change-Id: I19de8fac4f41716d9c2a73bda4a8cea200ae99f8
-
Michael Meeks yazdı
Change-Id: If870f88d1d83db8bd436ac1bb9a1c676c34605b5
-
Caolán McNamara yazdı
Change-Id: I46dadf9be542990ef18d78a54d7ebce3c3df80f9
-
Noel Grandin yazdı
remove the DIALOG_NO_PARENT abomination and replace it with a flags parameter Change-Id: I71b7dc46c619f2db56af6d4dc2c17daf0a2c8534 Reviewed-on: https://gerrit.libreoffice.org/15645Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Caolán McNamara yazdı
regression from commit e0ad036e Author: Luboš Luňák <l.lunak@collabora.com> Date: Thu Feb 19 16:39:06 2015 +0100 mailmerge doesn't need to use the singlefile technique for printing Change-Id: Ib1a7ae3033c03d13ba930cb6b94d85bd8041334c
-
Stephan Bergmann yazdı
Change-Id: I11aa264391aa4fcd90d171b9a6d93ed8e430b6cc
-
Caolán McNamara yazdı
Change-Id: I08e814a2895490faebd79ca9e340d6bd8a0b5bfd
-
Michael Meeks yazdı
Failed to initialize the VclPtr<VirtualDevice> with an instance. Change-Id: I6df2cbc1176ad74e3d8b5249b579ba424810c701
-
Stephan Bergmann yazdı
Change-Id: I00cd35374294ccdcc0ac3223ae81ba8129b9a5d7
-
Stephan Bergmann yazdı
Change-Id: Ia4fe932e765651653e6c534e755a8fc32875ffc3
-
Stephan Bergmann yazdı
Change-Id: I9b574f652e5d999086e32e9c7ede7c68fe5cc99a
-
Stephan Bergmann yazdı
Change-Id: Ieee142ddebb288037647fb77bac6f11b9827c4a8
-
Stephan Bergmann yazdı
Change-Id: Ieea90173e84dc4d1d0202a3804033d1c42370261
-
Michael Meeks yazdı
This avoids getting StateChange calls on disposed widgets. Change-Id: I33968f1afc09df47eda5ad5e0f0ae3a5cc408a63
-
Laurent Balland-Poirier yazdı
If scientific format is selected, "Thousands separator" option is almost useless. It could be replaced by "Engineering Notation". Rebase of https://gerrit.libreoffice.org/15152 Update with more robust tests. Change-Id: Ie2b88b1f149fce26c32a43ace623cf1f45f38e6e Reviewed-on: https://gerrit.libreoffice.org/15606Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: Ibc394aa8ae758bbcc478707731cda3b270499ce2
-
Katarina Behrens yazdı
Change-Id: Ice995c7061b195ae7ac600635fc7643f762841c0
-
Tor Lillqvist yazdı
Change-Id: Id59ba5f0fcb27e5a3fec322ba0a016c5fc4bacc1
-