summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-17infrastructure for ios tile testing appPtyl Dragon21-239/+332
2013-10-17Updated coreLionel Elie Mamane1-0/+0
2013-10-17per SQL standard, BIT is 0/1 but BOOLEAN is true/falseLionel Elie Mamane1-0/+2
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane1-11/+3
2013-10-17Simplify code (VERBOSE was unused)Stephan Bergmann1-6/+2
2013-10-17Related: fdo#38838 remove String::SearchAndReplaceThomas Arnhold8-58/+13
2013-10-17remove some unused codeThomas Arnhold2-2/+0
2013-10-17The getSupportedServiceNames implementations will already take careStephan Bergmann2-5/+1
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza29-259/+60
2013-10-17Produce empty share/uno_packages/cache/uno_packages/ hier in instdir, tooStephan Bergmann3-0/+37
2013-10-17writerfilter: fix default numbering styleMiklos Vajna1-1/+27
2013-10-17fdo#70393: move cairo to a subdir of externalKhaled Hosny23-17/+13
2013-10-17fdo#70393: move beanshell to a subdir of externalKhaled Hosny9-6/+2
2013-10-17fdo#70393: move boost to a subdir of externalKhaled Hosny35-6/+2
2013-10-17fdo#70393: move apache-commons to a subdir of externalKhaled Hosny21-9/+5
2013-10-17fdo#70393: move afms to a subdir of externalKhaled Hosny7-1/+1
2013-10-17Fix quotingStephan Bergmann1-1/+1
2013-10-17fdo#70393: move harfbuzz to a subdir of externalKhaled Hosny7-7/+4
2013-10-17Scripts need executable bitStephan Bergmann2-0/+0
2013-10-17Tiles: Documentation of the parameters.Jan Holesovsky2-2/+7
2013-10-17added draw tile signature and select all fixptyl@cloudon.com4-3/+16
2013-10-17fdo#69462 Properly escape URL in Mozilla -remote openURL(...) commandStephan Bergmann1-1/+3
2013-10-17Quoting clean-upStephan Bergmann1-2/+2
2013-10-17Remove unused run_browser()Stephan Bergmann1-16/+0
2013-10-17Related: fdo#38838 remove String::CompareToAsciiCaolán McNamara5-78/+3
2013-10-17Make the MobileLibreOffice project work better in a srcdir!=builddir scenarioTor Lillqvist3-3/+4
2013-10-17-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-10-17WaE: unknown warning group '-Wmaybe-uninitialized'Tor Lillqvist1-3/+3
2013-10-17Normalize DISABLE_OPENSSL to USE TRUE/<nothing>Norbert Thiebaud7-16/+16
2013-10-17Revert "no need to double the conditional, once is enough"Lionel Elie Mamane1-0/+4
2013-10-17MacOS X fixup to bogus WaE: 'bValue' may be used uninitializedLionel Elie Mamane1-7/+9
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane1-1/+11
2013-10-17this method is not supposed to throw, fdo#66241Markus Mohrhard1-161/+161
2013-10-17CID#1028073: possible memory leakMarkus Mohrhard1-2/+4
2013-10-16remove glibc stub and tarball, it seems to be completely unusedBjoern Michaelsen9-171/+0
2013-10-16re-added an omitted nFuncFmtTypeEike Rathke1-0/+1
2013-10-16fixed MIN and MAX matrix case regressionEike Rathke1-2/+8
2013-10-16move mingw-externals to subdirBjoern Michaelsen6-6/+22
2013-10-16fixed out-of-bounds OUString accessEike Rathke1-1/+2
2013-10-16writerfilter: remove unused WW8ListTable class in doctokMiklos Vajna2-25/+0
2013-10-16writerfilter: remove unused WW8ListLevel classMiklos Vajna3-68/+2
2013-10-16writerfilter: remove various no longer needed resolve* methods in doctokMiklos Vajna1-37/+1
2013-10-16WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist1-1/+1
2013-10-16remove SID_INTERNET_ONLINEThomas Arnhold8-80/+0
2013-10-16fdo#63271: Close hyperlink dialog after hyperlink is insertedThomas Arnhold6-16/+17
2013-10-16respect reference values in checkboxesLionel Elie Mamane4-5/+37
2013-10-16make sure value passed to updateBoolean is treated as a booleanLionel Elie Mamane1-1/+1
2013-10-16janitorial: bool is bool, not sal_BoolLionel Elie Mamane1-2/+2
2013-10-16when reading a bool from a database, treat is as a boolLionel Elie Mamane1-1/+2
2013-10-16string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane1-2/+2