Age | Commit message (Collapse) | Author |
|
Change-Id: I6a9f34e6da1344e718ef5c8dc136fac7244b0f47
|
|
Change-Id: I8adedda46bb56022d317b04ad162a41c95261165
|
|
Change-Id: I49ed6652f92b1e1ec3091c976db40fb840f2ea78
|
|
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: If89af70767c3fdc4b1d0cb5e51033ca98583bc5d
Reviewed-on: https://gerrit.libreoffice.org/4286
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
Change-Id: I23ce5efe4ba20e1da5ffd169a2f3140a73dd035f
|
|
Change-Id: I1399596a3edc3324ae4aa04e3866ae2f5e673985
|
|
Change-Id: Ia996a8fe2f791fd6cc8e08e7bf860e3a584a7d61
|
|
Change-Id: Ia05b608360a64f047ebfae8b179890c0d221e953
|
|
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: I9a7cce0d3abef42c9d9d0ad56609d94d504854cb
Reviewed-on: https://gerrit.libreoffice.org/4128
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: Ia2641acef3e3d1039e53ba6db1cfcb369668c801
|
|
Change-Id: Ia787c412408ef53db3c8458f54c7843c669c81ad
Reviewed-on: https://gerrit.libreoffice.org/4174
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I05b35fc07e5b7e986532eb6210160c03bc7c6b50
|
|
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: Id4e90b83a7275bfd30914f7514a609cebbfbf4ac
Reviewed-on: https://gerrit.libreoffice.org/4044
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Not sure if MSVC would accept also the simpler thing, but anyway, the
dynamic_cast works for it, too.
Change-Id: I2dfa1e70b75bc17d38b5e95be0a0f1dd66767bf1
|
|
Avoid error: dynamic_cast from rvalue to reference type
'::std::ostringstream &'.
Change-Id: If5ba1ee79616e81b12f9db67c61b4f085b30a08e
|
|
Change-Id: I708f7eda90d04d736f3798275c2edddcef460ee8
|
|
The nullcanvas was removed in 1cd9b5d859a6468164b043b0fcaaf49c1907500c
Change-Id: I2d718d1a18bb405e72b198ced548fc7cb885c6d7
Reviewed-on: https://gerrit.libreoffice.org/3992
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I761217ac3791b631c58ccead73b7c45818db0589
|
|
Change-Id: I98a578f3934fda9ed49c31d1a1d171d4b6f6ed91
|
|
Change-Id: I7d67464fc3b2e9c4e7c7ea05bb1bbfa1267cb757
|
|
Change-Id: I5d522abdffaf1aeb4ae0996d3a19acdcca474f95
|
|
Change-Id: I51e39660967e0f7b3c7f6108a43c6dcdd41757a2
|
|
Change-Id: I5af86a56b723d5f4b706cc8af6e1b25faf918469
|
|
- replaced osl_trace with sal_info
- replaced dbg_* with sal_*
Change-Id: I80aca85562e4a43fded5c37f9895e51f79e42c14
Reviewed-on: https://gerrit.libreoffice.org/3771
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
|
|
else, all pending changes in the subforms are lost
Change-Id: I82b0967729c71a4f01eff9f823a1961fad999679
|
|
* Remove EMFP_DEBUG with OSL_DEBUG conditional defines and SAL_INFO
* While we are about it, to help with troubleshooting metafile
issues, add another vcl.emf area to log-areas.dox
* Improve error handling when processing an EMF header:
+ replace variable name nsal_uInt32 (!!) with sane variables
to make the code more readable
+ check to ensure that type field is 0x1, which is all it can be
for metafiles
+ check that signature field is set to ASCII-encoded value "FME"
+ loose check of version field to see if it is 0x00010000
+ warn if record count is zero - that really shouldn't be possible
+ check bytes field in header to make sure it correlates to the
actual size of the metafile
+ additional check - [MS-EMF] states that reserved field should be
zero, and ignored... but we can use this to check for file
corruption - not 0, not correct!
* Quite a few more comments in the code to clarify the intended
structure of a metafile, per [MS-EMF] documentation
Change-Id: Id4ed486b2dd0c6e7bdee67cb344aaaf8e8d98f84
Reviewed-on: https://gerrit.libreoffice.org/3839
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
No idea what the nonsense about cargo-cult in the previous two commits
was about though.
Change-Id: I97a7a39ad431e5ab9eab4de6de2b08d4d6889307
|
|
Change-Id: Ic3dca6f1f0c0f7de7070801793938569e76e1907
|
|
Change-Id: Ied0d8d6fd01ab5106b901355a7c5002719b07ffa
|
|
Change-Id: I7e73bbd6e83da0606dc0fee99a33cb7130cafdff
|
|
* Change to SAL_INFO instead of EMFP_DEBUG in implrenderer.cxx
* Add new log area cppcanvas.emf
* Update comment in log.hxx to reference the new location of log-areas.dox
Change-Id: I5d710725339f58a111a2f3494c3a72f685624322
Reviewed-on: https://gerrit.libreoffice.org/3726
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
|
|
Change-Id: I7c750debaeee5d9804be378e0f65bec13ac296eb
|
|
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d
Reviewed-on: https://gerrit.libreoffice.org/3499
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|