summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31add missing deps on sal headersDavid Tardon1-1/+4
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat3-9/+9
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 McNamara2-31/+1
Change-Id: I9938d7c4ab5594baeb10f405f0aa0964ef84d6c5
2012-10-27sprinkle some more SAL_WARN_UNUSED aroundCaolán McNamara7-11/+11
Change-Id: Iaa1508584f005cba6e2ab63d4053cde4ce8637df
2012-10-27there is no sal_textenc for AndroidMatúš Kukan1-1/+1
Change-Id: I7a55f775cf1b9d608a71e1d754df7027545c1254
2012-10-26tools: add missing dep: dlopened sal_textencMatúš Kukan1-1/+2
Change-Id: I6a1d51e6a1e5e41b9866bc67c2e9707a2bd2e9a4
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-19private field 'eType' is not used [-Werror,-Wunused-private-field]Matúš Kukan1-2/+2
Change-Id: I0c21a0af88eda56a9ccfeeb9691617c67340b3d2
2012-10-19remove unused defineNorbert Thiebaud1-1/+0
Change-Id: Ia000af4680ea5a58db52ca0c341b1a454b3de4c1 Reviewed-on: https://gerrit.libreoffice.org/890 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
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-12loplugin: markup some more suitable classes with SAL_WARN_UNUSEDCaolán McNamara2-2/+2
Change-Id: Ia89ef962aed9ecd1e907c9f46e2f05a7018ca8a0
2012-10-11loplugin: markup the POD tools classes and UniString with SAL_WARN_UNUSEDCaolán McNamara2-7/+7
Change-Id: Idb0636772e4c93d25259487a130720cb62cca5af
2012-10-11add a stub ScrolledWindow to store scroll propertiesCaolán McNamara1-0/+1
e.g. VclMultiLineEdit manages its own scrolling, so just store that info in a dummy ScrolledWindow for now and set the scroll window settings onto the VCLMultiLineEdit if it has a scrolledwindow parent Change-Id: I8f7282e1348aa4e9ff77cce384dcc367b17bd3b0
2012-10-09String->OUString in tools::ErrorContextNoel Grandin2-39/+41
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-28gbuild: invert handling of standard system libraries:Michael Stahl6-12/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-5/+5
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
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