summaryrefslogtreecommitdiff
path: root/tools/source
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21fix snafu that crept in with 5da5cd60acb7a18878300da7f4b0acb0dbad1888Michael Meeks1-3/+2
Change-Id: I391a415e0f4bf3813637191ef04c0b5f72a2c470
2012-12-05Bye bye ODMATor Lillqvist1-26/+1
SUSE has no interest in it any longer, and I doubt anybody else has either.
2012-12-03tools String support for fast operator+Luboš Luňák1-1/+2
Change-Id: I13f49a49f86a7097fce115d62271ad82609036f1
2012-11-27added FIXME markersEike Rathke1-0/+6
Change-Id: I7f9b5f9843c6f20fec17cec1e43d49624922b4fe
2012-11-19Bin the HACK() sillynessTor Lillqvist2-2/+2
Change-Id: Ieeebc4098404fa006d66bb8b656172a4348b1dc1
2012-11-17callcatcher: remove another layer of binfilter-released methodsCaolán McNamara1-31/+0
Change-Id: Id5bedd660b2ada460ffc48ce28d4f8ab9cd89226
2012-11-16use LanguageTagEike Rathke1-1/+2
Change-Id: I5138eb613ba78c2bc876e45e6845eef4d1212314
2012-11-14callcatcher: more binfilter freed up methodsCaolán McNamara1-60/+0
Change-Id: Iea3716e5c7a21f083f36ce4b8d43ae9fc85227f7
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara2-215/+0
Change-Id: I5b25d14ef2769126f98523551597f43812b9feb7
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat1-4/+4
Change-Id: I9ae0704f1e5203778e97de5843efe777ba717271
2012-10-29fdo#56366: INetURLObject::decode: do not clip utf-32 to 16-bitIvan Timofeev1-2/+2
Change-Id: Iaedc9f5b9f25f43b8b8deaf28129423abbb91672
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara1-29/+0
Change-Id: I9938d7c4ab5594baeb10f405f0aa0964ef84d6c5
2012-10-22loplugin: various warningsCaolán McNamara1-1/+1
Change-Id: I605bffb518d804ee69edda5e7641e13e4c14ef01
2012-10-22some more clang warningsCaolán McNamara1-2/+2
Change-Id: I4359784279875dc9dac99bc4d2db95dccf094b20
2012-10-14loplugin: fix some indents and unused OUStringsCaolán McNamara1-1/+1
Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara2-8/+6
fix up some indents, remove some unused OUStrings and add some log areas Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b
2012-10-09String->OUString in tools::ErrorContextNoel Grandin1-10/+10
Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c Reviewed-on: https://gerrit.libreoffice.org/769 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini3-5/+3
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara1-0/+5
This supports a scheme where we can change over a dialog to GtkBuilder xml without touching its code by the presence of a .ui file in the right place e.g. share/config/soffice.cfg/cui/10000.ui for the zoom dialog
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-31UniString->OUStringCaolán McNamara2-69/+68
Change-Id: I65db3f419a69542d1dc19a3879eb1a07d7f2ff43
2012-08-19cleanup files in tools/sourcePhilipp Riemer9-22/+19
This is a follow-up patch of 7710faa45640d25a83136a35044aafdb1b168d88. Change-Id: I1f54cbe5c3170e9a79e11e9b9c1da3791419a4ba
2012-08-19fdo#39468: Translated German comments in core/tools/sourceOliver Günther29-913/+732
Change-Id: I28ec097a70a8d71312d9e8382c3cf71a1eabde88
2012-08-18removed * accidentially when re-indenting :-/Philipp Riemer1-1/+1
Change-Id: I948180ee63dbd45f87eda4d61ef03568f73b036b
2012-08-18re-indent falsely formatted code in tools/sourcePhilipp Riemer16-137/+129
Change-Id: Ibc26313e79dd5f992c4bfb9454a9798fb1a78f00
2012-08-18removed commented out code in tools/sourcePhilipp Riemer4-36/+0
Change-Id: I4b895b1878626aaa0bbaef7a83408809fa8ccaec
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer57-3102/+108
Change-Id: I3f95d12a8c325c96c586253b5d9bb7dce24c0858
2012-08-16Remove the Container classNoel Grandin2-1235/+0
Change-Id: I296d2c90af59524280c2582670c6cfe7a10f2269
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet1-15/+0
Change-Id: I65f6e62ee045f5d9bdbd9cef02cfc7470aaca635
2012-08-13Convert from including tools/list.hxx to tools/contnr.hxxNoel Grandin1-3/+3
Change-Id: I728995adb333df7c647674bba3bca7fe6fef78d0
2012-08-13fdo#39468: Translated German comments in core/toolsOliver Günther4-54/+51
Change-Id: I5b6fd5712f08dae180bdd3b57b63713946b82433
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold1-5/+0
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
2012-08-13callcatcher: update listCaolán McNamara1-38/+0
Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c
2012-08-10callcatcher: reduce Container, update unused code listCaolán McNamara1-140/+0
Change-Id: I11733daf2668c4142052ceb4498f5500e7e291ef
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2-23/+9
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-08Remove unused SV_DECL_REF_LIST(SvRefBase,SvRefBase*)Noel Grandin1-3/+0
Change-Id: I8e1a863e700229aba70bcf3869f41bccb36435bd
2012-08-08STL'ify UniqueIndexNoel Grandin2-187/+65
Convert the UniqueIndex code from a macro to a C++ template. Also use std::map as the underlying container instead of tools/contnr.hxx. Change-Id: I0b7b37dd7160ae019aaecdacd1e973ac6d8498e2
2012-08-07String::AllocBuffer replacementsCaolán McNamara1-51/+4
Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara1-135/+0
Change-Id: I6bc724186d9d701316e3e945d877bfaa88ac120d
2012-08-07drop bogus eof linesThomas Arnhold3-6/+0
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove commented out codeThomas Arnhold1-10/+0
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-08-02strip down UniString some moreCaolán McNamara3-101/+0
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-11/+0
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
2012-07-30Typo ressource -> resourceStephan Bergmann1-2/+2
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-20new does not return nullStephan Bergmann1-4/+1
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-11re-base on ALv2 code. Includes:Michael Meeks52-1211/+743
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297 remove redundant namespace, patch contributed Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1162610 removal of OS/2 port changes, and preferring our similiar tools/inc/tools/solar.h DLLPOSTFIX cleanup. i118595 - Removal of the use of getopt() from rscdep. Patch contributed by Andre Fische http://svn.apache.org/viewvc?view=revision&revision=1202270
2012-07-11Decrease header files dependenciesMatteo Casalin2-0/+2
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-05UniString(const rtl::OString ...) no longer implementedCaolán McNamara2-18/+6
Change-Id: Ie4fc4ed1a54889c1745a0d71d02211d6868340fa
2012-07-03fix broken indentCaolán McNamara1-42/+42
Change-Id: Ie11ad33f1d61d4abd1d40eaeda714993c3e2b295