/uui/

office.org/32165 loplugin:unnecessaryoverride in vcl 2016-10-10T08:39:13+00:00 Noel Grandin noel@peralex.com 2016-10-10T06:14:07+00:00 044260331d61e97281539d8dfdcbb64089751437 Change-Id: I8a49316dccdc142389d2f7121ff7c8cbbad55638 Reviewed-on: https://gerrit.libreoffice.org/29655 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I8a49316dccdc142389d2f7121ff7c8cbbad55638
Reviewed-on: https://gerrit.libreoffice.org/29655
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Remove _TYPED suffix from tools/link.hxx macros 2016-10-05T05:56:12+00:00 Stephan Bergmann sbergman@redhat.com 2016-10-05T05:56:12+00:00 106ea87205cfba1bc39dc99ad8c3ee5f8fe350fb ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually
typed Link" to distinguish the new, typed versions from the old, untyped ones,
but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173
"remove untyped Link<>" removed the old versions.

Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
loplugin:override: No more need for the "MSVC dtor override" workaround 2016-09-13T11:19:22+00:00 Stephan Bergmann sbergman@redhat.com 2016-09-13T11:09:01+00:00 91dd2db17bd6cb9b357d1d69b187174e31eabef0 The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark
overriding destructors as 'virtual'" appears to no longer be a problem with
MSVC 2013.

(The little change in the rewriting code of compilerplugins/clang/override.cxx
was necessary to prevent an endless loop when adding "override" to

  OOO_DLLPUBLIC_CHARTTOOLS    virtual ~CloseableLifeTimeManager();

in chart2/source/inc/LifeTime.hxx, getting stuck in the leading
OOO_DLLPUBLIC_CHARTTOOLS macro.  Can't remember what that
isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.)

Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
convert GradientStyle to scoped enum 2016-09-05T06:21:46+00:00 Noel Grandin noel@peralex.com 2016-09-02T08:53:14+00:00 12569802394fb0a9850fcdb0647a0845a803f1ff Change-Id: Ib740da708612df7a5f4b8c82262b9b1bd436604d
Change-Id: Ib740da708612df7a5f4b8c82262b9b1bd436604d
[loplugin] 2016-08-23T06:56:08+00:00 Mike Kaganski mike.kaganski@collabora.com 2016-08-23T06:36:20+00:00 850964c29c9a11aaafddaac69ffd1ae19f78ead1 Change-Id: Ie10af82c5c6e0cb5bb727fa95f92cc590e05b8fa Reviewed-on: https://gerrit.libreoffice.org/28342 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Change-Id: Ie10af82c5c6e0cb5bb727fa95f92cc590e05b8fa
Reviewed-on: https://gerrit.libreoffice.org/28342
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
[loplugin:staticcall] follow-up 2016-08-23T06:08:45+00:00 Mike Kaganski mike.kaganski@collabora.com 2016-08-23T06:06:35+00:00 0222a96d2406dbc04d8a6a317275f87896226995 Change-Id: Id7d6baf412aa2f663ead04ed5778bdb1bb2aa8e7 Reviewed-on: https://gerrit.libreoffice.org/28341 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Change-Id: Id7d6baf412aa2f663ead04ed5778bdb1bb2aa8e7
Reviewed-on: https://gerrit.libreoffice.org/28341
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
[loplugin:staticcall] 2016-08-23T05:51:38+00:00 Mike Kaganski mike.kaganski@collabora.com 2016-08-23T05:28:35+00:00 df3868dd4a037beeb9ab8eb1868ed4991a0885c6 Change-Id: Ib78adbae9be5fd3330445ea13d90b03328fa7ba6 Reviewed-on: https://gerrit.libreoffice.org/28339 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Change-Id: Ib78adbae9be5fd3330445ea13d90b03328fa7ba6
Reviewed-on: https://gerrit.libreoffice.org/28339
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
vcl: Adds backend tests to check for correct rendering 2016-08-23T00:52:43+00:00 Tomaž Vajngerl tomaz.vajngerl@collabora.co.uk 2016-08-22T09:10:02+00:00 3e6052ce1b9a24f82358e574de32919fa2b6499f Collection of test that check rendering of VCL backend. This works by rendering primitives to the VirtualDevice, outputing the result to a Bitmap and checking the rendering by comparing pixels. This should warn when the primitive is drawn to a wrong position or if it is the wrong size or color. It also test some rendering tricks like XOR drawing. Currently this is not implemented as a CPPUnit test but separately, as its own executable file so we can check the results visually. The idea is also to add the tests into LO for the user to test or automatically to test the backend on first start (especially useful to test the OpenGL backend as some drivers could have unexpected behaviour). Change-Id: I2a565b9986ca68850e2752466e3cd5fc71991ba6
Collection of test that check rendering of VCL backend. This works
by rendering primitives to the VirtualDevice, outputing the result
to a Bitmap and checking the rendering by comparing pixels. This
should warn when the primitive is drawn to a wrong position or if
it is the wrong size or color. It also test some rendering tricks
like XOR drawing.

Currently this is not implemented as a CPPUnit test but separately,
as its own executable file so we can check the results visually.
The idea is also to add the tests into LO for the user to test or
automatically to test the backend on first start (especially
useful to test the OpenGL backend as some drivers could have
unexpected behaviour).

Change-Id: I2a565b9986ca68850e2752466e3cd5fc71991ba6
e/chartdatatable'>feature/chartdatatable LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-03 13:25:56 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-03 13:25:56 +0300
commitd32db65e8ffb848e23d6521550aeaa3f210fe9de (patch)
tree6cf30e4284c6478ade5619c0a4d0c1dd3679f2ba /bean
parent953524f87e4271ad9550ae81c087f29e43a6afd5 (diff)
Drop %_EXT% which was always empty