summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2014-06-25fdo#51763 - make title of dialog localisableJoren De Cuyper
Following the bug report the title is currently not correctly localisable for Catalan language due format issues. Change-Id: I09107acb3f4acd7acf5a614216265373c59938b2 Reviewed-on: https://gerrit.libreoffice.org/9883 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
2014-06-19coverity#706069 Unintended sign extensionCaolán McNamara
Change-Id: I605adc70d054fe3d5aea3bf1984348aae0e7fc28
2014-06-19sizeof(bool) is not required to be 1Caolán McNamara
Change-Id: I19ba4e27a4403d2c17d0bbf3f29c42e4745e4c41
2014-06-19coverity#706067 Unintended sign extensionCaolán McNamara
Change-Id: I7b1ace9726c38eafd063e7bd87f463b23fe9d74a
2014-06-18coverity#736899 Unintended sign extensionCaolán McNamara
Change-Id: I4fcd7df318cec8dccd1516c6d52b7d0c67885a6c
2014-06-17coverity#1210044 Uncaught exceptionCaolán McNamara
Change-Id: I3837f316a4b73eb508bfd4fca97fa741080df8c0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-16Resolve fdo#79913 by checking index boundsArnaud Versini
Change-Id: I023a625d73724332245d612a61cb786acefc4cf2 Reviewed-on: https://gerrit.libreoffice.org/9791 Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-13loplugin:staticcallStephan Bergmann
Change-Id: If7b285a2214bc878e8464a986538d0445078fcb3
2014-06-05coverity#705245 Missing break in switch, assuming intentionalCaolán McNamara
Change-Id: I2ac6acde603c89c5b7736ec7f1a1b42b28726827
2014-06-05coverity#705243 Missing break in switch, assuming intentionalCaolán McNamara
Change-Id: I4882ba5028e45528cafc1170bc4de6c3a2ea7a12
2014-06-05coverity#1103688 Missing break in switch, assuming its intentionalCaolán McNamara
Change-Id: I9b619e4896d811c2fbb20e229f65bfa01bd05731
2014-06-04new loplugin: inlinesimpleaccessmethodsNoel Grandin
Create a rewriting plugin for finding methods that simply return object fields, and should therefore be declared in the header, so that the compiler can reduce method calls into a simple fixed-offset load instruction. Change-Id: I7a620fc54250b79681918dc31ed9a8f21118c037 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-06-04coverity#705247 Missing break in switchCaolán McNamara
Change-Id: Idc647ef41b3a01d89216c3fe74e3fa5af02f7525
2014-06-04compareTo -> equalsNoel Grandin
convert OUString::compareTo usage to equals to startsWith where it is more appropriate Change-Id: I6f5b5b7942429c0099ad082ba4984fd18e422121
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
2014-06-04remove whitespaceMarkus Mohrhard
Change-Id: Iae0f6b9818f84a92c46b24f90d3051c7b6a45d94
2014-06-04remove whitespaceMarkus Mohrhard
Change-Id: Iff12a4106369114eb785c0ce242c0e296a877495
2014-06-04remove whitespaceMarkus Mohrhard
Change-Id: I08a89e40d24bc6f4b106c5063c197fe201f32bf6
2014-06-02add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353Eike Rathke
Change-Id: Id1e127a3652d4bef280327c2a62d95c17c012656
2014-06-02add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352Eike Rathke
Change-Id: I6d793317bc1caef4a95275bad263a5b2feac12e4
2014-06-02add French (Senegal) [fr-SN] to language list, fdo#79350Eike Rathke
Change-Id: I80e149700360eb9240c330e3e3d0c38c3785bfa4
2014-06-02add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351Eike Rathke
Change-Id: Idc54b0fae9283d795b79231214cf14aae43adca2
2014-06-02add French (Mali) [fr-ML] to language list, fdo#79349Eike Rathke
Change-Id: Ie37a547403d86906549babe87680be3c1658f603
2014-06-02add French (Côte d'Ivoire) [fr-CI] to language list, fdo#79348Eike Rathke
Change-Id: I4041fe39c1a1186e381526ae5f806efb7e56dce0
2014-06-02callcatcher: update unusedcodeCaolán McNamara
Change-Id: I73ff045699113778892db6a534433a70e0e9c8e1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
Added header guards to files in directories stoc/, and svtools/ Change-Id: Ib6691b0e3fa09d71696ab947d357e489eb35df66 Reviewed-on: https://gerrit.libreoffice.org/9584 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-28update_pchThomas Arnhold
Change-Id: I5316693452427ed76a7738b090de023b110caa40
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
Change-Id: Iae14cb3df65295b6894fd9e05411c5698e9c8aba
2014-05-23coverity#708305 Uninitialized pointer fieldCaolán McNamara
Change-Id: I2c04b004e190e071e5977c06a8f5d878870bc966
2014-05-22+bool SvtLanguageTable::HasLanguageType()Eike Rathke
Change-Id: Id57eb51b69e50be78f85d19a7b3623c1acdf6509
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
Change-Id: Ibf958dbfbf7cdbe6ad31d390138be8d4d468c225
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17Julien Nabet
Change-Id: Ie6dbe87599c9cf53c7b9cc6becb9438e62cdb537
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2014-05-16fix memory leak on pasting metafiles into writerCaolán McNamara
copying from mspaint to writer and then deleting the image in a loop will eventually exhaust all memory. regression since 004a29b9ac66f68af5ea12a2303a4b2be77d8145 Change-Id: I381285cda3823de7df0c1725a339943caf9536fe
2014-05-16trivial cleanupsCaolán McNamara
Change-Id: I50bc7ab36690e572825109de9f0b1bb11d26867f
2014-05-15p is for pointers.Kohei Yoshida
Change-Id: I7df56e7549e8ccccdfa9ca1b88f85e8c81e4a946
2014-05-15Actually this empty() check here is redundant.Kohei Yoshida
ResortChildren() does that at the very beginning. Change-Id: I696c9d796cc6631048fb3d9409d6eda1085a7612
2014-05-15Sort ptr_vector using its own sort() method.Kohei Yoshida
This also fixes memory leak via nested calls of release(). Change-Id: I3ba90901366319bb3ee870903130042b375f733c
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-13BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan
Change-Id: Ie6c546ee085b20bd3eb39cdfb7b38394c0a35b67
2014-05-13Revert "remove unused code -SvtLanguageTable::AddLanguageTag"Eike Rathke
This reverts commit d812b784313ed85ae5085d54a3ae50aa064c053c. I added that code in preparation of changes I'm doing.
2014-05-13remove unused code -SvtLanguageTable::AddLanguageTagNoel Grandin
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
2014-05-12whitespace cleanupMarkus Mohrhard
Change-Id: I511412f8b6d8ac2fcbac738d1ef5e6d5cd9928bb
2014-05-11remove external header guardsThomas Arnhold
Change-Id: I1c8b193c336d4fcb765e51e059032f84126b270e
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
Change-Id: I509299306ab6cd97c96e9a26d4674f983bbffbec
2014-05-10coverity#708306 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ia249608d5166273bb6be7b52185d48dffbc918d9