summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2012-07-24Fix fdo#51943 - prevent lose focus event to close popup.Thorsten Behrens2-7/+16
This is a follow-up bandaid for fdo#48096 side-effects, which in turn was a band-aid for side-effects caused by ooo-build's toolbar-decorations-svx.diff. Fix instructs vcl to not auto-close the floater on losefocus events, which at least on OSX comes _before_ we even see the mouse button down event. Change-Id: I21896c4169addffdf2af920a37e0e3786438cc4e
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian1-0/+5
This currently works only on Linux as of now.
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen3-4/+0
Change-Id: I8fe133dd8d1f759fbe21d47ae358c0b5451812b5
2012-07-23callcatcher: Gallery::GetImportURL freshly unusedCaolán McNamara2-29/+0
since 6d6198393e0677710191248d6f7c9ec15d0f0e0f Change-Id: I8c08088453027ab7aa0ca964262456475f767a5f
2012-07-23mark more one-param ctors as explicitDavid Tardon1-3/+3
Change-Id: Idf923e4a1e81a2e2e9c7107e4b6725bd9eb33e38
2012-07-18Revert hrc string cleanupThomas Arnhold2-0/+180
This reverts mostly all of my hrc string cleanup commits. As Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those are erroneous and mostly untested. And therefore absolutely unsave. I only did test them by compiling and checking the main screens. Cleaning those files seems to be much more complicated than I thought. So to be absolutely save I do this huge revert. Sorry for this. Revert "hrc cleanup: Further cleanup" This reverts commit 60212988e1cd84169afb028a4255b6f935f1fd4b. Revert "hrc cleanup: Remove unused strings" This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit 527e8f61868210c54bdad650f16390bda03c4353. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commit c26d4d34467008418ebf138412e87886694c326c.
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann10-24/+7
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-17fdo#44534 invalidate bound rect after drag&dropDavid Tardon1-0/+2
Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02
2012-07-16Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara9-211/+37
AFAICS an "imported" gallery can only be written if you already have an imported gallery in the first place, i.e. its something coming from an earlier version. All the way back to 2000, so I suspect its an earlier pre-OOo feature, which can't arise in practice with no migration from staroffice configs to OpenOffice.org or LibreOffice. Change-Id: I9f248baadb20633da129d3bcacce3d7f92ef7510
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2-3/+3
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-15WaE: unused variables and misordered initialization listCaolán McNamara1-5/+2
Change-Id: I2f49383d5c9e097edf52776818db4e89497aca5c
2012-07-15Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara2-2/+2
inherit class UnoTreeListItem from SvLBoxString instead of SvLBoxItem so that it really isa SvLBoxString and can be edited with startEditingAtNode a) remove the unused SvLBoxEntry argument to SvLBoxString's SetText b) used rtl::OUString instead of XubString c) rename aStr to maText d) inherit UnoTreeListItem from SvLBoxString and drop its maText in favour of that of SvLBoxEntry Change-Id: Id78f43ae5be8cd6f581e6c2fd2bd6f46de9144ba
2012-07-15GUI improvements for CompressGraphicDialog.Tomaž Vajngerl4-151/+365
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-15cleanup malingering vendor name in docrecovery.srcAndras Timar1-2/+2
Change-Id: Ie9fa8a07361a1ed957d9e4d19df256b4d9668606
2012-07-14Remove unused HIDsThomas Arnhold1-6/+0
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14drop obsolete classDavid Tardon1-18/+0
Change-Id: Ia3485961f2d0a610ae7be6ab82446e89fab70b1f
2012-07-14sprinkle 'explicit' over constructorsDavid Tardon66-83/+83
Change-Id: I5929a480904460a92272d8e1da94ac1e55417ac2
2012-07-14simplify include guardsThomas Arnhold2-2/+2
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold3-8/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard1-0/+1
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold1-3/+0
Change-Id: Ib83ea7e5b4647f5335f7efe7bebf819fa6810864
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda1-0/+1
Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
2012-07-11Decrease header files dependenciesMatteo Casalin28-28/+15
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara14-28/+28
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09- fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders2-0/+12
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
2012-07-09GetUnitString depends on svdtrans.hxxTomaž Vajngerl1-0/+2
Change-Id: I17d922201b1ad253dfcdfb0afdaf4dea95631874
2012-07-09Compress Graphic functionallity added (currently only for Draw)Tomaž Vajngerl11-2/+556
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
2012-07-07removed unnecessary forward declarations of classTakeshi Abe17-52/+0
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-24/+14
Patches contributed by Mathias Bauer: cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks http://svn.apache.org/viewvc?view=revision&revision=1172341 cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117708#: status indicator for inactive documents http://svn.apache.org/viewvc?view=revision&revision=1172358 cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter http://svn.apache.org/viewvc?view=revision&revision=1172359 cws mba34issues01: #i117024#: rework parameter conversion for load/save slots http://svn.apache.org/viewvc?view=revision&revision=1172360 cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization http://svn.apache.org/viewvc?view=revision&revision=1172367 cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris http://svn.apache.org/viewvc?view=revision&revision=1172371
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez10-177/+17
Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl5-14/+21
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
2012-07-03useless sObjectKind stringCaolán McNamara1-3/+1
Change-Id: I6f8de91d71df1bb54f5d63d5b38f9422927c7441
2012-07-03ditch String::CreateFromAsciiCaolán McNamara20-39/+36
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03hrc cleanup: Remove unused hrc filesThomas Arnhold2-42/+0
Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold2-5/+6
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02hrc cleanup: Remove unused fmhlpids.hrcThomas Arnhold1-27/+0
This file isn't included by any other file. Change-Id: I6cba50a07eca1b941360da472d65a4d4e33dd50e
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-134/+0
Change-Id: I3fa45e4550295b94a6ab0acf9bcd0b25db73e689
2012-07-02Remove unused definesThomas Arnhold6-28/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-6/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02Remove unused tbxdraw.hrcThomas Arnhold3-24/+0
All definitions are unused. Change-Id: Icbfb5f054ebaf674be3720b2cbf81aed0f825938
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-07-02svx: always set SharedFirst to True for now in SvxHFPage::FillItemSet()Miklos Vajna1-0/+4
This feature is not complete yet (so adding real UI doesn't make sense yet), but the lack of SID_ATTR_PAGE_SHARED_FIRST caused a crash in sw's ItemSetToPageDesc(). Change-Id: I3832b617aba50ad7d451766628bbb005879d25fe
2012-07-02Remove unused header uiks.hxxThomas Arnhold1-80/+0
Change-Id: Iab8bdeb25ca36b203c70b27b172e341f94af26bd
2012-07-01Cleanup in ExternalEditTomaž Vajngerl1-2/+0
Change-Id: I989888693620eecdc6a774feda864b14c76686a5
2012-07-01Remove unused definesThomas Arnhold3-6/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold3-34/+0
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)Tomaž Vajngerl3-1/+31
Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758
2012-07-01Move "save graphic" dialog title to svx.Tomaž Vajngerl4-7/+32
Change-Id: I1200e66f010525d989bed801240de6813ddf751c
2012-07-01Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl6-34/+229
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56