summaryrefslogtreecommitdiff
path: root/toolkit/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-12/+3
Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
2012-10-24fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..Noel Grandin1-3/+3
..because we want to use the name for the new merged interface for the Toolkit service. Change-Id: Ib1e193c7d04729f6420ee6984231fd50181e59d3
2012-10-03re-base on ALv2 code. Includes:Michael Meeks27-631/+387
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+4
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-20Remove unused method "getScrollVisibility"Julien Nabet1-1/+0
Change-Id: Ic0ecaad629cfaed7d249852db24fd24d2020686b
2012-09-14gridfixes: #i117145#Norbert Thiebaud1-1/+0
Change-Id: I215bcfca6a29274f7397d1100e3674d747ae19f2 Reviewed-on: https://gerrit.libreoffice.org/531 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117549# finalize css.awt.tab APINorbert Thiebaud5-18/+18
Change-Id: Ia7a555fb2551675605414189174eae8f65c70db7 Reviewed-on: https://gerrit.libreoffice.org/547 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud1-0/+4
Conflicts: toolkit/inc/toolkit/helper/property.hxx toolkit/source/controls/grid/defaultgriddatamodel.cxx Change-Id: Ie863aa7cecb4c7bda230ab829e6090689518dab8
2012-09-12targetted VBA re-work.Noel Power1-6/+0
2012-09-11-Werror=non-virtual-dtorStephan Bergmann1-0/+1
Change-Id: Icf2b94ba307c1e355ef035dbe9a70c9a650f75c9
2012-09-11get scrollbar details actually read for groupboxNoel Power1-0/+1
<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-11make interface for scrollablity properties to allow more code sharingNoel Power2-12/+28
Change-Id: I0e03360808e73426848820d807f741c13c76abf8
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power1-2/+2
also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
2012-09-11better scrolling, support for scroll width and scroll heightNoel Power1-2/+1
scroll top & scroll left not working that successfully Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd
2012-09-11misc fixes and improvementsNoel Power2-2/+6
hook in new properties into the property controller allow new values to be passed to control Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c
2012-09-11attempt own scrollNoel Power2-1/+22
Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
2012-09-11crummy but psuedo usable scrollable dialogNoel Power1-0/+60
Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada
2012-08-28callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara1-1/+2
Change-Id: Ib6e4e4c61c56cea9c6171f36989e903f3c35aa4e
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann4-8/+0
Change-Id: I8287b7eb761fc4b88e7f5acc7a0837b7a4634970
2012-08-10fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther4-5/+6
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-18Un-inline use of szServiceName2_UnoControlEditStephan Bergmann1-1/+2
...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-11removed commented-out codeTakeshi Abe7-66/+0
Change-Id: I5aa44682d4ebb926b95b64b2d265e6e9f3196a8d
2012-07-01Remove unused definesThomas Arnhold1-9/+5
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-29Remove UNO includes commentsThomas Arnhold5-13/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27Remove an unused headerThomas Arnhold1-1/+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-22re-base on ALv2 code.Michael Meeks2-46/+28
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks37-878/+548
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-1/+1
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-4/+0
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist1-3/+8
Change-Id: I8dd16850a35cd2de7260dcbe9a8aa7afae2294be
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-2/+2
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-04-24save the next guy from getting caught with msvc template requirementsCaolán McNamara1-1/+10
2012-04-24inline unused ctor needed by MSVC at compile timeCaolán McNamara1-2/+4
2012-04-20WaE: MSVC20082 unreferenced argumentCaolán McNamara1-1/+1
2012-04-17Remove some unused methodsJulien Nabet2-2/+0
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara2-3/+5
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-13Convert tools/table.hxx usage to std::set in toolkit module in ↵Noel Grandin1-3/+2
UnoPropertyArrayHelper class
2012-03-05Convert ImplPropertyTable from tools/table.hxx to std::mapNoel Grandin1-3/+3
In the process, remove the ImplControlProperty struct, since it was duplicating information already stored in the key of the map.
2012-03-05Remove unused codeElton Chung1-2/+0
2012-02-19entirely unused UnoMemoryStream classCaolán McNamara1-75/+0
2012-02-16callcatcher: update unused code listCaolán McNamara1-1/+0
2012-02-13fix support for embedded images for basic Dialogs ( fdo#45992 )Noel Power3-1/+17
2012-01-18remove unused codeThomas Arnhold1-1/+0
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-375/+0
2011-11-27remove include of pch header from toolkitNorbert Thiebaud2-2/+0