summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2013-05-30Make use of IsStarSymbol()Thomas Arnhold2-1/+9
2013-05-27be case-insensitive for open/starsymbol comparisonThomas Arnhold2-0/+2
2013-05-27The MT Extra font mapping is incompleteSean Young1-43/+43
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist3-16/+16
2013-05-13WaE: 'bFrac' may be used uninitialized in this functionTor Lillqvist1-1/+1
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-15/+5
2013-05-08coverity#1019431: use of freed memoryMarkus Mohrhard1-2/+4
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist1-6/+0
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-4/+0
2013-04-23execute move of global headersBjoern Michaelsen71-9403/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks5-106/+22
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane4-15/+459
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold1-2/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold4-4/+4
2013-04-15fdo#60724 correct spellingThomas Arnhold2-2/+2
2013-04-15fdo#60724 informations -> informationThomas Arnhold14-23/+23
2013-04-10SvtPathOptions with LanguageTagEike Rathke2-13/+9
2013-04-10use language tagsEike Rathke1-32/+11
2013-04-10janitorial: spelling in commentLionel Elie Mamane1-1/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák2-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák74-932/+907
2013-04-05new module i18nlangtagEike Rathke16-20/+20
2013-04-05unotools: remove some unused itemsThomas Arnhold9-724/+11
2013-04-05Remove SvtInternalOptionsThomas Arnhold6-504/+0
2013-04-02drop prefix from ::cssThomas Arnhold1-67/+67
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-30remove local css definitionsThomas Arnhold1-3/+0
2013-03-29FIXME-BCP47Eike Rathke1-0/+1
2013-03-27-Werror=unused-macrosStephan Bergmann1-1/+0
2013-03-26Replace String with OUString in RecodeStringChr. Rossmanith2-7/+12
2013-03-25Fix spelling errors and typos: 'unkown' change to 'unknown'vincent4-4/+4
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith2-11/+11
2013-03-20simplify OUString assignmentsChr. Rossmanith1-36/+36
2013-03-19compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)Stephan Bergmann1-2/+2
2013-03-19DBG_ASSERT -> SAL_WARNStephan Bergmann1-2/+4
2013-03-19Simply obtain theMacroExpander on demandStephan Bergmann1-24/+7
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-12Polishing 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10Chr. Rossmanith1-5/+3
2013-03-12Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith3-37/+26
2013-03-12tempfile: Creating tempfiles in a given folder is not usedThomas Arnhold1-1/+0
2013-03-12Keep concatenating adjacent string literals via juxtaposition instead of +Stephan Bergmann1-5/+2
2013-03-11unotools: use return value of copy()Thomas Arnhold1-2/+2
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir3-60/+75
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-15/+1
2013-03-11Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith22-305/+282
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in unotoolsChr. Rossmanith4-26/+26
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1