To embed LibreOffice via OLE2. .cn:88/cgit/lo/core/'/> sw: remove unused DECLARE_RTFEXPORT_TEST() 2024-06-06T07:58:39+00:00 Miklos Vajna vmiklos@collabora.com 2024-06-06T06:12:01+00:00 c6a2fb62947ae8411a8a336d74f2ceb2258c899c Replaced by CPPUNIT_TEST_FIXTURE(). Change-Id: I6966e94bf39f8353ca00287939aa348176e001ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168484 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Replaced by CPPUNIT_TEST_FIXTURE().

Change-Id: I6966e94bf39f8353ca00287939aa348176e001ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168484
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Add some entries into cpp.hint 2024-04-24T07:43:42+00:00 Mike Kaganski mike.kaganski@collabora.com 2024-04-23T17:36:36+00:00 d7b15f03e0b956d23854806f35636ab4acfb1296 Improves VS integration: allows to find CPP unit tests defined using DECLARE_SW_ROUNDTRIP_TEST and friends. The macros are stripped down to the minimum to allow IntelliSense do its job. Change-Id: I5325cb5ac424e3b08cd64b265d5d4924fbadcfcd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166571 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Improves VS integration: allows to find CPP unit tests defined using
DECLARE_SW_ROUNDTRIP_TEST and friends.

The macros are stripped down to the minimum to allow IntelliSense
do its job.

Change-Id: I5325cb5ac424e3b08cd64b265d5d4924fbadcfcd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166571
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Add SAL_LOPLUGIN_ANNOTATE to cpp.hint 2024-01-30T06:18:32+00:00 Mike Kaganski mike.kaganski@collabora.com 2024-01-30T04:28:11+00:00 6159b8d223a395b01c090daa071cc13ca6013dc4 Allows Visual Studio to recognize names with this decoration Change-Id: I787e20322ef346d49f94e23e7ac889d669c1245c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162709 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Allows Visual Studio to recognize names with this decoration

Change-Id: I787e20322ef346d49f94e23e7ac889d669c1245c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162709
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Add some entries into cpp.hint 2023-10-07T15:20:38+00:00 Mike Kaganski mike.kaganski@collabora.com 2023-10-07T13:41:50+00:00 280985ba383b56e3d64fa64f20cd4cc584fb8622 Improves VS integration: allows to find DECL_LINK implementations, as well as CPP unit tests defined using CPPUNIT_TEST_FIXTURE. The macros are stripped down to the minimum to allow IntelliSence do its job efficiently. Change-Id: I2de02196d44d72f79d8cd9e06e8093a7620bd9e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157677 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Improves VS integration: allows to find DECL_LINK implementations,
as well as CPP unit tests defined using CPPUNIT_TEST_FIXTURE.

The macros are stripped down to the minimum to allow IntelliSence
do its job efficiently.

Change-Id: I2de02196d44d72f79d8cd9e06e8093a7620bd9e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157677
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Add a VisualStudio cpp.hint file 2022-08-22T14:01:16+00:00 Mike Kaganski mike.kaganski@collabora.com 2022-08-22T08:56:42+00:00 3bf0fbb267ea6c3a3c23efdeabbdced0724d65f1 It allows to improve IntelliSense results. E.g., this specific SAL_THROW_EXTERN_C define prevented from navigating to function implementations like rtl_str_hashCode_WithLength from IDE using 'Go To Definition' feature. As described in the respective documentation [1], "Hint files relate to physical directories, not the logical directories shown in Solution Explorer", which means that the file can't be placed e.g. in solenv/vs, together with the .natvis file. [1] https://go.microsoft.com/fwlink/?linkid=865984 Change-Id: I144d07b66b4a52c108a7e82b0aa9628843f5ae2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138665 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
It allows to improve IntelliSense results. E.g., this specific
SAL_THROW_EXTERN_C define prevented from navigating to function
implementations like rtl_str_hashCode_WithLength from IDE using
'Go To Definition' feature.

As described in the respective documentation [1], "Hint files
relate to physical directories, not the logical directories shown
in Solution Explorer", which means that the file can't be placed
e.g. in solenv/vs, together with the .natvis file.

[1] https://go.microsoft.com/fwlink/?linkid=865984

Change-Id: I144d07b66b4a52c108a7e82b0aa9628843f5ae2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138665
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>