summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20we want the int. overloads of abs() hereDavid Tardon
Change-Id: Ie82c51f65a2a0e13d6d30c85a23286574fd50b90
2013-04-20Include <cmath> for std::abs()Tor Lillqvist
Change-Id: Id94260d41e821386e2c0aef67075658bee7fd49f
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19tools ::Time: change constructor to fixed-length integersLionel Elie Mamane
Change-Id: I20180cda1a28f898f487aff605796077d3418be3
2013-04-19Wrap large values in SAL_CONST_INT64Stephan Bergmann
Change-Id: I9a263e2232d63e5794f757cab39b93e13c7d159f
2013-04-19Wrap large values in SAL_CONST_UINT64Stephan Bergmann
Change-Id: I865808911043a61de5c4209fa889dbff7c8baf28
2013-04-19Presumably "call clock" should be "wall clock"Tor Lillqvist
Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist
Change-Id: I561aa6cc1de7ed6128d25c82cd493d5d5718e052
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-12Get rid of SHL_SBCTor Lillqvist
GetAppData(SHL_SBC) was used only locally in the sb library so no need for it. Just use a static pointer field. Change-Id: I37c8429b6c9e521a00c52bb622f78bdc4afe345c
2013-04-12Get rid of GetAppData(SHL_IDE)Tor Lillqvist
It seems to be used only locally in basctl so there is really no reason for it. Change-Id: I9ad0a67621e190257e028fd3689f692e639eaf56
2013-04-12Kill empty ImpDeInitWinTools() and the header with only its definitionTor Lillqvist
Change-Id: Ica82a4612da952c0c084974b708ef9dac753dcf6
2013-04-12The silly toolsdll.cxx was the same for unx and winTor Lillqvist
Change-Id: Ia83a37980446ee9a52e096e64a9ab77f106c8b37
2013-04-10Bin a local X11 wrapper header, vcl/inc/unx/salstd.hxxTor Lillqvist
We already have <tools/prex.h> and <tools/postx.h>, so make those be sufficient instead. Bin another local vcl header vcl/inc/unx/svunx.h that just included those prex.h and postx.h. Adapt includers accordingly. Change-Id: I6638b3260fd3da45478fcc216b41f8c8a539f0d7
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with slight modifications to sal/inc/rtl/character.hxx: * Replaced "#pragma once" with explicit include guard for now. * Missing includes. * Cosmetic clean-up. Change-Id: I94d01cd4e766f92c70f941839a67101fa2c97654
2013-04-08update documentationThomas Arnhold
Change-Id: Idc3416bb304d728c646d699aa1c4348a3ef80b58
2013-04-08make internal method static.Michael Meeks
Change-Id: Id2b5bd1772009785b4aa44bf4de91e5c1b372c9e
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07Typo in comment in resmgr.hxxChris Sherlock
Change-Id: I6378c79f77ab897bf5a4e39c00944037beeef328 Reviewed-on: https://gerrit.libreoffice.org/3220 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-04fdo#61514 clean obsolete tools/ filesystem abstractionAndras Timar
Change-Id: I7d1d5eca43d0b0f9a013e31383abc574a7b15f93
2013-04-04remove useless commentsAndras Timar
Change-Id: I90757f0d6ccdded30a49a3c54cd6bbc2f65dc755
2013-04-04fdo#44994 write out tools' FileCopier classAndras Timar
Change-Id: Ie3d04f0b2ed35099d5682d165e17c10a6d736f99
2013-04-04delete unused header fileAndras Timar
Change-Id: I96a620475f9618b55fc0b3a294037ca5968b683c
2013-04-04remove unused header: tools/fsys.hxxAndras Timar
Change-Id: Ifa740f558e5c5e9d51516b54a2b32790dbb23dd4
2013-03-29ResMgr with LanguageTagEike Rathke
Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
2013-03-28fix typos in READMEPeter Foley
Change-Id: Ibc7134837e61c8af090751429d6e9d9fa3639c8c
2013-03-28add missing dep on sal/typesizes.hDavid Tardon
Change-Id: I1b840d53259c92bf5336e7815c726154c2323f2a
2013-03-27-Werror=unused-macrosStephan Bergmann
Change-Id: Ic44d85b0180612d499beec35e944402becd181a7
2013-03-27-Wunused-macrosStephan Bergmann
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-26Change how Rectangles are printed, special case for EMPTYTor Lillqvist
Change-Id: I0fe230875e785b811ae09e04399790a53b354dd6
2013-03-25remove unnecessary tools/fsys.hxx headerAndras Timar
Change-Id: If1b960853800488daf6f2a8e2a2679c7dbbdf9e9
2013-03-24Clean obsolete tools/filesystem abstractionTomas Turek
Change-Id: I74f99c48b822644b26486a66d2f15386991154d6 Reviewed-on: https://gerrit.libreoffice.org/2968 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-23tools: TempFile: create a file in ctor, not a directoryMichael Stahl
related: fdo#62617 (regression from a548924aece3dc99b2aa36b5c9b0fa52de9951ae) Change-Id: Ie29a22e2bacc5fc31c9a5d1c33c01c3b6f22fe49
2013-03-23tools: move some code around so there is less of itMichael Stahl
Change-Id: Ib93ce32cbdceae959989f9575899be0519db8377
2013-03-22clean up DBG_ERRORnThomas Arnhold
Those were DBG_ERRORn before and were falsely changed to OSL_TRACE by me. See: 1707a350af8a0909ae88c2b11deb714f8b2a93ff 533f89e49395bbc31baaab9ade46db934b383e14 Change-Id: I4f4188ba25b988128a539542f49797ea6985702e Reviewed-on: https://gerrit.libreoffice.org/2900 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-22tools: remove no longer needed CONSTASCII_STRINGPARAM macroMiklos Vajna
Change-Id: I5edf79ed165b8ed8e96e091f3f29ded0ac6067f2
2013-03-22SEARCHDELIM_C() was unusedTor Lillqvist
Change-Id: I64432470c3d53ec58d4bfe7ce5756f44bcfa5ac8
2013-03-21debug: remove binfilter debug macroThomas Arnhold
Change-Id: I419c37860a21ae5ab416a2c8ec3c742fbaf6a980
2013-03-21The private SvFileStream::GetFileHandle() was used only on UNXTor Lillqvist
Drop the Windows implementation which wasn't x64-clean anyway. Change-Id: I1622196dc4c3b940cc8d629016985cf97480a059
2013-03-16use SAL_N_ELEMENTSCaolán McNamara
Change-Id: I6610f8e888389d09b673504f1eb9387dd38fb6c1
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith
Change-Id: Id97070321ad6b20f349896d3b4e1ae51cc82ece7 Reviewed-on: https://gerrit.libreoffice.org/2769 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>