summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2012-04-10fix typoCaolán McNamara1-1/+1
2012-04-10add a getBuildVersion helperCaolán McNamara2-0/+15
2012-04-09s/pathes/paths/Tor Lillqvist3-11/+11
2012-04-09s/pathes/paths/Tor Lillqvist8-10/+10
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-7/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-8/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-11/+11
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2-12/+11
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-14/+13
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-57/+58
2012-03-28fold historyoptions_const.hxx into historyoptions.cxxCaolán McNamara2-57/+16
2012-03-28don't have to deliver historyoptions_const.hxxCaolán McNamara1-1/+0
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-73/+73
2012-03-28fold useroptions_const.hxx into useroptions.cxxCaolán McNamara2-23/+23
2012-03-28don't need to export useroptions_const.hxxCaolán McNamara1-1/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
2012-03-12callcatcher: remove some unused codeCaolán McNamara2-21/+0
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara1-7/+0
2012-03-06remove TransliterationWrapper::compareSubstringCaolán McNamara3-24/+7
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-03-01WaE: 'unused' attribute ignored when parsing typeTor Lillqvist1-1/+1
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-1/+1
2012-02-21expand and remove NS_* macroThomas Arnhold2-32/+22
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-19Remove unused codePetr Vorel2-17/+0
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17WaE: unused variablesCaolán McNamara1-4/+4
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-02-10Remove unused codeElton Chung6-84/+0
2012-02-09utl: delete unused NodeValueAccessor::bind() methodGreg Kroah-Hartman1-10/+0
2012-02-08update unused listCaolán McNamara2-9/+0
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-01A few safe replacements of pathes->pathsJesús Corrius8-16/+16
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann4-587/+0
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann1-4/+39
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev1-3/+2
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann6-260/+0
2012-01-27drop unnecessary includeCaolán McNamara2-11/+12
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann5-672/+0
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-2/+2
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann6-595/+0
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann6-312/+0
2012-01-25Add configuration wrappers for groups, too (to add listeners etc.).Stephan Bergmann2-0/+73
2012-01-23make unotools ByteString freeCaolán McNamara1-2/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann7-26/+22