summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky236-1037/+1037
2013-03-11use approximate_char_width instead of GetTextWidth('X')Caolán McNamara1-1/+1
2013-03-11various efforts to consistently apply HIG rulesCaolán McNamara4-68/+71
2013-03-11add glade placeholder for swuilo-BookmarkComboCaolán McNamara1-0/+3
2013-03-11XubString->OUStringCaolán McNamara1-2/+2
2013-03-11Resolves: #i118905# Changed EditEngine to be able to paint to overlay directlyArmin Le Grand20-249/+175
2013-03-11Improve lists generationLaurent Alonso1-14/+82
2013-03-11Support some new parametersLaurent Alonso4-3/+33
2013-03-11fdo#62103 only dict of the first lang code is packed into langpackAndras Timar1-2/+2
2013-03-10Adapt to removed MYSQL_LIBStephan Bergmann1-1/+1
2013-03-10Resolves: #i120158# fix Time format is different than MS Office issueLei De Bin2-2/+40
2013-03-10update pch filesPeter Foley8-7/+19
2013-03-10another s/MYSQLC/MARIADBC/ - in RepositoryModule_host.mkRene Engelhard1-1/+1
2013-03-10this method is now unusedMarkus Mohrhard1-19/+0
2013-03-10changing the note handling was an error, fdo#55430Markus Mohrhard1-4/+0
2013-03-10reverts d2157548221e28d8f702cc81991f7aef198b523eMarkus Mohrhard2-15/+54
2013-03-10Comment translation german-english in sw/source/ui/table/Matthias Freund7-156/+59
2013-03-10oopsRene Engelhard1-11/+0
2013-03-10more s/MYSQLC/MARIADBC/ to make mysqlc actually build...Rene Engelhard4-7/+18
2013-03-10adapt config_host.mk.in/scp2/mysqlc to MARIADBCRene Engelhard6-8/+8
2013-03-10Add back subsequencecheck targets accidentally removed ...Korrawit Pruegsanusak1-0/+17
2013-03-10Translate german comments in sw/source/filter/ww8/Joren De Cuyper5-132/+117
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in unotoolsChr. Rossmanith4-26/+26
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ureChr. Rossmanith3-17/+14
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)Chr. Rossmanith3-10/+8
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)Chr. Rossmanith3-21/+21
2013-03-10handle note export correctly, fdo#61165Markus Mohrhard2-32/+23
2013-03-09Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAMChris4-20/+20
2013-03-09Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza7-80/+60
2013-03-10do not use * in gb_Zip_add_filesMatúš Kukan1-1/+154
2013-03-09module-deps.pl: extend dependency graph generationDavid Ostrovsky2-96/+289
2013-03-09Comment translation DE-EN in /sw/source/ui/web/Matthias Freund4-19/+17
2013-03-09fix fdo#61025, Revert "fdo#55430 switches off text mode when ...Markus Mohrhard2-54/+15
2013-03-09coverity#736492: fix memory leakMarkus Mohrhard1-0/+1
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold28-73/+73
2013-03-09remove commented out codeThomas Arnhold1-100/+0
2013-03-09Resolves: #i120663# The SvXMLImportContext is always leakedJian Fang Zhang1-1/+2
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold7-24/+24
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold24-43/+43
2013-03-09lm files missing from fingerprint.zip againCaolán McNamara1-1/+1
2013-03-09Resolves: #i120667#, pBound member obj in TextRanger is not freedJian Fang Zhang1-0/+1
2013-03-09const-correctnessIvan Timofeev6-7/+7
2013-03-09coverity#705676: fix memory leakMarkus Mohrhard1-4/+7
2013-03-09coverity#705655: fix memory leakMarkus Mohrhard1-2/+2
2013-03-09simplify code a bitMarkus Mohrhard1-7/+6
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard1-0/+1
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard1-2/+2
2013-03-09coverity#705689: fix memory leakMarkus Mohrhard1-3/+1
2013-03-09regex: don't loop 10000 identical matches to find a single $ anchorEike Rathke1-0/+5
2013-03-09regex: handle zero-length matches, fdo#60259 relatedEike Rathke2-5/+28