summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-19fix copy&paste errorMarkus Mohrhard
2012-02-18do not hide patch-related file (.orig .rej)Norbert Thiebaud
If you want to hide them, add the rule in you local git set-up. see git config --global core.excludesfiles fo more info
2012-02-18build_env is obsolete nowNorbert Thiebaud
2012-02-19WaE: unused variable bOkThomas Arnhold
2012-02-19WaE: do this right...Thomas Arnhold
2012-02-19pngread: remove some unused definesThomas Arnhold
2012-02-19svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold
And simplify sdgrffilter because this if is always true.
2012-02-19adapt ScDataPilotTableObj test to XDataPilotTable2 changesMarkus Mohrhard
2012-02-19complete the XDataPilotTable2 testsMarkus Mohrhard
2012-02-19remove ScNamedRangeObj from java based testsMarkus Mohrhard
2012-02-19add XCellRangeReferrer test to ScRangeNameObjMarkus Mohrhard
now ScRangeNameObj is fully tested by c++ tests
2012-02-19add test for XCellRangeReferrerMarkus Mohrhard
2012-02-19add XNamed test to ScNamedRangeMarkus Mohrhard
2012-02-19remove some more tests from the java based testsMarkus Mohrhard
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it...
2012-02-18registry: remove symbols from map fileThomas Arnhold
2012-02-18WaE: exec_javaldx defined but not used (javaless build)David Tardon
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold
2012-02-18xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold
2012-02-18unodevtools: remove dead codeThomas Arnhold
2012-02-18np_sdk: remove unused macrosThomas Arnhold
2012-02-18sal: remove dead code and empty linesThomas Arnhold
2012-02-18framework: remove unused timemeasure.hxxThomas Arnhold
2012-02-18WaE: unused variable rcThomas Arnhold
2012-02-18registry: remove obsolete methodsThomas Arnhold
2012-02-18WaE: unused variable errThomas Arnhold
2012-02-18WaE: unused variable bOkThomas Arnhold
2012-02-18WaE: unused variable nErrorThomas Arnhold
2012-02-18WaE: unused variable nPipesThomas Arnhold
2012-02-18WaE: unused variable EventThomas Arnhold
2012-02-18WaE: /* inside commentThomas Arnhold
2012-02-18WaE: unused variable nLenThomas Arnhold
2012-02-18WaE: unused variable rgsaboundThomas Arnhold
2012-02-18vcl: remove some more unused windows codeThomas Arnhold
2012-02-18unusedeasy.code: remove SvxFont::DrawTextThomas Arnhold
2012-02-18vcl: nFallbacklevel has no effectThomas Arnhold
2012-02-18WaE: fix buildMichael Meeks
2012-02-18fix buildIvan Timofeev
2012-02-18Replaced 'if-elseif-else' chains with 'switches' where they seem naturalMariusz Dykierek
2012-02-18Remove unused codeElton Chung
2012-02-18WaE: add missing sal and cppunit dependencies causing tinderbox failureMichael Meeks
2012-02-18Remove installer debug logging.Tim Retout
The -debug option to make_installer.pl is not usually called; it logs function calls at various points during the installer. However, it is not used consistently within the code, and the same information can be obtained via the Perl debugger or profiling tools.
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold
Sorry for this.
2012-02-18Revert "vcl: bring ImplFindByLocale back (windows build)"Thomas Arnhold
This reverts commit 04af52609aef5b4ccbbf82553ac190ef43700652. This was nothing...
2012-02-18remove some unused windows codeThomas Arnhold
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold
Partially reverts 78e9ba6febb7402d4661fbf7934a2526efc8629a This is used by WinGlyphFallbackSubstititution::FindFontSubstitute
2012-02-18unusedcode.easy: desktop: singleton_entries is completely unusedThomas Arnhold
2012-02-18smoketest: remove doubled copyright lineThomas Arnhold
2012-02-18Removed unused code from avmedia.elbarto