summaryrefslogtreecommitdiff
path: root/tools/inc
AgeCommit message (Expand)AuthorFilesLines
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-1/+0
2014-08-13update_pchThomas Arnhold1-0/+5
2014-05-22update_pch: add toolsThomas Arnhold2-0/+97
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2013-11-13unused header fileCaolán McNamara1-31/+0
2013-10-21drop DBGCHECKSTRINGCaolán McNamara1-4/+0
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara1-1/+0
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-2/+2
2013-04-23execute move of global headersBjoern Michaelsen65-13221/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-20we want the int. overloads of abs() hereDavid Tardon1-1/+1
2013-04-20Include <cmath> for std::abs()Tor Lillqvist1-0/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-21/+6
2013-04-19tools ::Time: change constructor to fixed-length integersLionel Elie Mamane1-2/+2
2013-04-19Wrap large values in SAL_CONST_UINT64Stephan Bergmann1-4/+4
2013-04-19Presumably "call clock" should be "wall clock"Tor Lillqvist1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-19/+35
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist2-125/+0
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-12Get rid of SHL_SBCTor Lillqvist1-1/+1
2013-04-12Get rid of GetAppData(SHL_IDE)Tor Lillqvist1-1/+1
2013-04-10Bin a local X11 wrapper header, vcl/inc/unx/salstd.hxxTor Lillqvist2-14/+14
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini1-16/+17
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák2-5/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák18-305/+305
2013-04-07Typo in comment in resmgr.hxxChris Sherlock1-1/+1
2013-04-05new module i18nlangtagEike Rathke3-3/+3
2013-04-04fdo#61514 clean obsolete tools/ filesystem abstractionAndras Timar1-335/+0
2013-04-04fdo#44994 write out tools' FileCopier classAndras Timar3-99/+0
2013-04-04delete unused header fileAndras Timar1-42/+0
2013-03-29ResMgr with LanguageTagEike Rathke2-14/+8
2013-03-26Change how Rectangles are printed, special case for EMPTYTor Lillqvist1-2/+5
2013-03-21debug: remove binfilter debug macroThomas Arnhold1-3/+2
2013-03-21The private SvFileStream::GetFileHandle() was used only on UNXTor Lillqvist1-1/+2
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith1-8/+8
2013-03-12tempfile: Creating tempfiles in a given folder is not usedThomas Arnhold1-9/+8
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-03-11Change definition of "dark" colour for fdo#61993Luke Deller1-2/+2
2013-03-04SHL_SHL1 now unused, tooThomas Arnhold1-1/+1
2013-03-04remove unused and commented out codeThomas Arnhold1-1/+1
2013-03-04The macro FEAT_FSYS_DOUBLESPEED has been removed and the related #if / #endif...Jiri Blecha1-6/+2
2013-03-03binfilter: remove some tracesThomas Arnhold2-24/+1
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac1-1/+0
2013-02-27tools: move FileCopier out of public headers, and remove unused bits.Michael Meeks2-68/+92
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-1/+0
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-2/+2
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-4/+4
2013-01-22Detect SvStream::operator<< calls with bool args w/o using -Wsign-promoStephan Bergmann1-0/+2
2013-01-22make fast string concat comparisons non-ambiguousLuboš Luňák1-0/+52