summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl6-6/+12
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl6-0/+6
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28add a new stock reset/revert buttonCaolán McNamara1-1/+2
Change-Id: Ie854c063856eb8ed7401162ed60114d7cc904d26
2012-09-28add and use a "WINDOW_CONTAINER" typeCaolán McNamara1-1/+1
use it instead of dynamic_cast seeing as we already are dragging the window type information around with us
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara2-1/+7
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 Thiebaud2-2/+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 McNamara3-132/+131
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 Grandin5-1416/+0
Change-Id: I296d2c90af59524280c2582670c6cfe7a10f2269
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet2-18/+0
Change-Id: I65f6e62ee045f5d9bdbd9cef02cfc7470aaca635
2012-08-14tools/list.hxx: Now that's what i call a dead parrot.Michael Stahl2-65/+0
Change-Id: Ice454bf28119c8291d3ed6b2bd8bf578acc63f3d
2012-08-13re-indent LOC to match coding styles (in tools/inc/)Philipp Riemer27-345/+348
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I368c1e119225bbee2adf71cbde0ebc41120c4b15
2012-08-13remove ascii art and blank lines in tools/inc/Philipp Riemer41-161/+25
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 Riemer52-57/+57
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I597be0bbcda36580c8607cab094e53e9f39133e2
2012-08-13clean-up of existing comments in tools/incPhilipp Riemer46-604/+260
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: Ie220db245c08a6144f74a3727db3d6bdc2786495
2012-08-13"doxygenized" comments in tools/incPhilipp Riemer13-254/+217
This is a follow-up patch to c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I124d01ff13d12ea392e6ef283a585d63b1b82e1e
2012-08-13Convert from including tools/list.hxx to tools/contnr.hxxNoel Grandin1-3/+3
Change-Id: I728995adb333df7c647674bba3bca7fe6fef78d0
2012-08-13Move definition of LIST_APPEND to contnr.hxxNoel Grandin2-1/+2
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ünther29-317/+267
Change-Id: I5b6fd5712f08dae180bdd3b57b63713946b82433
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold1-5/+0
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
2012-08-13callcatcher: update listCaolán McNamara2-40/+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 McNamara2-141/+0
Change-Id: I11733daf2668c4142052ceb4498f5500e7e291ef
2012-08-08adding missing typenameLuboš Luňák1-3/+3
Change-Id: I2bc828cdb636e84257311135ce7204bc6500ba5d
2012-08-08fix MSVC buildMichael Stahl1-2/+2
Change-Id: I7757f9c8ff98330b9168ee3c75e497a300f14124
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin4-258/+96
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-08Remove unused SV_DECL_REF_LIST(SvRefBase,SvRefBase*)Noel Grandin2-5/+0
Change-Id: I8e1a863e700229aba70bcf3869f41bccb36435bd
2012-08-08Expand the only use of the SV_DECL_IMPL_REF_LIST macroNoel Grandin1-5/+0
Change-Id: I697d53f44e8e79f7c5b21978101eef0cb6966475
2012-08-08STL'ify UniqueIndexNoel Grandin4-281/+97
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 McNamara2-55/+7
Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara2-148/+0
Change-Id: I6bc724186d9d701316e3e945d877bfaa88ac120d
2012-08-07Remove forwards of non-existing structsThomas Arnhold1-1/+0
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07drop bogus eof linesThomas Arnhold3-6/+0
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove non-existing forward declarationsThomas Arnhold3-5/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07Remove commented out codeThomas Arnhold1-10/+0
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-08-05Remove unused macrosThomas Arnhold4-19/+0
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist2-130/+0
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
2012-08-02strip down UniString some moreCaolán McNamara4-106/+2
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
2012-07-31remove DECLARE_LISTCaolán McNamara1-61/+0
Change-Id: Ic74476797edbb08ed6721ea9a7d23b0dd042b4ce
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-11/+0
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
2012-07-30Typo ressource -> resourceStephan Bergmann2-3/+3
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 Meeks123-2959/+1849
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 Casalin5-30/+36
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-05UniString(const rtl::OString ...) no longer implementedCaolán McNamara3-21/+12
Change-Id: Ie4fc4ed1a54889c1745a0d71d02211d6868340fa