summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa525-8146/+2103
2013-08-27use ...IgnoreAsciiCase()Eike Rathke1-6/+6
2013-08-27in convertLocaleToLanguageImpl() don't use the implied fall backEike Rathke1-7/+33
2013-08-27split off convertLocaleToLanguageImpl()Eike Rathke3-7/+20
2013-08-27better check for 'qlt' instead of assuming Variant follows conventionEike Rathke1-1/+1
2013-08-27avoid creation of a temporary Locale instanceEike Rathke1-1/+3
2013-08-27Use slightly less verbose erase-then-move-on idiom.Thorsten Behrens1-2/+1
2013-08-27Related: fdo#68192 register bundled fontsCaolán McNamara1-28/+28
2013-08-27PLAINLIBS_NONE means layer NONEStephan Bergmann2-2/+2
2013-08-27interpr/vlookup: use ScMatrix func to find matching cellsPierre-Eric Pelloux-Prayer1-11/+25
2013-08-27Follow-up change for coding styles, boundary checks etc.Kohei Yoshida1-16/+24
2013-08-27use IsoLanguageScriptCountryEntry in convertLanguageToLocaleImpl()Eike Rathke1-1/+56
2013-08-27changed do{}while() to for(){}Eike Rathke1-50/+27
2013-08-27added IsoLanguageScriptCountryEntryEike Rathke1-0/+32
2013-08-27eliminate return of IsoLanguageCountryEntry &Eike Rathke1-18/+17
2013-08-27IsoLangEntry to IsoLanguageCountryEntryEike Rathke1-13/+13
2013-08-27mpLangStr to mpLanguageEike Rathke1-4/+4
2013-08-27maLangStr to maLanguageEike Rathke1-13/+13
2013-08-27Fix the build.Kohei Yoshida1-3/+5
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer2-0/+128
2013-08-27get rid of unnecessary warningWinfried Donkers1-2/+2
2013-08-27Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara4-26/+50
2013-08-27Simplify a bit iterator + remove double checkJulien Nabet1-14/+7
2013-08-27These shall apparently check for URL scheme prefix matchStephan Bergmann2-3/+3
2013-08-27Avoid painting of empty shadowZolnai Tamás1-2/+5
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann17-97/+96
2013-08-27AIX symlink tweak for URE private is obsoleteStephan Bergmann1-48/+0
2013-08-27add HelpIDs to CALC Conditional Formatting dialogsAndras Timar2-0/+2
2013-08-27Updated coreAndras Timar1-0/+0
2013-08-27OSL_ENSURE(false) -> assert(false)Zolnai Tamás1-1/+1
2013-08-27Resolves: fdo#68555 use (current) consistent ok/cancel/help button orderCaolán McNamara1-8/+8
2013-08-27The testtools component libs are layer NONE, not URELIBStephan Bergmann3-6/+7
2013-08-27Introduce LO_BUILD_LIB_DIR for NONE .component filesStephan Bergmann1-1/+1
2013-08-27PLAINLIBS_NONE missing from some platforms' gb_Library_LAYER definitionsStephan Bergmann4-0/+4
2013-08-27test case for CVE-2013-5575/EDB-27875Caolán McNamara1-0/+0
2013-08-27Related: fdo#38838 AllocBuffer is now unusedCaolán McNamara3-18/+0
2013-08-27rearrange paragraph tabs back to classic orderCaolán McNamara1-12/+12
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara27-187/+14
2013-08-27fix uneditable field in memory option pageFaisal M. Al-Otaibi1-6/+0
2013-08-27Make sure unittest/user/config/soffice.cfg/ exitsStephan Bergmann2-0/+1
2013-08-27Use std::find().Jan Holesovsky1-24/+6
2013-08-26fdo#64053 do not let too long comment in ARP Comment fieldAndras Timar1-0/+1
2013-08-27Bin intermediate iteratorJulien Nabet1-3/+2
2013-08-27Bin bool + transform while into for loop + add end iterator (3)Julien Nabet2-27/+23
2013-08-27Replace for loop by std::advance + rename function parameterJulien Nabet1-5/+4
2013-08-27Bin intermediate iteratorJulien Nabet1-5/+3
2013-08-27Bin bool + transform while into for loop + add end iterator (2)Julien Nabet1-6/+5
2013-08-27Bin bool + transform while into for loop + add end iteratorJulien Nabet1-6/+5
2013-08-27Bin intermediate iterator + rename parameter functionJulien Nabet1-5/+3
2013-08-27Bin intermediate iterator againJulien Nabet1-3/+1