summaryrefslogtreecommitdiff
path: root/filter
ModeNameSize
-rw-r--r--AllLangResTarget_eps.mk1102logplain
-rw-r--r--AllLangResTarget_pdffilter.mk1378logplain
-rw-r--r--AllLangResTarget_t602filter.mk1128logplain
-rw-r--r--AllLangResTarget_xsltdlg.mk1232logplain
-rw-r--r--Configuration_filter.mk29421logplain
-rw-r--r--CppunitTest_filter_pict_test.mk1072logplain
-rw-r--r--CppunitTest_filter_tga_test.mk1035logplain
-rw-r--r--CppunitTest_filter_tiff_test.mk1044logplain
-rw-r--r--CustomTarget_svg.mk2431logplain
-rw-r--r--Executable_svg2odf.mk1031logplain
-rw-r--r--JunitTest_filter_complex.mk1317logplain
-rw-r--r--Library_egi.mk1279logplain
-rw-r--r--Library_eme.mk1241logplain
-rw-r--r--Library_epb.mk1235logplain
-rw-r--r--Library_epg.mk1235logplain
-rw-r--r--Library_epp.mk1235logplain
-rw-r--r--Library_eps.mk1255logplain
-rw-r--r--Library_ept.mk1248logplain
-rw-r--r--Library_era.mk1235logplain
-rw-r--r--Library_eti.mk1237logplain
-rw-r--r--Library_exp.mk1235logplain
-rw-r--r--Library_filterconfig.mk2159logplain
-rw-r--r--Library_flash.mk1626logplain
-rw-r--r--Library_graphicfilter.mk1643logplain
-rw-r--r--Library_htmlfd.mk1019logplain
-rw-r--r--Library_icd.mk1227logplain
-rw-r--r--Library_icg.mk1866logplain
-rw-r--r--Library_idx.mk1532logplain
-rw-r--r--Library_ime.mk1226logplain
-rw-r--r--Library_ipb.mk1220logplain
-rw-r--r--Library_ipd.mk1220logplain
-rw-r--r--Library_ips.mk1227logplain
-rw-r--r--Library_ipt.mk1276logplain
-rw-r--r--Library_ipx.mk1220logplain
-rw-r--r--Library_ira.mk1220logplain
-rw-r--r--Library_itg.mk1220logplain
-rw-r--r--Library_iti.mk1314logplain
-rw-r--r--Library_msfilter.mk2076logplain
-rw-r--r--Library_odfflatxml.mk879logplain
-rw-r--r--Library_pdffilter.mk1668logplain
-rw-r--r--Library_placeware.mk1497logplain
-rw-r--r--Library_svgfilter.mk2132logplain
-rw-r--r--Library_t602filter.mk1402logplain
-rw-r--r--Library_textfd.mk943logplain
-rw-r--r--Library_xmlfa.mk1458logplain
-rw-r--r--Library_xmlfd.mk1398logplain
-rw-r--r--Library_xsltdlg.mk1899logplain
-rw-r--r--Library_xsltfilter.mk1553logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_filter.mk2333logplain
-rw-r--r--Package_docbook.mk1081logplain
-rw-r--r--Package_xhtml.mk1446logplain
-rw-r--r--Package_xslt.mk7647logplain
-rw-r--r--README666logplain
-rw-r--r--UIConfig_xsltdlg.mk976logplain
d---------inc38logplain
d---------qa68logplain
d---------source648logplain
d---------uiconfig / ui29logplain
reserved. This enables us to use SVG to define also for dynamic widgets, like for example entry fields, listboxes, comboboxes,... which vary in size - depending on the dialog definition. Change-Id: I26fc9a37539d3675a77b48660d235a8a55b81156 Reviewed-on: https://gerrit.libreoffice.org/68816 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-05Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl Attribute "source" is used to get the relative path to the image. Path is relative to the definition file. Change-Id: I6ca0c113385e26ad74b928e1f56635b4b0cef995 Reviewed-on: https://gerrit.libreoffice.org/68712 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-04remove margin param. and replace it with a relative "rectangle"Tomaž Vajngerl Relative rectangle - x1, y1, x2, y2 with valid values in the range between 0.0 and 1.0, where 0, 0 is top left corner and 1, 1 is the bottom right corner of the control rectangle. Change-Id: I2b782a43e91328cf43dc0722e50c55414fb3e867 Reviewed-on: https://gerrit.libreoffice.org/68691 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-04Refactor so we have only one definition map and ControlTypeAndPartTomaž Vajngerl Until now we had multiple maps, each for a specific ControlType (maPushButtonDefinitions for example) which had multiple parts identified by the string. To simplify matters, this changes that we have just one map for a specific ControlType and ControlPart which are identified by ControlTypeAndPart structure. Change-Id: I90a2e5c8f83d697d26049054eacab250e2768c03 Reviewed-on: https://gerrit.libreoffice.org/68690 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2019-03-04move WidgetDefinition{Part,State} into its own fileTomaž Vajngerl to separate it completely from WidgetDefinitionReader and make it independent.. Change-Id: If3d6f0e8826b39be28ae18ddf74f2643d1084ec4 Reviewed-on: https://gerrit.libreoffice.org/68689 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>