summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)AuthorFilesLines
2013-03-27-Werror=unused-macrosStephan Bergmann1-1/+1
Change-Id: I377711500e6308e8aa273f016f8a2a9dcbaab760
2013-03-26Cleanup comments and some translations in style.cxxJoren De Cuyper1-57/+10
Change-Id: I18f0a3d9e9c97164691233e3c997f978d339e401 Reviewed-on: https://gerrit.libreoffice.org/3062 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-26Lock files make no sense on Android or iOSTor Lillqvist1-1/+2
Change-Id: Ie8d05b8596fb7d17e057bc32c7a4204a9ff54021
2013-03-26style.hrc: translate commentsMichael Stahl1-10/+10
Change-Id: I00766a327a99b6fd5eed8e0ba411f3f71f07e942
2013-03-26fdo#61429: Stylist: save selection of "Hierarchical" entryMichael Stahl1-0/+1
This is unfortunately rather ugly because that one is "very special". Change-Id: Ie2bc9ce2690fbc742b4510e453ca1ef310614256
2013-03-23"atomar" is not a wordTor Lillqvist3-4/+4
SCNR Change-Id: I3aaa8d9b37423d44fe11f161cc21c0a77b466353
2013-03-22chose date that does not suffer from historic time zone bugEike Rathke1-9/+9
When building in a time zone that suffers from the historical time zone bug https://bugs.freedesktop.org/show_bug.cgi?id=44286 e.g. TZ=America/Sao_Paulo the build failed. Chose a recent enough test date to circumvent. Change-Id: Iad6c99f6a0a656546924c94edd39aca92d92d47d
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2-11/+11
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
2013-03-19unit test for fdo#60915Korrawit Pruegsanusak1-0/+61
Change-Id: Ib7c1e87521fbbfd76b8eeead17c58915c5d71728
2013-03-18renamed method, it determines if symbol combinesEike Rathke1-2/+2
Change-Id: I60fec73900b861363c02ec51ecbf9dcfd7edb167
2013-03-18use switch instead of multiple ifsEike Rathke1-9/+13
Change-Id: Ib928f7e80aa185119c37b400e8a3e002619ffd41
2013-03-18make empty subformat code work againEike Rathke1-3/+3
Broken with 842c95519a35174238c728784662f854031993d7 were things like ;;;@ or _;0 Change-Id: Idf99378beedacf97a0376d1cd11ee78d3f7c9aff
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-2/+2
Change-Id: Iabccc31c59cec32235661f5225f45bb13f76a68f
2013-03-18janitorial: typo in commentLionel Elie Mamane1-1/+1
Change-Id: I57ff7cf21ab3d6bc7ded7fadd26475bbbe2cc2f5
2013-03-15i#120055 Prevent crash caused by un-disposed secondary item pool.Andre Fischer1-1/+12
Conflicts: svl/source/items/itempool.cxx Adapted to new pImp implementation. (erAck) Change-Id: I106f0dc41bc8f41d394d680fe89a8fee6a2f508a
2013-03-15clarify logicEike Rathke1-6/+5
Change-Id: Idc223daa6034b359ac62693ce8dfebed846d5789
2013-03-15rename methods to something meaningfulEike Rathke3-7/+8
Change-Id: I92f5b3cb637b7cc6152d118505b69e762047f78b
2013-03-15simplify logicEike Rathke1-6/+4
Change-Id: I60726b445712cc15f8453812ce6313167314a8df
2013-03-15i#119964 - Number displays different from MS with the same format codeWang Lei2-0/+15
Patch by: Zhang Lu Review by: Wang Lei Conflicts: svl/source/numbers/zformat.cxx Change-Id: Id1ce742dc829a7aa8056e3be50e315ea4499ecc6
2013-03-14Fix svl Windows buildFridrich Štrba1-1/+0
Change-Id: Ibb5a6bb612f08a91c078492244e62f4a58102e39
2013-03-14Fix buildFridrich Štrba1-1/+0
Change-Id: If7363af4ff336fe344f0449afa41bde09fc5f800
2013-03-14resurrect svl/qa/unit/svl.cxxKorrawit Pruegsanusak3-4/+80
Change-Id: I44659688794436dd97ca5f72cfa969db889d1bc1 Reviewed-on: https://gerrit.libreoffice.org/2642 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-14I'm pretty sure this was meant to be unsigned.Kohei Yoshida1-1/+1
Change-Id: Id074e31542383f6a31181749d7d4a5219522d9e0
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-13resolved fdo#62278 test for LanguageTag equality resolving system localeEike Rathke1-1/+1
Change-Id: Ic50c6d02a3feaf72060defa50766b40b5dec1cf7
2013-03-13Resolves: #i119943 Underline can not work with ";" in format codeWang Lei1-1/+17
the semicolon will always be regarded as separator Patch by: Zhang Lu Review by: Wang Lei(cherry picked from commit 953b282dbb2552f89ec25455ec838f752abd6a2d) Conflicts: svl/source/numbers/zformat.cxx Resolves: #i119943 Underline can not work with ";" in format code the semicolon will always be regarded as separator Patch by: Zhang Lu Review by: Wang Lei(cherry picked from commit 423e8bc4e684a0790765aa2898bc2843538bc114) Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: svl/source/numbers/zformat.cxx Change-Id: I1112739fb27939a66d22f198ec9c3a34f383bd9c
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2013-03-12Revert "reduce some uglyness"Thomas Arnhold3-197/+255
MSVC doesn't like this. This reverts commit 84dc8e5b5504e5f54fba695d4338d022681d85cf.
2013-03-11svl: fix buildThomas Arnhold1-4/+4
some more conversions from 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 Change-Id: I95e4fdf190e1f92501f3ec6ea09017e0c7bffe4f
2013-03-11reduce some uglyness IIThomas Arnhold4-126/+103
NUMTYPE is never defined outside this header. So this complexity can go. There is no need to deliver nranges.hxx as there is only itemset.cxx using it. NUMTYPE -> sal_uInt16 NUMTYPE_ARG -> int SfxNumRanges -> SfxUShortRanges Change-Id: I27027f9ec83ebf456bb545763954884d5de227b3
2013-03-11reduce some uglynessThomas Arnhold3-255/+197
As there are no other users of this files, those macros can be expanded: NUMTYPE -> sal_uInt16 SfxXRangeItem -> SfxRangeItem SfxXRangesItem -> SfxUShortRangesItem Change-Id: I35361e0622a8787d938fc6c6745c4169ad6d909f
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim7-0/+18
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
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac2-6/+6
Change-Id: Iad623c9300919fbae34279268a5a720f978c6434 Reviewed-on: https://gerrit.libreoffice.org/2514 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-04sal_Bool to boolTakeshi Abe2-3/+3
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04remove unused and commented out codeThomas Arnhold2-10/+0
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-25loplugin: improve indentationThomas Arnhold1-4/+2
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-23Fix typo accessable/accessibleJulien Nabet1-1/+1
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
2013-02-23sal: update log areasThomas Arnhold1-1/+1
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
2013-02-22fix string conversion in 1da3af5f1eb6a32fd0ab10da7cf2f8ddb298a3a1Ivan Timofeev1-13/+3
Change-Id: I683002c12f9bb8f053dafea70c889a2881a70b99
2013-02-22fdo#38838, ::rtl::OUString, String to OUStringGergő Mocsi2-6/+6
I have cleared out String and ::rtl::OUString calls in module dbaccess/source/core/misc. It was mainly file dbaccess/source/core/misc/dnstypes.cxx , and it's usages. There are still some calls in dbaccess for this class(ODnsTypeCollection), that needs refactoring (eg. in file DbAdminImpl.cxx, method "String ODbDataSourceAdministrationHelper::getConnectionURL() const"). Remaining calls will be my next task (in module dbaccess). I also clear out deprecated macro RTL_CONSTASCII_USTRINGPARAM every time I find one. The class I've mentioned above (ODnsTypeCollector) is OK. Change-Id: Ia0f3bb8cc649d1ecf8decc093f8a1a20ee23c33c Reviewed-on: https://gerrit.libreoffice.org/2289 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
2013-02-19related coverity#984042 move potentially uninitialized scalar variablesCaolán McNamara1-2/+2
Change-Id: I7cc181ca1cad1e8bce9cb44a7c2e2c7f534921e5
2013-02-18coverity#984042 Uninitialized scalar variableCaolán McNamara1-1/+1
Change-Id: If75afb24632553bb9aa90990c347ad8851ee55a9
2013-02-16Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
2013-02-05Better error reportingStephan Bergmann1-16/+21
Change-Id: I48bd329e1a29ce9cbf9840bf5e3cb48a92cb8073
2013-01-28SfxPoolItem: fix annoying -Werror=shadow the hard wayMichael Stahl3-29/+30
... by properly prefixing the members. Change-Id: Idfdb93b19bf9fdd5309fb55d4e7e56da81ee822a