summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-06make add_custom_headers betterMatúš Kukan
2012-04-06Remove unused code (vcl)Thomas Collerton
2012-04-06jurt: use CustomTarget makefileMatúš Kukan
2012-04-06ridljar: use CustomTarget makefileMatúš Kukan
2012-04-06unoil: use CustomTarget makefilesMatúš Kukan
2012-04-06gbuild: add customtarget dependencies for java stuffMatúš Kukan
2012-04-06rtftok: drop m_bIsSubstream, we already have a m_pSuperstreamMiklos Vajna
Originally there was m_bIsSubstream (true for footnotes, headers, etc.), then we needed a pointer to the original stream, now the boolean value is redundant, so remove it.
2012-04-05More removal of RTL_CONSTASCII_USTRINGPARAM in sdOlivier Hallot
More removal of RTL_CONSTASCII_USTRINGPARAM in module sd
2012-04-05More RTL_CONSTASCII_USTRINGPARAM cleanupOlivier Hallot
More RTL_CONSTASCII_USTRINGPARAM in module sd
2012-04-05Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in sdOlivier Hallot
Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in module sd
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet
Includes too replacement < by != for comparison between current and end iterators
2012-04-05Clean up optional online update moduleStephan Bergmann
* The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module.
2012-04-05resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist
2012-04-05Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2Tor Lillqvist
2012-04-05dlopen() also the sw and swd libs ahead of time so that they can be debuggedTor Lillqvist
2012-04-05Set TMPDIR also in non-NativeActivity appsTor Lillqvist
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev
2012-04-05fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl
rtl::OUString rtl::OUString::copy(sal_Int32) const: Assertion `beginIndex >= 0 && beginIndex <= getLength()' failed. (regression from dd2fe95cce75f1157bd1c75d286a0047b2e4175e)
2012-04-05shell: fix silly flags from 2c5a817591Michael Stahl
2012-04-05cppcheck Uninitialized variableCaolán McNamara
2012-04-05Removal VERBOSERob Snelders
2012-04-05remove unused codeWinfried Donkers
2012-04-05Resolves: fdo#47068 use of pointer to deleted objectCaolán McNamara
2012-04-05Resolves: fdo#45271, i#17964 count CJK words the way that's expected by usersCaolán McNamara
2012-04-05no use is made of FmFormObj::m_nTypeCaolán McNamara
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-04-05SvtFileDialogURLSelector::OpenURL can go apparentlyCaolán McNamara
2012-04-05callcatcher: update list, add README, remove some newly unused codeCaolán McNamara
2012-04-05drop methods only used in svdemCaolán McNamara
2012-04-05convert (ugly) WriteUniOrByteString to rtl::OUStringCaolán McNamara
2012-04-05disabled for 11 years, not like to get fixed soonCaolán McNamara
2012-04-05pure virtual with unused baseclass implCaolán McNamara
2012-04-05DEFINE_CONST_UNICODE isn't needed here anymoreCaolán McNamara
2012-04-05unused U2S defineCaolán McNamara
2012-04-05String::CreateFromInt32 -> OUString::valueOfCaolán McNamara
2012-04-05remove unused code (oox)Petr Vorel
2012-04-05Open the document read-onlyTor Lillqvist
2012-04-05fdo#45562: paint borders in SwFlyFrm::Paint:Michael Stahl
Painting borders of Flys in the heaven layer cannot be done correctly in SwRootFrm::Paint, because delaying until then paints over other drawing objects that are on top of the frame, so do it in SwFlyFrm::Paint, like the old border painting code used to. (regression from 804d0a896731629397c5328c13c04a45bc55f459)
2012-04-05sw: remove more silly realpath from makefileMichael Stahl
2012-04-05oovbaapi: remove bogus ttt.diffMichael Stahl
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf
sal/qa/rtl_strings/rtl_old_testostring.cxx contains some German comments still but the code itself uses test strings in German. When the test strings appear in the comments, they were left unchanged to maintain consistency. Mark Wolf
2012-04-05n#751017 dmapper: fix handling of GetExpression and SetExpression fieldsMiklos Vajna
2012-04-05Remove macro RTL_CONSTASCII_USTRINGPARAMOlivier Hallot
Remove macro RTL_CONSTASCII_USTRINGPARAM in starmath (partial)
2012-04-05Unused code removal.Winfried Donkers
2012-04-05Unused code removal.Santiago Martinez
2012-04-05The real cleanup I meant to commit earlier...Kohei Yoshida
2012-04-05small memory leak in table3.cxxMarkus Mohrhard
2012-04-05this does hopefully no longer result in a crashMarkus Mohrhard
2012-04-05remove the sort entry limit in table3Markus Mohrhard