summaryrefslogtreecommitdiff
path: root/toolkit/inc
AgeCommit message (Collapse)Author
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud
Conflicts: toolkit/inc/toolkit/helper/property.hxx toolkit/source/controls/grid/defaultgriddatamodel.cxx Change-Id: Ie863aa7cecb4c7bda230ab829e6090689518dab8
2012-09-12targetted VBA re-work.Noel Power
2012-09-11-Werror=non-virtual-dtorStephan Bergmann
Change-Id: Icf2b94ba307c1e355ef035dbe9a70c9a650f75c9
2012-09-11get scrollbar details actually read for groupboxNoel Power
<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 Power
Change-Id: I0e03360808e73426848820d807f741c13c76abf8
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power
also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
2012-09-11better scrolling, support for scroll width and scroll heightNoel Power
scroll top & scroll left not working that successfully Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd
2012-09-11misc fixes and improvementsNoel Power
hook in new properties into the property controller allow new values to be passed to control Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c
2012-09-11attempt own scrollNoel Power
Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
2012-09-11crummy but psuedo usable scrollable dialogNoel Power
Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada
2012-08-28callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara
Change-Id: Ib6e4e4c61c56cea9c6171f36989e903f3c35aa4e
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I8287b7eb761fc4b88e7f5acc7a0837b7a4634970
2012-08-10fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther
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 Arnhold
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold
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 Bergmann
...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 Abe
Change-Id: I5aa44682d4ebb926b95b64b2d265e6e9f3196a8d
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27Remove an unused headerThomas Arnhold
All of these definitions are unused. So remove it. Change-Id: I831073dfe21684983bf5f8122af941a3ce3a2737
2012-06-27Remove commented out code (includes)Thomas Arnhold
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist
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 McNamara
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist
Change-Id: I8dd16850a35cd2de7260dcbe9a8aa7afae2294be
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-04-24save the next guy from getting caught with msvc template requirementsCaolán McNamara
2012-04-24inline unused ctor needed by MSVC at compile timeCaolán McNamara
2012-04-20WaE: MSVC20082 unreferenced argumentCaolán McNamara
2012-04-17Remove some unused methodsJulien Nabet
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...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 Grandin
UnoPropertyArrayHelper class
2012-03-05Convert ImplPropertyTable from tools/table.hxx to std::mapNoel Grandin
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 Chung
2012-02-19entirely unused UnoMemoryStream classCaolán McNamara
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-13fix support for embedded images for basic Dialogs ( fdo#45992 )Noel Power
2012-01-18remove unused codeThomas Arnhold
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from toolkitNorbert Thiebaud
2011-11-17remove obsolete layout codeFelix Zhang
2011-11-15Cleanup few macros and unused headers.Jan Holesovsky
2011-11-15remove unused methods from layoutFelix Zhang
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-03Fix linking on WindowsFridrich Štrba
2011-11-02remove unused methods in layoutFelix Zhang
2011-08-11Removed the rest of FORWARD_DECLARE_INTERFACE.Kohei Yoshida