summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05Java cleanup, fix compile errorNoel Grandin1-4/+4
Although I don't think this file is currently in use anywhere. Change-Id: Idc3e01383d08361084e0117de8ff16b7cd82ddb2
2012-09-03More places that require a prefixed "system"Stephan Bergmann1-1/+1
Change-Id: I49cf1f02faf70a5a92ab45e7678253ba4e5f68d0
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-1/+2
Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-5/+4
Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
2012-08-28Make use of autoboxingStephan Bergmann3-3/+3
Change-Id: I5eb463abbacc8804712a10bdccfe5535ba82c07b
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin42-186/+199
Change-Id: I384cb006beee280922564c9277025843a1bda74a
2012-08-28Java cleanup - remove unused importsNoel Grandin37-183/+1
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara1-1/+2
Change-Id: Ib6e4e4c61c56cea9c6171f36989e903f3c35aa4e
2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan3-774/+0
Change-Id: Ib2f73d679ac4a6164142a370ce6d55c6de41117c
2012-08-20Remove dead java codeNoel Grandin3-9/+0
Change-Id: I9a86978c4b4da058ddc44a7e79635e232ff6c870
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann6-11/+0
Change-Id: I8287b7eb761fc4b88e7f5acc7a0837b7a4634970
2012-08-10fdo#39468: Translate remaining German comments in toolkit/Philipp Riemer3-4/+4
This is a follow-up patch of be88027c327b5f09d134f235db100ec54afdc30d translating the remaing comments that were missed there. Change-Id: I7866060ef6eec5f92751671bd4fc4bee64db149b
2012-08-10fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther15-110/+108
Also checked the following with bin/find-german-comments (all false positives): - sysui - xml2cmp - udm - ucb Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e
2012-08-07Remove forwards of non-existing structsThomas Arnhold1-1/+0
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold1-5/+9
This partially reverts 00240d049790d11c4ef35de7a294819107197efd http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: Ib682cd258cca12e742be5fb1715b2aecfe0a761e
2012-07-18Revert hrc string cleanupThomas Arnhold1-0/+1
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-18Un-inline use of szServiceName2_UnoControlEditStephan Bergmann2-1/+14
...as it is not marked SAL_DLLPUBLIC_EXPORT unlike the class it is used in so at least Clang would complain. Change-Id: I59886caead24bca4cd4c0e47edb0eaac349eb213
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-2/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-13hrc cleanup: Remove unused cstitem.srcThomas Arnhold1-1/+0
STR_COLUM_DT_AUTO is unused too. Change-Id: Icd14e697842ec7c78131a76daa683aae1b5dfc3f
2012-07-11removed commented-out codeTakeshi Abe8-68/+0
Change-Id: I5aa44682d4ebb926b95b64b2d265e6e9f3196a8d
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-06fix dialog editor crasher fdo#51269Noel Power1-0/+13
missing clone of AllDialogChildren property was the culprit here. Change-Id: I6c5ee105003967429d5bf79639ae75fb7d90562a
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-07-01Remove unused definesThomas Arnhold1-9/+5
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-29Java5 update - convert to use generics and new Collections classesNoel Grandin5-33/+27
Change-Id: Ibe51b5c8d4065c88cd6bae8cddb42a9b6117312a
2012-06-29Remove include guardsThomas Arnhold1-2/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove UNO includes commentsThomas Arnhold18-41/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27Remove non-existing schedule.srcThomas Arnhold1-1/+0
Change-Id: I86769ba6dd3953f65bbfc2db01e0bef7e8cdba12
2012-06-27Remove an unused headerThomas Arnhold2-68/+0
All of these definitions are unused. So remove it. Change-Id: I831073dfe21684983bf5f8122af941a3ce3a2737
2012-06-27Remove commented out code (includes)Thomas Arnhold1-1/+0
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-27Remove completely commented out file webwizar.srcThomas Arnhold1-1/+0
Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
2012-06-26re-base on ALv2 code.Michael Meeks1-22/+14
2012-06-25hrc cleanup: Remove two outdated filesThomas Arnhold1-1/+0
All definitions in SchSlotIds.hxx are unused, so remove it. Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b
2012-06-25removed unused forward declarations of classTakeshi Abe1-5/+0
Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-1/+1
The Lanczos scaling is of very good quality, but it's rather slow, which can be very noticeable with large images, so it's not a very good default for everything. And in general, it's not good to refer to a specific algorithm when all one usually wants is fast/default/best. Some of these changes are a bit of a guess between default/best, but the general logic is that best should be used only for images that won't be large or where the possible waiting does not matter. Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-22re-base on ALv2 code.Michael Meeks3-69/+42
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks51-1203/+749
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks80-196/+1391
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold2-2/+0
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-18WaE: unused parametersTor Lillqvist1-0/+5
Change-Id: I8dc4dadd3e26578500b555cdf850c3fb95bc1401
2012-06-18touch depends on sal, toolkit depends on touchTor Lillqvist1-1/+1
Change-Id: I77e108391b48a9dc50491f8e76de8f277f92dfc6
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist3-4/+11
Pass on to VirtualDevice where used to set the MapMode of the device appropriately. Adapt DocumentLoader, use to scale the page rendering to exactly fit the virtual device. Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara2-10/+0
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-4/+4
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist2-5/+28
Change-Id: I8dd16850a35cd2de7260dcbe9a8aa7afae2294be
2012-06-12nuke dead codeTakeshi Abe4-79/+0
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
2012-06-09Remove superfluous empty lines on topThomas Arnhold12-24/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73