summaryrefslogtreecommitdiff
path: root/toolkit
ModeNameSize
-rw-r--r--JunitTest_toolkit_complex.mk1848logplain
-rw-r--r--JunitTest_toolkit_unoapi_1.mk1480logplain
-rw-r--r--JunitTest_toolkit_unoapi_2.mk1480logplain
-rw-r--r--JunitTest_toolkit_unoapi_3.mk1480logplain
-rw-r--r--JunitTest_toolkit_unoapi_4.mk1480logplain
-rw-r--r--Library_tk.mk4642logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_toolkit.mk1264logplain
-rw-r--r--README529logplain
d---------inc / helper33logplain
d---------qa67logplain
d---------source98logplain
d---------test / accessibility40logplain
d---------util40logplain
ringChr. Rossmanith replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> 2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz> 2013-01-09lame_OUString_valueOf_sal_Int32_casts += 6;Luboš Luňák 2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac 2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c 2012-12-18remove manual entry of 50 to 600 now that we support items in .uiCaolán McNamara Change-Id: I68e5547916af4986dfab31aac9e25cc8fad8d0e0 2012-12-14Remove 2 unused methods from CompressGraphicsDialogJulien Nabet Change-Id: I51ce4a231a43dc32a36303d293c718ee44b371a1 2012-12-11fix variable namingJack Leigh Changed to pointers by fdb7fe63db5ba17036a71fe4f7f25f834bef8f95 but names not updated Change-Id: I45d04c209842a26fb731ad495e969c9477a6984d Reviewed-on: https://gerrit.libreoffice.org/1298 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2012-12-10do not return reference to a local objectDavid Tardon regression introduced by fdb7fe63db5ba17036a71fe4f7f25f834bef8f95 Change-Id: Id3f89b61b464763a37c5f063c0d541154ec40105 2012-12-09Compress graphics dialog converted to new widget layout.Tomaž Vajngerl Change-Id: Iff1ffba10c5aaf3d438acf0a69467a0ac9e0f7cf 2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7 2012-11-22AllSettings with LanguageTagEike Rathke Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d 2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin Also create a utility constructor for LocaleDataWrapper, which simplifies many of the calling sites. Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba 2012-07-24Simplify compression and remove code duplication in CompressGraphicDialogTomaž Vajngerl Change-Id: Ia9e3bab09eef6e1055f1fd689373ab65310ea7e3 2012-07-15WaE: unused variables and misordered initialization listCaolán McNamara Change-Id: I2f49383d5c9e097edf52776818db4e89497aca5c 2012-07-15GUI improvements for CompressGraphicDialog.Tomaž Vajngerl In CompressGraphicDialog it is possible to set the target image width and height besides resolution. Better lossless / JPEG compression selection. Added Compression / Quality settings. Change-Id: Ic8a6bfbe9dfbcd4acdfda4c0a856c3ea813a2702 2012-07-09Compress Graphic functionallity added (currently only for Draw)Tomaž Vajngerl This is a initial commit of "Compress Graphics" functionallity. Compress Graphics is accesible via pop-up menu option to graphics objects. Currently this funtionallity is only available in Draw. When the menu option is triggered, a Compress Graphics modal dialog opens to define DPI, compression level and type of compression. When OK is clicked, the graphics in Draw is compressed and exchanged. The current implementation is not final as it needs handling in case when the graphics is croped. Additionally cropped areas could be removed when compressing, depending on a checkbox in the dialog. Special cases of graphics need to be checked too, and some tests would not hurt. Change-Id: I9ec1a71f6ff4364a49b2521e42d88c3ba224dd87