- 07 May, 2015 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I9d835e6032e2366e5357240609ff0e60273d475b
-
Stephan Bergmann yazdı
Change-Id: Ic25c39adf8796bb433fa7746f53a68e3e2bfd228
-
Stephan Bergmann yazdı
Change-Id: I481c153815fff793e9334153d863f26982b879cb
-
Stephan Bergmann yazdı
The code in editeng, passing sal_True (= 1) into StorageMode, has been like that ever since cd7096b4 "INTEGRATION: CWS mav09: #i27773#: remove so3; new storage API" where SfxMedium ctor calls were replaced with SotStorage ctor calls, keeping the argument lists intact. And at least way-back 5a9184d9 "INTEGRATION: CWS hedaburemove01: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes" had a SfxMedium ctor that took as 3rd param a sal_Bool bDirect. That is, it looks like cd7096b4 inadvertently carried the SfxMedium bDirect arguments over as SotStorage StorageMode arguments. Given further that even way-back e1e019fe "INTEGRATION: CWS hedaburemove01: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes" only defines STORAGE_* values with values >= 0x02 (so sal_True would never have had any effect), the best bet appears to just use the implicit default = 0 instead. Change-Id: I3c19831433173657d3a3225c28398de7481fe036
-
Tor Lillqvist yazdı
Change-Id: I9b48a2c9d878ef449fc9c04228eff9deb03b0718
-
Noel Grandin yazdı
committed in error Change-Id: I768b9683dd4dd997b3728c53054043aea0e88040
-
Tor Lillqvist yazdı
Change-Id: I2e735a3534a7f374a550d5072359aca70494a547
-
Tor Lillqvist yazdı
Change-Id: Ic108625cdc8376095dfd19184ecad39bfeccd160
-
Michael Meeks yazdı
Change-Id: I3d6e421a10b0d6b0edb85c0a6454315198bfd22f
-
Michael Meeks yazdı
Change-Id: I33767036847aed3d5c7ee4a7d13e81590e46b65b
-
Michael Meeks yazdı
Change-Id: I44125b9909c0d81abd84c9666d44225e99c94c54
-
Caolán McNamara yazdı
Change-Id: I84cf33c8e68c41223aaa12208a2845675bbbfd5a
-
Noel Grandin yazdı
Change-Id: I652faacf39a32fc8803147819ec9366948ff12b9 Reviewed-on: https://gerrit.libreoffice.org/15646Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
to help with converting calls to OutputDevice to pass via vcl::RenderContext. Change-Id: I4b49d2f5e4afca46898d2a7c7ed33cbf5577e664
-
Caolán McNamara yazdı
Change-Id: I02fc8f71543e7fda48fbbce131abd172c8c03259
-
Tomaž Vajngerl yazdı
Change-Id: Ib2aeae77ab7a570c4113f9767515e4f5833040b2
-
Tomaž Vajngerl yazdı
Change-Id: Ib3f74c89c9a930deb0c153bf456f9c84095e237e
-
Tomaž Vajngerl yazdı
Change-Id: Iacd4fb271dcf006c2eb81017d364f1c2d452b915
-
Tomaž Vajngerl yazdı
Change-Id: I367d6e4f54375bd61e46f0c1437444306b127c68
-
Tomaž Vajngerl yazdı
Change-Id: I1290757fa5d6b61b68bf6c985b657253dca83586
-
Tomaž Vajngerl yazdı
Change-Id: I8707fa934d729d96e019ad5d0688299bf88954c4
-
Tomaž Vajngerl yazdı
Change-Id: Idf33332a207736f70809820853dee5ce1e0a3cb1
-
Tomaž Vajngerl yazdı
Change-Id: Ib26ecb9640d23714acec73304f26e2fd6af90ed4
-
Tomaž Vajngerl yazdı
Change-Id: I6cfcd86fabb2f568b577bb060cccabfe1aebc537
-
Tomaž Vajngerl yazdı
Change-Id: Iac6703bb9cf42e18c658b560a10baa6af6fa1df3
-
Tomaž Vajngerl yazdı
Change-Id: I589f49179b446ae24037546075070641de5cb927
-
Tomaž Vajngerl yazdı
Change-Id: I13252ac17fd4fca96992bf48c8dbdebd01c479dc
-
Tomaž Vajngerl yazdı
Change-Id: I3c733ac46b89b0a6b413eadf2796b80ec033c2c9
-
Tomaž Vajngerl yazdı
Change-Id: Ib2812723141c5dfe39b30c95f12d1aeca9c367bd
-
Tomaž Vajngerl yazdı
Change-Id: I41f3fa14ee06339685b608d1081466d4622999da
-
Tomaž Vajngerl yazdı
Change-Id: I4ebecb2bda44319a3590a62a2c113c73c94ba974
-
Tomaž Vajngerl yazdı
Change-Id: If4c3265f76987d9f59388d3c12441ccb2b03a308
-
Tomaž Vajngerl yazdı
Change-Id: I3f3797d323ea6f438d4fdcb7f89c28b658e75b57
-
Tomaž Vajngerl yazdı
Redrawing is done in-place at some places and not in Paint() chain. This was refactored to delegate such places to invalidateX method, so it can be changed later. Refactored some static functions to methods, when that made sense. Change-Id: Ibdf4211857f4911b48b61edd2ecc846a6e94c864
-
Noel Grandin yazdı
in my commit b35828ba "convert CONFIG_MODE constants to scoped enum" Change-Id: Iafb6b1643920eb066a2d50150f408161331f9d04
-
Miklos Vajna yazdı
Change-Id: I9cd8474c658643d1f6044ecf6c56efdd42530979
-
Noel Grandin yazdı
include/o3tl/typed_flags_set.hxx: In instantiation of 'o3tl::is_typed_flags<ImplFontAttrs, -0x00000000000000001>': include/unotools/fontcfg.hxx:88:94: instantiated from here include/o3tl/typed_flags_set.hxx:66:5: error: static assertion failed: "is_typed_flags expects only non-negative bit values" Change-Id: Ica7873bef3fd664370a96d8066d63c473ff6798f
-
David Tardon yazdı
Change-Id: I1697f563d21c02551088ea1469eb973a6cfc5a10
-
Tomaž Vajngerl yazdı
Change-Id: I6933393732d23fe9386cb8b768676887c026bd39
-
Tomaž Vajngerl yazdı
Change-Id: I205f7348993031e0dd72c74531ca67e3e87e809c
-