summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2013-05-07np_sdk: remove both Package_inc and Package_npapiMichael Stahl
This is a bit of a mess, apparently there are some headers here that may come from the system and others that are always internal? Change-Id: Ifbf486d3016bc87849e2593d83b3d48dae3aeca0
2013-05-07twain: remove Package_incMichael Stahl
Change-Id: I67d0801d8d353951f9c9b1ca7f08b23de9b34067
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-02build fix s/$(BUILD)/$(LIBO_VERSION_PATCH)/Andras Timar
Change-Id: I4573f77418b3631a2f324aac29e225698da53ba6
2013-05-02remove unsupported binfilter types from npsopluginAndras Timar
Change-Id: Ifd12d4d1f4dab0a6bea4701d0a1b9ab4f3763ce7
2013-05-02remove defines from npsoplugin resource, that are defined elsewhereAndras Timar
Change-Id: I745944202a25a348f36e79d28f03740a28b70eee
2013-05-02remove unsupported binfilter types from npsopluginAndras Timar
Change-Id: Ifb23e61b265697272e54df225719e006319e79af
2013-05-02fdo#54087 link the correct resource file to npsoplugin.dllAndras Timar
I had to add a new function to gbuild system: set_nativeres, because the trick in extensions/Library_npsoplugin.mk did not work. It linked the default.res, and that made the plugin unusable under Windows. Also, one export was missing compared to LibreOffice 3.5. Conflicts: extensions/Library_npsoplugin.mk extensions/WinResTarget_npsoplugin.mk Change-Id: Ib91fa2a3b72b15912587f22becccb0aebc2aa390
2013-04-30install SpotlightImporter bundle using filelistsDavid Tardon
Change-Id: I01ea506b76356ce62688350d096ff77c2cddcbdf
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-29Remove residue of undocumented "edition" featureStephan Bergmann
...whereby some branding could be orverridden with information from a program/edition/ directory. Change-Id: I7f9324678b09bc8069775dfcbda97be8e0618a91
2013-04-25workaround race condition with mixing internal/system cairo libsLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2013-April/051026.html Change-Id: I81031d8290efcc4f343af7bdffb4762411f4f107
2013-04-25fdo#46808, Convert form::ControlFontDialog to new styleNoel Grandin
Change-Id: I83487cddbd6b3fce1fdcdfa48623b63a0e026d90
2013-04-24extensions: rename WinResTarget target to match source fileMichael Stahl
Change-Id: I8e528f76d08f7a0d7acec05dcf306cd78b95a885
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin
Change-Id: Icd830004de3e121f5b96393e7d7b447775833419 Reviewed-on: https://gerrit.libreoffice.org/3569 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22Data-aware ListBox: can have a BoundColumn even without bound database columnLionel Elie Mamane
It defines what goes into the ValueList property, what getCurrentValue() returns, and what an external value binding gets. Change-Id: I9242d3a6040ec98c22b1d4350942dfa0e7aa6c5b
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
2013-04-19remove unused component_canUnload functionsMatúš Kukan
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin
Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-17-Werror=int-to-pointer-cast (MinGW, extensions)Stephan Bergmann
Change-Id: I16db60c861ef7ac0a2a9076fde1996a7b7b0e991
2013-04-17-Werror=unused-variable (MinGW, extensions)Stephan Bergmann
Change-Id: I43c2ad4a601ffe20f471d81ed7697b89c496fa6f
2013-04-17-Werror=write-strings (MinGW, extensions)Stephan Bergmann
Change-Id: I0761af5d2a6af23dbef67e4aadf4e6d21df1e58f
2013-04-17-Werror=unused-macros (MinGW, extensions)Stephan Bergmann
Change-Id: I208b5f1a8f3faabd03961bd58e2f09bb8338c790
2013-04-17-Werror=shadow (MinGW, extensions)Stephan Bergmann
...and aStr, aStr2 are not necessary, anyway. Change-Id: I04fbd1fb3c7375015168e866e8b77eebfb62f648
2013-04-17-Werror=unknown-pragmas (MinGW, extensions)Stephan Bergmann
Change-Id: I3eeb8864ddf931361f6504c04b8bfa787115cfd1
2013-04-17-Werror=unused-variable (MinGW, extensions)Stephan Bergmann
Change-Id: I88113be8ff3f4dfe641463267754ee8129bc767a
2013-04-17-Werror=unused-macros (MinGW, _WINDOWS)Stephan Bergmann
...hopefully unused anyway? In there "since the beginning." Change-Id: Ibe61ad133dc8a546a2c70626faa5f8d2ca951150
2013-04-17-Werror=unused-macros (MinGW, extensions)Stephan Bergmann
Change-Id: I9e442453108eddcfc6cbb9769ac224fc469f1efc
2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl
Mainly this means using /MDd instead of /MD and /MTd instead of /MT in the CFLAGS, and also re-mapping of .lib files to ones with "d". Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338
2013-04-15extensions: remove various #undef _DEBUGMichael Stahl
These came in on issue 10000 a decade ago. Change-Id: Iae1995daa413e644ad869a6f02521634af8425b6
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-09only build WinResTarget on windowsDavid Tardon
Change-Id: I144e89996fb980514f4031d0e2aa0d0ced529d35
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist
Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-04writing out tools/fsys.hxx (extensions)Andras Timar
Change-Id: I6b2132e7441be1579f6233ec56fdaf8807a60b55 Reviewed-on: https://gerrit.libreoffice.org/3119 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-04-01remove some more macrosThomas Arnhold
Change-Id: Ia93a938309d25fb9932ed92ca2b2f93bf7991927
2013-04-01remove boilerplate commentsThomas Arnhold
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-04-01-Werror,-Wunused-macrosJulien Nabet
Change-Id: If921a3e142e44a6fb96924dc2aa454b8c8172e5a
2013-03-30certainly this was not meant to be _PC_NAME_MAXEike Rathke
_PC_NAME_MAX is a symbolic constant meant to be used as a pathconf() argument, not a buffer length. See also 2cd4e55bb36a9a3d13971b530469188e3fb59dfe Change-Id: I94d19bd6f9f0ae501329d6a1edecad630f44b356