summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2013-08-27Replace for loop by std::advance + rename function parameterJulien Nabet
Change-Id: I5d6615af2ed728be158edfe46b1c0fbadf7b3690
2013-08-26WaE: OUString::valueOf in higher debug levelsCaolán McNamara
Change-Id: I2aed7907c79905158714dc1b26ae1aefc1fcccc6
2013-08-24Mark as constTakeshi Abe
Change-Id: Ib5849c9a652401dbac7e93bb69c18d95d31292af
2013-08-24sal_Bool to boolTakeshi Abe
Change-Id: Id6488ba7a72603f2f0eb2972f22797d6025f6031
2013-08-23semibold -> boldCaolán McNamara
Change-Id: I83d0958fde5a057e57474c7511526e7f411ff46f
2013-08-23cppcheck: reduce scopeJulien Nabet
Change-Id: Id2f4c6737e8f5290c7e41a42bec0d952207cc40e
2013-08-22equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCaseNoel Grandin
Change-Id: Ie3adf4cc83c7b2128565eab1a9d4df8beec36c99
2013-08-22another attempt to fix windows buildNoel Grandin
after my OUString changes. Seems like windows really doesn't like OUString tmp; bool b; tmp += b ? "1" : "0"; Change-Id: Ie53b4fa36b5ae462fe922feec76e13588d38f1db
2013-08-22fix dodgy NO_INDEX codeNoel Grandin
The comparison of NO_INDEX to getLength() makes no sense, and makes even less sense now that the code is using OUString, after my recent change Change return type to sal_Int32, and change NO_INDEX to -1, so that it can't possibly conflict with a valid index. Change-Id: I65cb945096b4b9cb80f61d896177c2562a0d2c76
2013-08-22fix use of dynamically allocated OUStringNoel Grandin
after my change in ea5cba1f88a4e183b135ee8df72fae9c0ee32aa6, the code is passing in the address of a local OUString member, then later delete'ing that pointer. Change it to pass in new instance of OUString Change-Id: I9ae5876464fc0dcb74fbd152fd3f96cf856688c8
2013-08-22fix windows build after my String->OUString changesNoel Grandin
One of the changes is inside an "#ifdef WNT" block, so I missed it. The other change is because MSVC is not quite as smart when it comes to matching the "const char *" OUString constructors. Change-Id: I60f2ccb719630bab2a178cecc2f84b7a706ad230
2013-08-22convert svtools/source/contnr/* from String to OUStringNoel Grandin
Change-Id: I51ad001473a83eb336f6b00fd989b9e6b2f73ec5
2013-08-22convert svtools/source/control/* from String to OUStringNoel Grandin
Change-Id: I32e411801d3754ca635cfc3ed9529b8ea43ffa3c
2013-08-22convert svtools/source/dialogs/* from String to OUStringNoel Grandin
Change-Id: Ib868e94bb73f244fcb5b1b47962ded0118023a26
2013-08-22convert svtools/source/filter/* from String to OUStringNoel Grandin
Change-Id: Ia544a7e84ac4de4f64ef4d7e71219a3f4683c430
2013-08-22convert svtools/source/graphic/* from String to OUStringNoel Grandin
Change-Id: Ic56bc8c61aa85c4a9d2f5a7355aeed31a20d6138
2013-08-22convert svtools/source/misc/* from String to OUStringNoel Grandin
Change-Id: I32592a9fb2110ccc3ac7424a18e43238722849ca
2013-08-22convert svtools/source/svhtml/* from String to OUStringNoel Grandin
Change-Id: Ie9f0cdd14ce7987c3bf3037c2ed89a3b20df1c37
2013-08-22convert svtools/source/svrtf/* from String to OUStringNoel Grandin
Change-Id: I92282495b076f4e7d9c3d73e84e572f13508b565
2013-08-22convert svtools/source/uno/* from String to OUStringNoel Grandin
Change-Id: I40e50b3d2e659c30a3456aab17a45f5e79365bfd
2013-08-22convert svtools/source/urlobj/* from String to OUStringNoel Grandin
Change-Id: I1fdf450d598746f89688bdd7c41483b0f4d86152
2013-08-22convert svtools/source/brwbox/datwin.hxx from String to OUStringNoel Grandin
Change-Id: I6fe337f7bce4edcd7e9b2225bfe0b3e952ae010e
2013-08-22convert svtools/source/contnr/contentenumation.hxx from String to OUStringNoel Grandin
Change-Id: I1cdf67cd31ae65543bd27ce5cfc195daf12d0fc2
2013-08-22convert svtools/source/contnr/imivctl.hxx from String to OUStringNoel Grandin
Change-Id: Ieac230b495c84b58362e176bf934afea0c391476
2013-08-22convert svtools/source/contnr/templwin.hxx from String to OUStringNoel Grandin
Change-Id: I74bccb1833f4353f5c1e629357d59f70fab7bf5e
2013-08-22convert svtools/source/control/toolbarmenuimp.hxx from String to OUStringNoel Grandin
Change-Id: If4a61b5d9f24c7dd7d815540d40c13e1d784d574
2013-08-22convert svtools/source/filter/exportdialog.hxx from String to OUStringNoel Grandin
Change-Id: Ideafa9103c2d1317257e37315ff53aa9b9054c17
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
Change-Id: I2fcc3335945202672a5f8ab36ae6bdb395e83476
2013-08-22convert include/svtools/htmltokn.h from String to OUStringNoel Grandin
Change-Id: Idf7401e67fda69655860e7eb3d5c740d77d9e086
2013-08-22convert include/svtools/treelistbox.hxx from String to OUStringNoel Grandin
Change-Id: Ie0416511fd91a523778a312685d3b438118a0c52
2013-08-22convert include/svtools/addresstemplate.hxx from String to OUStringNoel Grandin
and make the local field protected->private, because nothing else needs to access them. Change-Id: I4411b98cacb06f3e80a7ab2108917b497dc63625
2013-08-22convert include/svtools/brwbox.hxx from String to OUStringNoel Grandin
Change-Id: I21bfd9ff242318a0cb5b589df9f59a20fc5c3730
2013-08-22convert include/svtools/calendar.hxx from String to OUStringNoel Grandin
Change-Id: I69db7527f915badb26d7162305521a81d65b3599
2013-08-22convert include/svtools/ctrl*.hxx from String to OUStringNoel Grandin
Change-Id: I86b78137f02a11c5a2c34930b19cef22acd7ac69
2013-08-22convert include/svtools/edit*.hxx from String to OUStringNoel Grandin
Change-Id: Iae86236aa3af31b09cddeca0a9725b4f5e125d6c
2013-08-22Convert include/svtools/ehdl.hxx from String to OUStringNoel Grandin
and de-virtual SfxErrorContext::GetString, since nothing was overriding it. Change-Id: Ie274c57b22880742dd221c37284441b788dfb411
2013-08-22convert include/svtools/file*.hxx from String to OUStringNoel Grandin
Change-Id: Ie0e07c61caba1e15475900622c97e0f0426558d6
2013-08-22convert include/svtools/fmtfield.hxx from String to OUStringNoel Grandin
Change-Id: Id8b6e41b6eeb0f0b6cd835cea53abca55f1d1373
2013-08-22covnert include/svtools/grfmgr.hxx from String to OUStringNoel Grandin
Change-Id: I2f3d65925b75eb1b65075dc2995f52a28e712b07
2013-08-22convert include/svtools/helpopt.hxx from String to OUStringNoel Grandin
and remove unused IdList typedef. Change-Id: Ia154a8255f1a745cede24f112868c074adce0fbe
2013-08-22convert include/svtools/imagemgr.hxx from String to OUStringNoel Grandin
Change-Id: Ie28bc106080b495364162133bd86ff5c618cdb77
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
Change-Id: Ida9785c4b9fda0459769957734952e69d7a9de44
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18XubString->OUStringCaolán McNamara
Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-17SvTabListBox::GetToken: sal_Unicode* to OUString + OUString::getTokenMatteo Casalin
Change-Id: I1006b33aaf4ba31cfbd38dd2a39b06cb7a381af6 Reviewed-on: https://gerrit.libreoffice.org/5461 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-16make svtools XubString freeCaolán McNamara
Change-Id: I27fc5b954ad90bebfd895d8b45f0c37875df6cdd
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara
Change-Id: I2a2cc56cf005f564c798b8d43ef7e8c4b7f9eeff