/embedserv/source/

ble. Change-Id: I60ee68cd79f7a0627bcaf8fd34d3036124ea0f9e Reviewed-on: https://gerrit.libreoffice.org/68914 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
This should be more maintainable.

Change-Id: I60ee68cd79f7a0627bcaf8fd34d3036124ea0f9e
Reviewed-on: https://gerrit.libreoffice.org/68914
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Remove remaining references to xsec_xmlsec.windows 2018-04-27T13:06:18+00:00 Miklos Vajna vmiklos@collabora.co.uk 2018-04-27T10:31:53+00:00 c5bc0e202a03b573b9be94b65209cd9927d48fcc Change-Id: I08f1d0c105f4cb17dcf0c5949326e35f9fa7622c Reviewed-on: https://gerrit.libreoffice.org/53560 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Change-Id: I08f1d0c105f4cb17dcf0c5949326e35f9fa7622c
Reviewed-on: https://gerrit.libreoffice.org/53560
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Move (and rename) graphic stuff from svtools to vcl 2018-03-11T12:37:21+00:00 Tomaž Vajngerl tomaz.vajngerl@collabora.co.uk 2018-03-11T02:16:34+00:00 7fbb96c2fbf99c47eca6f493f54fc3974f55cf86 This is preparing to change how GraphicManager works where it won't base itself around GraphicObject anymore but Graphic. No functional or cosmetic change was made to the classes, only changes that were needed because of the move and rename. The only thing that wasn't moved is the GraphicRenderer as it is not needed in vcl for now (but makes sense to move it in the future to keep graphic stuff together). grfmgr was renamed to GraphicObject as the GraphicManager will be changed a lot and most likely moved out, so the name grfmgr won't make any sense anymore. All the UNO implementations were renamed with a prefix Uno and used the same name as the class name. This is made to be more specific which are the Uno objects (for example graphic.cxx contained the implementation of XGraphic, which is similar to graph.cxx contains Graphic). Change-Id: I54a2fa6c7e997469aaa7770db05244adb9f64137 Reviewed-on: https://gerrit.libreoffice.org/51068 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This is preparing to change how GraphicManager works where it
won't base itself around GraphicObject anymore but Graphic. No
functional or cosmetic change was made to the classes, only
changes that were needed because of the move and rename.

The only thing that wasn't moved is the GraphicRenderer as it
is not needed in vcl for now (but makes sense to move it in the
future to keep graphic stuff together).

grfmgr was renamed to GraphicObject as the GraphicManager will be
changed a lot and most likely moved out, so the name grfmgr won't
make any sense anymore.

All the UNO implementations were renamed with a prefix Uno and
used the same name as the class name. This is made to be more
specific which are the Uno objects (for example graphic.cxx
contained the implementation of XGraphic, which is similar to
graph.cxx contains Graphic).

Change-Id: I54a2fa6c7e997469aaa7770db05244adb9f64137
Reviewed-on: https://gerrit.libreoffice.org/51068
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
gbuild: Remove MSVC 2013 legacy code 2017-04-21T16:18:44+00:00 David Ostrovsky david@ostrovsky.org 2017-03-04T13:36:08+00:00 de030cd7a234fd9191364647deb1a4836ca992cb Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
Uwinapi is discontinued.

Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01
Reviewed-on: https://gerrit.libreoffice.org/23198
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
Revert "temp tinderbox fix" 2016-07-28T12:35:04+00:00 Caolán McNamara caolanm@redhat.com 2016-07-27T20:44:27+00:00 2e6d96408ea726b652215b11c4fc9ef56c8e1361 This reverts commit d4cb9c3a8851cb874fd8b6c77d4d7521da7579b7. Change-Id: Ifd11427ea6b4137d0e0c007e7f140fbc6caa3f31
This reverts commit d4cb9c3a8851cb874fd8b6c77d4d7521da7579b7.

Change-Id: Ifd11427ea6b4137d0e0c007e7f140fbc6caa3f31
gbuild: CppunitTest: always use unittest configuration 2015-02-27T18:33:07+00:00 Michael Stahl mstahl@redhat.com 2015-02-27T18:05:54+00:00 f0a60415597bae7ca54767b397a217882578ce97 The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
The sc_subsequent_filters_test was failing because of a lock file
because it did not use the unittest configuration.

Refactor gb_CppunitTest_use_configuration so it uses both the instdir
and unittest configuration to prevent such errors.

In case there ever is a test that does not work with the unittest
configuration it should call gb_CppunitTest_use_instdir_configuration.

Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
sw: test case for search-and-replace bug fixed by commit ... 2015-02-16T21:32:26+00:00 Michael Stahl mstahl@redhat.com 2015-02-13T21:56:17+00:00 5a1fe97d70ca7c89ef74c05fd52783c9f54caf08 ... b60ce8465c8f01242354abccebe00742d164af60 Change-Id: Iba1a059b3aeb5b2266398d80e6995f98fd580f14
... b60ce8465c8f01242354abccebe00742d164af60

Change-Id: Iba1a059b3aeb5b2266398d80e6995f98fd580f14
add unittest for grouped control shapes 2015-02-13T00:44:28+00:00 Lionel Elie Mamane lionel@mamane.lu 2015-02-13T00:43:00+00:00 3c93b744259cff08a5fe0515a0491c29c91bbc4a they should keep their control models Change-Id: Iaa27cd8a9bc3a1165db665e0ad172da622e00c6b
they should keep their control models

Change-Id: Iaa27cd8a9bc3a1165db665e0ad172da622e00c6b