summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Updated coreCaolán McNamara1-0/+0
2013-08-28field commentsEike Rathke1-0/+1
2013-08-28added IsoLanguageScriptCountryEntry to getDefinedLanguagetags()Eike Rathke1-2/+8
2013-08-28don't use startsWithIgnoreAsciiCase() on pointersEike Rathke1-3/+14
2013-08-28bnc#816593 DOCX import: let w:before not overwrite w:beforeAutospacingMiklos Vajna1-2/+4
2013-08-28bnc#816593 DOCX import: fix auto para spacing without compat optionMiklos Vajna1-4/+3
2013-08-28typo fixAndras Timar1-1/+1
2013-08-28typo fixViktor Varga1-1/+1
2013-08-28Uploading libvisio 0.0.31, fixing fdo#68477Fridrich Štrba4-33/+2
2013-08-28Resolves: #i122778# Enhanced own transformer for drawing transformed bitmapsArmin Le Grand5-141/+313
2013-08-28Fix PYUNO_LOADER_PYTHONPATH for non-ENABLE_MACOSX_MACLIKE_APP_STRUCTUREStephan Bergmann1-13/+13
2013-08-28Build python3 with debug flags if --enable-debugStephan Bergmann1-2/+4
2013-08-28End iterator might not be constJulien Nabet1-2/+1
2013-08-27Shouldn't be removedJulien Nabet1-0/+3
2013-08-27Spread "Use std::find()" part2Julien Nabet1-22/+8
2013-08-27Spread "Use std::find()"Julien Nabet1-22/+8
2013-08-27Implemet setNull. (firebird-sdbc)Andrzej J.R. Hunt1-10/+10
2013-08-27Implement set[Int|Long]. (firebird-sdbc)Andrzej J.R. Hunt2-31/+63
2013-08-27Implement setShort. (firebird-sdbc)Andrzej J.R. Hunt1-18/+32
2013-08-27Return change count for Statement:executeUpdate too. (firebird-sdbc)Andrzej J.R. Hunt1-22/+2
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt4-14/+97
2013-08-28Mark as constTakeshi Abe12-22/+22
2013-08-28sal_Bool to boolTakeshi Abe2-15/+15
2013-08-27Factor out the app bundle code signing into a scriptTor Lillqvist4-63/+85
2013-08-27Update commentsTor Lillqvist1-9/+3
2013-08-27Don't create any (new) Python bytecode files when running a PythonTestTor Lillqvist1-0/+1
2013-08-27release m_aLengthVector even when m_aBindVector is emptyLionel Elie Mamane1-4/+3
2013-08-27the place reserved for bookmark in m_aBindVector is never usedLionel Elie Mamane1-5/+3
2013-08-27odbc insert: unbind as soon bindings not necessaryLionel Elie Mamane1-2/+2
2013-08-27odbc insert: adjust buffer size *after* it is written toLionel Elie Mamane1-1/+1
2013-08-27fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmarkLionel Elie Mamane1-21/+39
2013-08-27Reduce copy&paste by adding SwModelTestBase::getShape()Miklos Vajna10-206/+81
2013-08-27MinorKhaled Hosny1-3/+3
2013-08-27move valueof compiler pluginLuboš Luňák1-0/+0
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