Age | Commit message (Collapse) | Author |
|
Change-Id: I9a60114833c22d498dbb6258fcb2ceac22c72751
|
|
Change-Id: I45cbb8dbf2b9e7be6e8dda8603c2ef5f88507d04
|
|
Change-Id: I96b74d164a582cac13c419267879619e6986d71f
|
|
Change-Id: Icc2bc53a14503f723977dc62252f23327de2dc0d
|
|
Change-Id: I97fd23d19a96665b91154ed260c677f0f76fee47
|
|
Change-Id: I98ccd214be79f3d95c023fd5134d09c1cff3ee32
|
|
Change-Id: Id914167a72782741e67ba97683445aec6151fdd6
|
|
Change-Id: I4a3921df8e6510a37702ae8bd4856ba43c98213a
|
|
Change-Id: I699dc60b67d9417a8ac3848c03d7352f9f8ff12d
|
|
Change-Id: I2832f99c1b4117d1c6d4621f25339e5921d26cb1
|
|
Change-Id: I57387f9250c0c62c3cab7a75571d001fef99fdb4
|
|
Change-Id: Ia28447cf35ceb550778297dc515746e93c7d86e4
|
|
Change-Id: Iadd6621cebe9426c7c54c81f584b9c6766157f56
|
|
With Win32 make there are problems with the sed expression.
Change-Id: I6d7fe52a233ef88a43ee1b6e3378fcb7b0792d07
|
|
This much ugly complexity, generating a header on every gbuild startup
etc. is really not warranted for 6 callers of the generated macros.
Also, the Win32 make has problems with the quoting.
Change-Id: If945e09c1730e52174a6084677842dc611d66b2f
|
|
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
|
|
|
|
Change-Id: I7c56adf0cd91f6474145708d91988c974e1ea854
|
|
Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b
Reviewed-on: https://gerrit.libreoffice.org/9629
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
<Gdiplus::Bitmap> instance before using it.
(cherry picked from commit b127235917610b9c68e19df29bb39af496906569)
Change-Id: I97364cf963424b0e8d0b52b3c995bd4defdca067
|
|
Change-Id: I8cb1d720a8fb22ba2153c5f556e4bd538f5ea8af
|
|
Change-Id: Ida87450bda99260d9e153bb9e48d8867f53d42ca
|
|
Change-Id: Idb9be9f594b9ab3d1837c003d4a748f9693f5ceb
|
|
Change-Id: I63c670e6f2196f8e8743923b0a0bf676fb476ed7
|
|
Change-Id: Ic3b196f925a1699f02ad9a5c1183ea767e3e91cf
|
|
Change-Id: If202723412b2bf7acf7dcd2709886f89df9d7940
|
|
Change-Id: I5d8092eceb31ba251e75fe2c51b87890b8adcbf2
|
|
(instead of the twisted huge values with which aBound got initialized)
Change-Id: Ic6fe08639287eb7b5a0520aef8d2a0d43d61c035
|
|
...so we should not attempt to (mis-)interpret such broken input.
Change-Id: I97f4f46fdfc0dfe6f9aff42917d23634b844c7f0
|
|
Handled a memory corruption.
Change-Id: I195d17bcd0a9a86bcc96cc7ad14f1d5f2908cf8c
Reviewed-on: https://gerrit.libreoffice.org/9545
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
- so we need to be a StatusListener in framework after all
- we ware updating all menus for now, instead of just one
- this would have a hugh performance hit when there is much change to the menu
- thus we just invalidate the menu and update with all changes after 100ms once
Change-Id: I48cda968cf0ae1eae0421b3424bb3e5830817e84
|
|
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
|
|
check that largest offset + value to read is inside available space
Change-Id: I4feac37bdfbae5061b3b75ddf44bb20fc5904656
|
|
Change-Id: I0d2c880438f47f4527037d7ffaf77cf142d24751
|
|
Change-Id: Ia3e8145c69324f19aeec8b0dd97284ec382d20d7
|
|
Change-Id: Ice2955533888e400561b3d18e0a59314e0a16d95
|
|
Change-Id: Id273eaf3c4fe25df9af723fbc7f774c3c61ab3de
|
|
Change-Id: I7537f6d22780bace6ab6da06e087a3d27da8de05
|
|
This required some changes to the framework:
* Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but
once per CppunitTest invocation in a new vclbootstrapprotector (similarly to
the exisiting unobootstrapprotector). CppunitTests that need VCL now need to
declare gb_CppunitTest_use_vcl.
* For things to work properly, the UNO component context needs to be disposed
from within DeInitVCL (cf. Desktop's Application::DeInit called from
DeInitVCL). The easiest solution was to introduce an
Application::setDeInitHook (where the hook is called from DeInitVCL)
specifically for vclbootstrapprotector to call.
* PythonTests don't (yet) call DeInitVCL; they still hook into
BootstrapFixture's original test_init functionality (to call InitVCL), and do
not make use of the vclbootstrapprotector.
Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
|
|
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
|
|
Seen in smoketest in a 4.2-based branch, but might perhaps happen in master
too. Should not hurt in any case to be more careful. ImplFreeSalGDI() is
called both from SalAbort() and from DestroySalInstance().
Change-Id: Ifac37e8ecfb432848bd3451dbda8634c59a06fba
|
|
Change-Id: I3c1e5c23e7be636cc93c97da0c2db00ebb1050e3
|
|
Change-Id: I04cc155e69d25021d294bccc588450b1f20e1fde
|
|
Change-Id: I2451687c10f91e7d5242b04974cb7bdd745de51c
|
|
Change-Id: I810b42da1d62c66c2ab6fb7bb6f71d1d00115dfa
|
|
Change-Id: I611eefd20043386d00984f76a28d111e1c0495f1
|
|
Not sure if using lockFocusFlipped: has the same effect, but will
see...
Change-Id: I957874bcf59c2c521bd5b2b2ca6f44fb0400e64f
|
|
Change-Id: Iaf5de07b7f0da7294681b9cdc152575a756a73c7
|
|
NSTextInput was deprecated in 10.6.
Change-Id: I6bce9e91a68014a6ca28bff6a820c27817f9baaf
|
|
Change-Id: I7163d3821ac0dfc0d471cf31e98f72953c78d878
|