summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
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 McNamara
Change-Id: I65db3f419a69542d1dc19a3879eb1a07d7f2ff43
2012-08-19cleanup files in tools/sourcePhilipp Riemer
This is a follow-up patch of 7710faa45640d25a83136a35044aafdb1b168d88. Change-Id: I1f54cbe5c3170e9a79e11e9b9c1da3791419a4ba
2012-08-19fdo#39468: Translated German comments in core/tools/sourceOliver Günther
Change-Id: I28ec097a70a8d71312d9e8382c3cf71a1eabde88
2012-08-18removed * accidentially when re-indenting :-/Philipp Riemer
Change-Id: I948180ee63dbd45f87eda4d61ef03568f73b036b
2012-08-18re-indent falsely formatted code in tools/sourcePhilipp Riemer
Change-Id: Ibc26313e79dd5f992c4bfb9454a9798fb1a78f00
2012-08-18removed commented out code in tools/sourcePhilipp Riemer
Change-Id: I4b895b1878626aaa0bbaef7a83408809fa8ccaec
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer
Change-Id: I3f95d12a8c325c96c586253b5d9bb7dce24c0858
2012-08-16Remove the Container classNoel Grandin
Change-Id: I296d2c90af59524280c2582670c6cfe7a10f2269
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet
Change-Id: I65f6e62ee045f5d9bdbd9cef02cfc7470aaca635
2012-08-14tools/list.hxx: Now that's what i call a dead parrot.Michael Stahl
Change-Id: Ice454bf28119c8291d3ed6b2bd8bf578acc63f3d
2012-08-13re-indent LOC to match coding styles (in tools/inc/)Philipp Riemer
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I368c1e119225bbee2adf71cbde0ebc41120c4b15
2012-08-13remove ascii art and blank lines in tools/inc/Philipp Riemer
Also added some lines for better readability. This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I50e6c05141ef3b8db70302d8853b46c38414c6d5
2012-08-13removed "// end of sth." comments in tools/inc/Philipp Riemer
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I597be0bbcda36580c8607cab094e53e9f39133e2
2012-08-13clean-up of existing comments in tools/incPhilipp Riemer
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: Ie220db245c08a6144f74a3727db3d6bdc2786495
2012-08-13"doxygenized" comments in tools/incPhilipp Riemer
This is a follow-up patch to c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I124d01ff13d12ea392e6ef283a585d63b1b82e1e
2012-08-13Convert from including tools/list.hxx to tools/contnr.hxxNoel Grandin
Change-Id: I728995adb333df7c647674bba3bca7fe6fef78d0
2012-08-13Move definition of LIST_APPEND to contnr.hxxNoel Grandin
This definition is used everywhere as a flag value, even where the List class itself is not used. Move it as part of stripping away usage of the List class. Change-Id: I064dc25368bd04b038f4e07a337bf8adf0b8d0eb
2012-08-13fdo#39468: Translated German comments in core/toolsOliver Günther
Change-Id: I5b6fd5712f08dae180bdd3b57b63713946b82433
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
2012-08-13callcatcher: update listCaolán McNamara
Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c
2012-08-10callcatcher: reduce Container, update unused code listCaolán McNamara
Change-Id: I11733daf2668c4142052ceb4498f5500e7e291ef
2012-08-08adding missing typenameLuboš Luňák
Change-Id: I2bc828cdb636e84257311135ce7204bc6500ba5d
2012-08-08fix MSVC buildMichael Stahl
Change-Id: I7757f9c8ff98330b9168ee3c75e497a300f14124
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-08Remove unused SV_DECL_REF_LIST(SvRefBase,SvRefBase*)Noel Grandin
Change-Id: I8e1a863e700229aba70bcf3869f41bccb36435bd
2012-08-08Expand the only use of the SV_DECL_IMPL_REF_LIST macroNoel Grandin
Change-Id: I697d53f44e8e79f7c5b21978101eef0cb6966475
2012-08-08STL'ify UniqueIndexNoel Grandin
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 McNamara
Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara
Change-Id: I6bc724186d9d701316e3e945d877bfaa88ac120d
2012-08-07Remove forwards of non-existing structsThomas Arnhold
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07Remove commented out codeThomas Arnhold
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-08-05Remove unused macrosThomas Arnhold
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
2012-08-02strip down UniString some moreCaolán McNamara
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
2012-07-31remove DECLARE_LISTCaolán McNamara
Change-Id: Ic74476797edbb08ed6721ea9a7d23b0dd042b4ce
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-20new does not return nullStephan Bergmann
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
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 Casalin
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-05UniString(const rtl::OString ...) no longer implementedCaolán McNamara
Change-Id: Ie4fc4ed1a54889c1745a0d71d02211d6868340fa
2012-07-03fix broken indentCaolán McNamara
Change-Id: Ie11ad33f1d61d4abd1d40eaeda714993c3e2b295
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks