summaryrefslogtreecommitdiff
path: root/sdext
ModeNameSize
-rw-r--r--Configuration_minimizer.mk1829logplain
-rw-r--r--Configuration_presenter.mk1785logplain
-rw-r--r--CppunitTest_pdfimport.mk2590logplain
-rw-r--r--CustomTarget_pdfimport.mk1691logplain
-rw-r--r--CustomTarget_presenter.mk1956logplain
-rw-r--r--Executable_pdf2xml.mk1789logplain
-rw-r--r--Executable_pdfunzip.mk1780logplain
-rw-r--r--Executable_xpdfimport.mk1631logplain
-rw-r--r--Extension_minimizer.mk2839logplain
-rw-r--r--Extension_pdfimport.mk2441logplain
-rw-r--r--Extension_presenter.mk9669logplain
-rw-r--r--Library_minimizer.mk2245logplain
-rw-r--r--Library_pdfimport.mk1899logplain
-rw-r--r--Library_presenter.mk3444logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_sdext.mk2055logplain
-rw-r--r--README50logplain
-rw-r--r--Rdb_minimizer.mk1321logplain
-rw-r--r--Rdb_pdfimport.mk1321logplain
-rw-r--r--Rdb_presenter.mk1321logplain
-rw-r--r--StaticLibrary_pdfimport_s.mk2714logplain
-rw-r--r--Zip_minimizer.mk1492logplain
-rw-r--r--Zip_presenter.mk1415logplain
-rw-r--r--platform.mk1908logplain
d---------prj70logplain
d---------source108logplain
8-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If1b2e04872eb0dd6725802c1709a9085f4cd8c91 Reviewed-on: https://gerrit.libreoffice.org/64141 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke and fix the fallout Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e Reviewed-on: https://gerrit.libreoffice.org/54882 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2018-05-12tdf#117427 missing API for determining and loading linked graphicTomaž Vajngerl This adds 2 properties to GraphicDescriptor: "Linked" - to indicate if the graphic is a linked one "OriginURL" - the URL of the location from where the graphic was or will be loaded (and is linked to) Additionally GraphicProvider was extended with a "LoadAsLink" (media)property, which can be passed using queryGraphic method. If "LoadAsLink" is set to true, then the Graphic will be created as a linked one. In addition the tests for this API was added to VCL (home of this API implementors). Change-Id: Ibdabe5e7780d1b372d1e66c3e19b18779fee2c9a Reviewed-on: https://gerrit.libreoffice.org/54090 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl The main reason is to differentiate when we have the GfxLink from other (url, file) links which use the same terminology. Change-Id: I805c61e7fb231062340562c51c25a189b2cfc7f7 Reviewed-on: https://gerrit.libreoffice.org/52245 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2018-03-31use UnoGraphic directly in GetXGraphic, move hxx to inc/graphicTomaž Vajngerl Change-Id: I6f170709255f396e82591572efef399fa438dc0e Reviewed-on: https://gerrit.libreoffice.org/52145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl 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>