summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
| | | | Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
* deliver all uiconfig files by UIConfigDavid Tardon2013-04-113-36/+17
| | | | | | | Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* only build WinResTarget on windowsDavid Tardon2013-04-091-0/+5
| | | | Change-Id: I144e89996fb980514f4031d0e2aa0d0ced529d35
* fdo#46808, Convert frame::Frame to new styleNoel Grandin2013-04-082-12/+7
| | | | Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07217-2827/+2786
| | | | | | | | 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
* Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist2013-04-075-29/+1
| | | | Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62
* new module i18nlangtagEike Rathke2013-04-059-9/+9
| | | | | | | | | | | 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
* writing out tools/fsys.hxx (extensions)Andras Timar2013-04-043-32/+32
| | | | | | | Change-Id: I6b2132e7441be1579f6233ec56fdaf8807a60b55 Reviewed-on: https://gerrit.libreoffice.org/3119 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* remove some more macrosThomas Arnhold2013-04-016-68/+63
| | | | Change-Id: Ia93a938309d25fb9932ed92ca2b2f93bf7991927
* remove boilerplate commentsThomas Arnhold2013-04-0126-55/+11
| | | | Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
* -Werror,-Wunused-macrosJulien Nabet2013-04-011-3/+0
| | | | Change-Id: If921a3e142e44a6fb96924dc2aa454b8c8172e5a
* certainly this was not meant to be _PC_NAME_MAXEike Rathke2013-03-301-1/+1
| | | | | | | | | _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
* OSL_FAIL -> SAL_WARNThomas Arnhold2013-03-301-3/+3
| | | | | | | Change-Id: I1871e5e3a319b2d5177ae4bd470046c022c14eb7 Reviewed-on: https://gerrit.libreoffice.org/3121 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* i18nisolang1 neededEike Rathke2013-03-291-0/+1
| | | | Change-Id: Id422219593b2604d441b32f55dd365840bfecbf1
* ResMgr with LanguageTagEike Rathke2013-03-295-1/+6
| | | | Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
* -Werror,-Wunused-macrosStephan Bergmann2013-03-271-1/+0
| | | | Change-Id: I4df79952596b267a0e744a2b9a11a1e128624e74
* -Werror,-Wunused-macrosStephan Bergmann2013-03-271-3/+0
| | | | Change-Id: I083b936a6b20f070748c281d5814d5e57dedf864
* Prevent duplicate definitionsStephan Bergmann2013-03-271-1/+1
| | | | Change-Id: I4cbc231bdac93ed3dca3fb6140c5c85e9eb4339d
* -Wunused-macrosStephan Bergmann2013-03-277-15/+5
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* _USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann2013-03-271-2/+2
| | | | Change-Id: Ib0dab05534c34eb407f3acee3b4a3638a36bdddc
* a little ldap cleaningMatúš Kukan2013-03-271-1/+1
| | | | Change-Id: Ib224484ef994312e78bac75c40421c7f6235326a
* Oups, fix typoJulien Nabet2013-03-261-1/+1
| | | | Change-Id: I64c1c644b2241fb3d43a1300816ead0f7724a4d3
* New try to fix plc4Julien Nabet2013-03-261-1/+1
| | | | Change-Id: Id747989c4c99967129ca9c7e7a86e6e82e943c98
* Revert "Try a fix for Win build and plc4"Julien Nabet2013-03-261-1/+1
| | | | This reverts commit b8b3230d51da93a93aa7397b98a1aafa7a926a3f.
* Try a fix for Win build and plc4Julien Nabet2013-03-261-1/+1
| | | | Change-Id: Ib2c7e2397ff36e9c6baf359479bdda427d2cd7c3
* remove unnecessary tools/fsys.hxx headerAndras Timar2013-03-251-1/+0
| | | | Change-Id: I91b457430055f45c80b9f908d7c1f70349c528ae
* fdo#46808, convert extension from deprecated interfaceNoel Grandin2013-03-251-7/+2
| | | | Change-Id: I2404637c7f1dc0a89882540581ae34a706ff86ee
* extensions/source/propctrlr/{form,pcr}strings.cxx no longer relevantStephan Bergmann2013-03-253-56/+0
| | | | | | | ...since b4f8ab8881785db8e328fbfa84933eadb6bc5dd5 "extensions: get rid of no longer needed stringdefine.hxx." Change-Id: I0ab16071267fc08c9a2664be8630f617085fdaad
* -Werror,-WundefStephan Bergmann2013-03-201-1/+1
| | | | Change-Id: Ia0782d64e23f67b533e57dad587951f061a7c1d2
* Assume that this shall check full string equalityStephan Bergmann2013-03-201-1/+1
| | | | | | | ...instead of prefix match as the use of compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply. Change-Id: I266b68073ba01b9c1e91e24816b8a61f09bd60ac
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Thomas Arnhold2013-03-201-1/+1
| | | | | | Now all should be gone. Change-Id: Iaaaebfbb85535d95eab6a2043e7d5e2e845d9782
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-1/+1
| | | | | | | ...which is a confusing overload with unexpectedly different semantics from the one-parameter form. In preparation of marking it as deprecated. Change-Id: I4f176995546ae583fc570d770647ffc315eecc75
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-203-11/+11
| | | | | | http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
* fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin2013-03-2018-49/+44
| | | | | | | | .. to Reference<XComponentContext> mostly in the dbaccess module, but it also affected some other modules. Change-Id: I09b3f6fe7a9b33498b11d98b5521b5aeeb8882be
* further OUString cleanupThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-197-27/+26
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1945-190/+188
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* trailing whitespacesThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
* extensions: remove RTL_CONSTASCII_STRINGPARAM in macrosMiklos Vajna2013-03-181-18/+18
| | | | Change-Id: I24cc59f4e9410e9a67a87950e7452de55122c0ce
* Bin more pointless comments and ASCII graphicsTor Lillqvist2013-03-162-108/+0
| | | | | | | | | | | Suggested Easy Hack: Replace all instances of // -------- comments including surrounding newlines with a single newline. Another Easy Hack, slightly harder to automate: Remove all the pointless comments that just tell the class name right before the declaration of that class. Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-5/+0
|
* vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl2013-03-131-1/+1
| | | | Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
* coverity#704143: Resource leak in objectJulien Nabet2013-03-122-0/+5
| | | | | | | Change-Id: I6bf9fc6e65de857d4d05df0c7be64dc6ec38dc07 Reviewed-on: https://gerrit.libreoffice.org/2686 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* remove remaining UTF bomBorim2013-03-113-3/+1
| | | | | | | Change-Id: I3a24a7af782f538cdfad4cc58328c5ab7412c2cc Reviewed-on: https://gerrit.libreoffice.org/2644 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-113-4/+4
| | | | | | brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-7/+7
| | | | Change-Id: I47b35af71277fdda19767a553c960bf12164b92f
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-3/+3
| | | | Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
* Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann2013-03-091-9/+11
| | | | Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-0850-0/+137
| | | | | | | | | use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
* simplify compareTo (now correct)Thomas Arnhold2013-03-081-1/+1
| | | | | Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>