summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-07remove empty ascii boxes and stuff IIThomas Arnhold
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
2012-08-07remove empty ascii boxes and stuffThomas Arnhold
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07valgrind: add missing initializerDavid Tardon
Change-Id: I635d8f0b89d87c3b29bfd8f71c8c50f26da69c3a
2012-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás
Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
2012-08-03enable preview for 'special' '*' formatsNoel Power
Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
2012-08-03Do bypass form stuff for iOS tooTor Lillqvist
Change-Id: I6238f88054f3d344fc616bc90e291a7367f16808
2012-08-02strip down UniString some moreCaolán McNamara
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
2012-07-31remove commented out SV_DECL_OBJARRMichael Stahl
Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8
2012-07-30fdo#46968 fixing undo of textbox resizingUray M. János
Change-Id: Ic647e5c337987985f749b67113892a01f74ee8f9
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-26warning C4018: '>': signed/unsigned mismatchMichael Stahl
Change-Id: I25607ce79111b2c2933ab5e2c165df0594ed4363
2012-07-26Convert SV_DECL_VARARR_VISIBILITY(SrchAttrItemList) to std::vectorNoel Grandin
Change-Id: Ib6d6bb62613004ba0a8ee603f7047fb017570e89
2012-07-25delete svl/svstdarr.hxxMichael Stahl
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
2012-07-25remove typedef StringPtrMichael Stahl
Change-Id: Ibb5b1c02a15fb1b6e4b45737b2afa9f065318071
2012-07-25svstdarr.hxx: remove SvXub_StrLensMichael Stahl
Change-Id: Ia1d171b00cfbf2e541928213c39005ac873db938
2012-07-25Convert SV_DECL_PTRARR_DEL(StringList) to std::vectorNoel Grandin
Note that this file is not built, so this change is untested. Change-Id: Iabfbd1c020dee4d7f6b490768345b7d14c80e097
2012-07-24unusedcode: svx: remove unused methodsMatúš Kukan
Change-Id: I50af310bef92f8f36c31b5b4f343639e89c628ac
2012-07-24Simplify compression and remove code duplication in CompressGraphicDialogTomaž Vajngerl
Change-Id: Ia9e3bab09eef6e1055f1fd689373ab65310ea7e3
2012-07-24Fix fdo#51943 - prevent lose focus event to close popup.Thorsten Behrens
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 Subramanian
This currently works only on Linux as of now.
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
Change-Id: I8fe133dd8d1f759fbe21d47ae358c0b5451812b5
2012-07-23callcatcher: Gallery::GetImportURL freshly unusedCaolán McNamara
since 6d6198393e0677710191248d6f7c9ec15d0f0e0f Change-Id: I8c08088453027ab7aa0ca964262456475f767a5f
2012-07-23mark more one-param ctors as explicitDavid Tardon
Change-Id: Idf923e4a1e81a2e2e9c7107e4b6725bd9eb33e38
2012-07-18Revert hrc string cleanupThomas Arnhold
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 Bergmann
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-17fdo#44534 invalidate bound rect after drag&dropDavid Tardon
Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02
2012-07-16Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara
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 JAILLET
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-15WaE: unused variables and misordered initialization listCaolán McNamara
Change-Id: I2f49383d5c9e097edf52776818db4e89497aca5c
2012-07-15Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara
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ž 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-15cleanup malingering vendor name in docrecovery.srcAndras Timar
Change-Id: Ie9fa8a07361a1ed957d9e4d19df256b4d9668606
2012-07-14Remove unused HIDsThomas Arnhold
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14drop obsolete classDavid Tardon
Change-Id: Ia3485961f2d0a610ae7be6ab82446e89fab70b1f
2012-07-14sprinkle 'explicit' over constructorsDavid Tardon
Change-Id: I5929a480904460a92272d8e1da94ac1e55417ac2
2012-07-14simplify include guardsThomas Arnhold
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold
Change-Id: Ib83ea7e5b4647f5335f7efe7bebf819fa6810864
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda
Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
2012-07-11Decrease header files dependenciesMatteo Casalin
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks