summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
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
2014-05-10coverity#708336 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ie4b6ea734d8ab77060848cd813b44d0727eb47c4
2014-05-10add on-the-fly language tags to the language tableEike Rathke
Change-Id: I5ca9e212374821de425729863c82f7b4699487a7
2014-05-10added SvtLanguageTable::AddLanguageTag()Eike Rathke
Change-Id: Ic8be508bff3767f2f8ab1146447b3fe4bffff3b3
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
Change-Id: I1a52b9ce7b590e8cf274a2daaa1c55cfc1efe48b
2014-05-08WaE: -Werror=maybe-uninitializedCaolán McNamara
Change-Id: I8f63bc51c48d69eaa81bf080b05747c026871f08
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
follow to commit ff1a7a59434f5f793d4044aad615bcf78148e963 "RFC: add IsValueChangedFromSaved to VCL button and listbox" Change-Id: If2e6d9e7c18590dc4abbc90362d7897ca2557dd6
2014-05-08svtools: sal_Bool->boolNoel Grandin
Change-Id: Idd9a3ccf0eb6d14cec158daa17a6b2da625f7ffa
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
...so declare them as such. This avoids the recurring mistake of storing such IDs as sal_uInt32, truncating in 64 bit environments, causing RemoveUserEvent to potentially not remove the event, it thus firing "too late" and probably causing a crash. While at it, consolidate the trivially unnecessary overloads of both Application::PostUserEvent and Window::PostUserEvent. And in each of them, it looks like deleting the mpLink member was missing from the failure branch. Change-Id: Iab13afbb06e12ac15dec6a6b5b85a7e402a3c654
2014-05-06move ResArray into SvtLanguageTableImplEike Rathke
Change-Id: I0921fcef306f1ca60196fc9dfa2652e91db63004
2014-05-06ditch the last temporary SvtLanguageTable instanceEike Rathke
Change-Id: I66a9d45089039c332b3fe7e279a27b81f8bb4aea
2014-05-06provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex()Eike Rathke
Change-Id: I89dc5d25b37169ebc1581ebf957d33dd7b0e204c
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist
Change-Id: I66e443b5b641aaf16e1918f139a6b6a173ef7d4c
2014-05-06consistent percent sign in commentsThomas Arnhold
Change-Id: I9906b4e58fd8672e51f6aa2e56ec68bb28772500
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2014-04-30handle brightness+contrast from msoffice (bnc#875713)Luboš Luňák
This is the same like 1139d618b8bc6ab823a96184bd0f0257980aad24, for docx. Change-Id: I1ef4e18444e8c60e9ae8f67249bcef1053f0d62d
2014-04-30Related: fdo#72142 lighter ruler default colorCaolán McNamara
Change-Id: Iadb8bb134e3ecda974b8a9d8589fdc5ed02907f0
2014-04-29fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida
2014-04-29Resolves: fdo#72142 darker default workspace colorCaolán McNamara
Change-Id: I7fec37c5edd42d974bddb4abbecb0d2b3dd86f14
2014-04-29Related: fdo#50697 reset the cache timeout on GetGraphicCaolán McNamara
so the graphic gets swapped out Xms after the last use and not Xms after initial creation regardless of if it got used a moment earlier. Change-Id: I1458f307d090ecd8d8d031b545f23e78bf1bcb67
2014-04-28WaE: implicit conversion from bool to 'long'Tor Lillqvist
Change-Id: Ibe8bf3070fb64b447315b280c7c06a7851f7a7ed
2014-04-28remove unused code from TabBarNoel Grandin
Change-Id: I9f975d99893135b414c749c4fe86912362375c4e Reviewed-on: https://gerrit.libreoffice.org/9162 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>