- 20 Kas, 2015 37 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I8a4feaea642cf781fde54e4afc5cd98e326f8db3
-
Noel Grandin yazdı
Change-Id: Ic7af56ac801c1e5b3fcf3c4e8413656e96220279
-
Noel Grandin yazdı
Change-Id: I6c049c5318b71c48cd4e64d2b051035012dc11e4
-
Michael Stahl yazdı
Change-Id: I733cd21f6d8c7ea1e01f594d1483ad9c2043c188
-
Michael Stahl yazdı
Change-Id: I3d1ef0573a460a3101cb8c9afd30162397d8012c
-
Stephan Bergmann yazdı
...than by template parameter pack (even if that requires using ServiceDecl*, as initializer_list cannot take reference types) Change-Id: Ia986201b52d8daedfe925f132ebc79bc2c0ba378
-
Noel Grandin yazdı
Change-Id: I7cee47eca35b02472639cdd267ddd450145803de
-
Noel Grandin yazdı
Change-Id: Iab2f05ca2ec2bc313121b4edfb9a0129911c2c91
-
Noel Grandin yazdı
Change-Id: I563c3727c1719fe21acced269e5469c2de7112e8
-
Noel Grandin yazdı
Change-Id: Ia9dca11a7e38fcf2b7b4b0d2459c85a1348f8c43
-
Caolán McNamara yazdı
Change-Id: I47e6a21fde77028c7a717b095883497888806501
-
Caolán McNamara yazdı
modeled on the quartz impl Change-Id: I2f6776c14c7350954932df2bffcca36172f13473
-
Noel Grandin yazdı
arguments to SAL_INFO are evaluated even when logging is off Change-Id: Ib0d391c0f080760be83f6e17dc0772b14f41fd4d
-
Samuel Mehrbrodt yazdı
Will use a different approach for NotebookBar. Also this should not be in 5.1. This reverts commit 8c101402. Change-Id: Ic699723818a890bf4c3be3a2c045527148bd118b Reviewed-on: https://gerrit.libreoffice.org/20075Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Noel Grandin yazdı
Change-Id: I92d7c3e2dde0808304ee3877ba1fbd13ee63eb38
-
Noel Grandin yazdı
Change-Id: I2e410c973af2eb443fee8fe787920bf6bc205d95
-
Samuel Mehrbrodt yazdı
Change-Id: I42fa834464fd4cd7f0c1f11e310c1145fb1f071b
-
Noel Grandin yazdı
Change-Id: I7da22cc193d9fadf9a3b5dc1453f5574d2357c31
-
Noel Grandin yazdı
and improve the plugin to search for only WARN_UNUSED and fundamental types Change-Id: Ic06207758e28d44d64d76d8119fd76b5b098bb05
-
Noel Grandin yazdı
Change-Id: I9d56cdecba8066058a0c6f128720534fcf6f6e34
-
Miklos Vajna yazdı
This one is special, as normally its map mode is in pixels, but we need all sub-widgets to work in twips when tiled rendering. With this, the scrollbar widget (both the buttons and the button/background area of the scrollbar itself) is painted at the correct location when Writer comments have enough content so the scrollbar is visible. Change-Id: I4ee9ef8618974b965339078d2262364ec19732ef
-
Samuel Mehrbrodt yazdı
Change-Id: I56969839a93af975466ab6c28f2f87557e4d7f1b Reviewed-on: https://gerrit.libreoffice.org/20074Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Noel Grandin yazdı
I suspect that the problem is the shift and that converting it "1UL <<" will fix it Change-Id: I4808b833453a544aeb732192758d323f358c3ab0
-
Stephan Bergmann yazdı
Change-Id: Ib1f06cb5f925535858bc14aab6f59ad7fd2a3a8d
-
Miklos Vajna yazdı
These member functions take logic units, and the only case when omitting PixelToLogic() all the time works is when both the widget itself and render context has a pixel map unit. Add missing PixelToLogic() calls where the input is in pixels, so in case the render context has some logic units, the output is still painted at the correct location. This is needed for e.g. tiled rendering of the scrollbar of Writer comment widgets. Change-Id: Ideb75625b1f6349c5f18342e6f438fd5d7c31dcd
-
Samuel Mehrbrodt yazdı
because of an integer overflow Change-Id: I75103450d0af59fd6f3196f451984e0dce45c693 Reviewed-on: https://gerrit.libreoffice.org/20072Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Stephan Bergmann yazdı
Change-Id: I106c03219ae9107cdb981d9f5e4859bc95926957
-
Samuel Mehrbrodt yazdı
Change-Id: If255e6bebe501f1b0959613ce091b322af064628
-
Noel Grandin yazdı
and use them Change-Id: If4dc9df63db37185228aeaaab2979498d61304ec Reviewed-on: https://gerrit.libreoffice.org/20055Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
run it over the framework module Change-Id: I1220a4be0936ba30136ce22ffd78633c8a7b9d35
-
Stephan Bergmann yazdı
Change-Id: Ic89d255bf56234a82b23ad6cc36d8d1250acbcab
-
Stephan Bergmann yazdı
Change-Id: I7c7d3dda02a3745128a5a125b4b6952e087cdcda
-
Miklos Vajna yazdı
Checking for a bool is certainly cheaper than a chain of member function calls. Change-Id: I9520194e58e75264f3fcbb413a618e3995f59a4e
-
Samuel Mehrbrodt yazdı
Change-Id: I9a4ba3fd9c3909ccc5dfc459478a7b9b59fdc70e Reviewed-on: https://gerrit.libreoffice.org/20050Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Laurent Balland-Poirier yazdı
Modify styles.xml to not use japanese language specification in style for date Change-Id: I0e418c06d5c8d6b04eeaa3e6f6c33c194ee2ef3f Reviewed-on: https://gerrit.libreoffice.org/20063Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
tagezi yazdı
Project: help e76de4d2ed263ec64b9aeba984c4830cd23a93a9 changed place a attribute localize="false" the attribute localize="false" can not located in a tag embedvar. moved in the paragraph see OOo2HelpAuthoring.pdf, page 47 Change-Id: I56202e0cdddaed49c277fa882df96c80f3f6957d Reviewed-on: https://gerrit.libreoffice.org/20069Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Takeshi Abe yazdı
Change-Id: Idc71dc410000b88463440dd18f41ff945b7616d7
-
- 19 Kas, 2015 3 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I78ddbef3ac96f10f334c45a467dafb95bb9e3453 Reviewed-on: https://gerrit.libreoffice.org/20051Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: I89281db92f9b75e972313a95c33473d7649a9bef
-
Tsutomu Uchino yazdı
(cherry picked from commit 78dce87d) Change-Id: Ide972a5574c0062a7ee4e4300e512715c55e8d37
-