summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-225-113/+20
|
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-1/+1
| | | | | | | | | Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Delete two pass-through include files and update the file that included them.Michael Dunphy2013-04-191-1/+1
| | | | | | | Change-Id: I6f02d312d1425dbb28b7cb7a2aa87a734054c4a7 Reviewed-on: https://gerrit.libreoffice.org/3474 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-1/+1
| | | | Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
* Java cleanup, use generics in calls to UnoRuntime#queryInterfaceNoel Grandin2013-04-196-14/+14
| | | | | | | | | | A handful of places wrap the call to queryInterface. With a little generics love, we can reduce the casting required. Change-Id: I9efca2afb1b23fad2359af24e1c273aea96e45fe Reviewed-on: https://gerrit.libreoffice.org/3433 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-1918-111/+111
| | | | | | | Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-184-98/+34
| | | | | | | | | | - nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
| | | | Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
| | | | Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
* fdo#60724 informations -> informationThomas Arnhold2013-04-152-2/+2
| | | | Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-074-4/+0
| | | | Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07158-1461/+1436
| | | | | | | | 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
* new module i18nlangtagEike Rathke2013-04-052-2/+2
| | | | | | | | | | | 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
* Replace `compareTo(...) == 0` with ==Ashish Banerjee2013-04-051-1/+1
| | | | | | | | | | | Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Revert "Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)"Thomas Arnhold2013-04-011-1/+1
| | | | | | This reverts commit 6591068f2a73252f4e3c9abf9b153a5b4f59410b. The second parameter of ConstAsciiString is length.
* remove boilerplate commentsThomas Arnhold2013-04-0110-23/+5
| | | | Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
* Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)Chr. Rossmanith2013-04-011-1/+1
| | | | Change-Id: Ic94187181b102b8d1623806027b857203c4b746f
* Remove RTL_CONSTASCII_(U)STRING in formsChr. Rossmanith2013-04-015-6/+6
| | | | Change-Id: I5086a8ba9073e8ef2dfde0ecae55ee6065cb0253
* ResMgr with LanguageTagEike Rathke2013-03-291-1/+1
| | | | Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-291-3/+3
| | | | Change-Id: I7f536c136dff4c0d868055bf6400b6381750c988
* coverity#704145 Resource leak in objectJulien Nabet2013-03-281-12/+6
| | | | | | | | | also cleaned up comments Change-Id: Ia676d215cf8ef4830e31a1caf4153e33af84c200 Reviewed-on: https://gerrit.libreoffice.org/3071 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* fdo#39445 writing out tools/fsys.hxx (forms)Andras Timar2013-03-271-11/+7
| | | | Change-Id: Iee0812ee098c3b7c12d297461907a2923bad2cc5
* -Wunused-macrosStephan Bergmann2013-03-276-52/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* add frm to Library_mergedPeter Foley2013-03-261-2/+0
| | | | Change-Id: I72fff5fe1fd26e618ffe89111471d95cd4d30852
* Fix warning: unused variable 'sConverted' [loplugin]Tor Lillqvist2013-03-251-3/+0
| | | | Change-Id: I14a2d98c519b2eab6645eaf8b2dcdbccc7c36c2f
* "atomar" is not a wordTor Lillqvist2013-03-231-1/+1
| | | | | | SCNR Change-Id: I3aaa8d9b37423d44fe11f161cc21c0a77b466353
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-202-5/+2
| | | | | | | ...which is a confusing overload with unexpectedly different semantics from the one-parameter form. In preparation of marking it as deprecated. Change-Id: I4f176995546ae583fc570d770647ffc315eecc75
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-1911-14/+14
| | | | | | | | | 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>
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-194-17/+17
| | | | Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1934-105/+105
| | | | | | | | | | | 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>
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-4/+0
|
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-1/+1
| | | | | | brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-084-0/+10
| | | | | | | | | 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>
* Revert "simplify some compareTo"Stephan Bergmann2013-03-081-1/+1
| | | | | | | | | | This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
* simplify some compareToThomas Arnhold2013-03-081-1/+1
| | | | Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-062-7/+7
| | | | | | | | | Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* doubled usingThomas Arnhold2013-03-051-1/+0
| | | | Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
* drop sole DBG_ASSERT only use of Application::GetFilterHdlCaolán McNamara2013-03-041-1/+0
| | | | Change-Id: I6dd3e1141f9fe925bdb2cd2c7f0df994f35a119d
* sal_Bool to boolTakeshi Abe2013-03-041-1/+1
| | | | Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
* doubled namespaceThomas Arnhold2013-03-041-1/+0
| | | | Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
* remove unused and commented out codeThomas Arnhold2013-03-041-1/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* fdo#46808, convert xforms::Model to new styleNoel Grandin2013-03-042-3/+31
| | | | | | the service already existed, it just needed an IDL file. Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-038-9/+9
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-021-1/+1
| | | | | | | | | FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* coverity#705651: fix memory leakMarkus Mohrhard2013-02-281-0/+4
| | | | Change-Id: I1f0c8ac963f16fb4bd0d101c6a62996d9aebab78
* remove two more duplicatesThomas Arnhold2013-02-261-1/+1
| | | | | | | | | Moreover clarify a comment and remove some commented code. Change-Id: Iba87b9ea6675a9bb50b8af0f094891e59bd93bd8 Reviewed-on: https://gerrit.libreoffice.org/2406 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin: improve indentationThomas Arnhold2013-02-251-11/+7
| | | | Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee