summaryrefslogtreecommitdiff
path: root/toolkit/source
AgeCommit message (Collapse)AuthorFilesLines
2012-09-14gridfixes: #i117188# remove column sort when rows are insertedFrank Schoenheit [fs]2-41/+20
Change-Id: I43b041583c20b47c0fd33a9b5deadffe6fd8f273 Reviewed-on: https://gerrit.libreoffice.org/532 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-12targetted VBA re-work.Noel Power1-32/+0
2012-09-11blind fix for toolkit_unoapiNoel Power1-0/+4
Change-Id: I545b712c5fb72d8de415752b7fb4ec20ab3fcee0
2012-09-11Missing "this->" qualificationStephan Bergmann1-1/+1
Change-Id: I341e73bd2d8a240c4e31916393729efba8d9a4e2
2012-09-11-Werror=unused-but-set-variableStephan Bergmann1-1/+0
Change-Id: I66c577b3d22a64a09412bd18a46d8d45eb6d1142
2012-09-11disable scrollable Frame ( not working well )Noel Power2-3/+2
Change-Id: I09dc7b656c7ff19b937936e0b8436022d287cc87
2012-09-11get scrollbar details actually read for groupboxNoel Power4-26/+45
<sigh> the display with groupbox is disappointing, there are many artifacts and the size of the area you actually need to scroll wrong, perhaps we actuall really need a proper groupbox Change-Id: Iba6ff62718728324a461806cef61ee6a6a438ddf
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power3-6/+33
Change-Id: If15a2b7312577a8285dc1ab1dea1ccb7c4824ed6
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power4-108/+78
Change-Id: I0e03360808e73426848820d807f741c13c76abf8
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power4-51/+112
also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
2012-09-11fix scroll top & scroll leftNoel Power2-4/+15
Change-Id: If333932a0f3cfde6e8459ca3506a609207982f96
2012-09-11better scrolling, support for scroll width and scroll heightNoel Power1-50/+18
scroll top & scroll left not working that successfully Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd
2012-09-11misc fixes and improvementsNoel Power4-38/+64
hook in new properties into the property controller allow new values to be passed to control Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c
2012-09-11mpre debug, fix more obvious fobarsNoel Power1-15/+21
Change-Id: I88664f7dd09c8d6cdc1c18e87b3cd40b7e3bb246
2012-09-11attempt own scrollNoel Power4-31/+132
Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
2012-09-11crummy but psuedo usable scrollable dialogNoel Power2-2/+113
Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada
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-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-3/+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ünther11-105/+102
Also checked the following with bin/find-german-comments (all false positives): - sysui - xml2cmp - udm - ucb Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e
2012-07-18Un-inline use of szServiceName2_UnoControlEditStephan Bergmann1-0/+12
...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-11removed commented-out codeTakeshi Abe1-2/+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-06-29Remove include guardsThomas Arnhold1-2/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove UNO includes commentsThomas Arnhold13-28/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27Remove an unused headerThomas Arnhold1-67/+0
All of these definitions are unused. So remove it. Change-Id: I831073dfe21684983bf5f8122af941a3ce3a2737
2012-06-26re-base on ALv2 code.Michael Meeks1-22/+14
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 Meeks1-23/+14
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks11-260/+163
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-18WaE: unused parametersTor Lillqvist1-0/+5
Change-Id: I8dc4dadd3e26578500b555cdf850c3fb95bc1401
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-3/+4
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 McNamara1-6/+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 Lillqvist1-2/+20
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
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin4-29/+25
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-05-29targeted string re-workNorbert Thiebaud1-13/+13
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-28targeted string re-workNorbert Thiebaud19-80/+78
Change-Id: If929937d8b1243032983b8b379f067a47d2717a4
2012-05-21removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
2012-05-08work around spurious signed overflow warningsMichael Stahl2-6/+12
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC): /com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Werror=strict-overflow]
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold18-98/+98
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8