- 17 Ara, 2016 5 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I7a769ab3c7881eae80849efc5e75eca5846d254f
-
Caolán McNamara yazdı
Change-Id: I1f949c29020c498200decdac487e0519f48a4142
-
Caolán McNamara yazdı
Change-Id: I7a4fe41d6ff5c7b9fe9ed243b84779da9d2c8a68
-
Bjoern Michaelsen yazdı
this should fix libscqahelper ending up with a wrong MAKEFILE, which then confuses gbuild-to-ide Change-Id: Ibf030b3d9dbf3ba92b7e119e847d7cd6104dedb2 Reviewed-on: https://gerrit.libreoffice.org/32107Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Justin Luth yazdı
since m_bBorderDist is currently always true, this will not have any real impact, but it should be ,m_bBorderDist instead of ,true. Fixes commit 5d9d0f3c there is a function for that: CalcLineSpace(xx, bEvenIfNoLine) Change-Id: I5c7f6ad02d2a4c426e2d231c13d3d38ce45b7a1b Reviewed-on: https://gerrit.libreoffice.org/32112Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
- 16 Ara, 2016 35 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I4e584a2d518d8d9a1e183cf4f5f76eaff349352d Reviewed-on: https://gerrit.libreoffice.org/32095Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
This may have been the cause for some tinderboxes choking on this test on Windows and Mac if the forecast results slightly differed due to the initialization with random values and the calculation taking place with a different internal floating point precision. So let's try. Blindly throwing ROUND(...,12) at all values is wrong anyway because that doesn't take the magnitude of the expected value into account. What we actually want is an accuracy of 12 digits, not an accuracy of 12 decimals. 0.123456789012 1.23456789012 12.3456789012 123.456789012 ... Change-Id: If88d75277c3d17cfd72f36d0f88d093b63da8add
-
Caolán McNamara yazdı
did I break android here mysteriously This reverts commit f2fae368. Change-Id: I0d941d3e474c6693cd15e1b55baab83a3da48488
-
Caolán McNamara yazdı
Change-Id: I78bee8ee1426096830f8402e3967819779426783
-
Michael Stahl yazdı
or footer. Some very special handling going on to paint these in VOCOfDrawVirtObj with a GetSwDrawVirtObj().GetOffset() added; they are falsely identified as invisible because their sub-objects have an anchor set but it is always on the first page so to properly check them we'd have to add the same GetOffset() thing but checking the top-level object should be sufficient. (regression from 689cead9) Change-Id: Ida6fcd41948f46410ca02193549e426bc9dae8c5
-
Michael Stahl yazdı
It turns out that draw objects in header/footer often don't have AnchoredObject::mpPageFrame set, so use FindPageFrameOfAnchor() instead. (regression from ae06f4be) Change-Id: I6d54baa3acffa6775d5b57a1517c77a964065dd0
-
Caolán McNamara yazdı
since... commit 880e622d Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Date: Sun Dec 11 14:30:44 2016 +0100 refactor out lcl_GetWW8Pos IIUC the old code only changes the X/Y if its not NO_CONV for that direction, so lets reintroduce that and then drop the assert Change-Id: Ia5b0e668fff83466dc2ab59aa163cb9a87984b0e
-
Caolán McNamara yazdı
wrong since... commit 880e622d Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Date: Sun Dec 11 14:30:44 2016 +0100 refactor out lcl_GetWW8Pos Change-Id: If7b680aa80a3d2e197b853a46afdcee6be83046c
-
Caolán McNamara yazdı
Change-Id: I73eb58e44c00d5e1cfcabe71f2ba946a81a62fa7
-
Pranav Kant yazdı
Now it broadcasts "disabled" to disable the command and true/false to tell the status of the command which automatically means "enabled" Change-Id: I3314da77fb2b84d97f64b9832d65791b84fcd7df Reviewed-on: https://gerrit.libreoffice.org/32086Reviewed-by:
pranavk <pranavk@collabora.co.uk> Tested-by:
pranavk <pranavk@collabora.co.uk>
-
Pranav Kant yazdı
... and not true/false Change-Id: Ie9ae6cbf70c1934dda1002deabda23c9f461c8b1 Reviewed-on: https://gerrit.libreoffice.org/32085Reviewed-by:
pranavk <pranavk@collabora.co.uk> Tested-by:
pranavk <pranavk@collabora.co.uk>
-
Winfried Donkers yazdı
Also changed varaiable names for easier understanding of their meaning. Change-Id: I7c6f338c04898c7b07ebeb97fb331d51fa691f5b Reviewed-on: https://gerrit.libreoffice.org/31910Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Khaled Hosny yazdı
Use OString::getToken() instead of manually tokenizing the string. Change-Id: I2647dc2be1343de8ae0adf581260f5e06364ef79 Reviewed-on: https://gerrit.libreoffice.org/32015Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Khaled Hosny <khaledhosny@eglug.org>
-
Khaled Hosny yazdı
Partially reverts "tdf#103725: Fix horizontal scaling on Windows", which didn't work on newer Windows versions anyway. This reverts commit a5750d92. Change-Id: Ia4bb426a21804517d3ec313ab7494ba121c5751b Reviewed-on: https://gerrit.libreoffice.org/32068Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Khaled Hosny <khaledhosny@eglug.org>
-
Stephan Bergmann yazdı
Change-Id: Id97600a7d29fbe938d67ea074ca12dd665a29cc3
-
Stephan Bergmann yazdı
Change-Id: Ib98620423606e355cf24ee3954f196d9f073c30d
-
Stephan Bergmann yazdı
Change-Id: I19292f03c1a28eed8712dc83dc9cc0334c8f45e3
-
Stephan Bergmann yazdı
Change-Id: Iebe340f9594f0e1847055361cebce5930685efd9
-
Stephan Bergmann yazdı
(sal/inc/rtllifecycle.h only hits on Windows as that is the only platform that happens to actually include it in a C compilation unit, sal/osl/w32/dllentry.c) Change-Id: I2878b52daf713ea45eaa2968cc5d2686b86abfe6
-
Caolán McNamara yazdı
since commit 817cd83c Author: Peter Foley <pefoley2@pefoley.com> Date: Mon Jan 18 14:19:51 2016 -0500 Improve LTO flags on Android so just drop the piece which can never be true here Change-Id: Ia9d718254d9dda5c25af269221a2acae1eb0566d Reviewed-on: https://gerrit.libreoffice.org/32070Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I9e4f210c9670b28a99b779d15ec32303832ce48b
-
Stephan Bergmann yazdı
Change-Id: I557e752ca05146e2a571d027fc3d1875afd6ef26
-
Stephan Bergmann yazdı
Change-Id: I2a64b18c707085f7d4485ba46d599e8ab0df2408
-
Stephan Bergmann yazdı
Change-Id: I56754a718af9433c0fa654ccb8eb34da00e75420
-
Stephan Bergmann yazdı
...where an ImplicitCastExpr happens to appear between CXXConstructExpr and CallExpr Change-Id: I62226cc89d87bd3d9c03743b650f10c32c18f9be
-
Samuel Mehrbrodt yazdı
createPath documentation advises against relying on the E_EXIST error code, so we just ignore it Change-Id: I0e842315e1fd5c661d2b504b196e320f84c58e4f Reviewed-on: https://gerrit.libreoffice.org/32081Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Olivier Hallot yazdı
Project: help 330afbbc626e0e811a3bf0fc709fedc41b11eed2 Fix URL for invoking help page in HC3 Missing ? Change-Id: If1e1f2a94f3509f4d1dd120409f4504a1a1c0bad Reviewed-on: https://gerrit.libreoffice.org/32060Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Gabor Kelemen yazdı
Project: help c349db3a49bae0d8a45528b8889bd36b337117b4 Update 'Insert Names' dialog to 'Paste Names' There is a new terminology for the same thing. Also document a new button. Updated the bookmarks and ahids to restore connection between UI and help page. Change-Id: I05eaad7546dbedcf065b9a97b830550e1ec22515 Reviewed-on: https://gerrit.libreoffice.org/32063Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Gabor Kelemen yazdı
Project: help 2ecebd5cd909f68f388490f26da74e67416f274f Restore connection between the 'Insert hyperlink' UI and help Renaming hyperlink to link is still left to do. Change-Id: I1d7b472cbd0511c80e25a7c433b08e5a79d5d592 Reviewed-on: https://gerrit.libreoffice.org/32062Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Gabor Kelemen yazdı
Project: help 6eb8d7cd07d0d3fe043747e20ee394a427b9959e tdf#88414 Connect the Navigator side pane to help Change-Id: I41c51f34939dc2ddd7e96c6a0c1bfb4d7b3e03d9 Reviewed-on: https://gerrit.libreoffice.org/32061Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Miklos Vajna yazdı
Change-Id: I18b052cadb061535d7552f2ec1eac4b932489d22
-
Stephan Bergmann yazdı
Change-Id: I65ab9176b39a436afce23e6bd4423ebf76219166
-
Stephan Bergmann yazdı
Change-Id: If31548d280fa8cabced50f3d2e78abde1b2562e5
-
Tamás Zolnai yazdı
Two accessible document is created when "freeze" options is enabled. meSplitPos identifies which accessible document handle which part of the window. We should handle events only in that accessible document which handles the active part. Change-Id: Ic9674344951f620546dd272beaad796de611d258 Reviewed-on: https://gerrit.libreoffice.org/32065Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com>
-
Caolán McNamara yazdı
Change-Id: Ie1b17585cdb80836ad5ffed2b5ad787032b812e8
-