summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082.
2012-04-05resolved fdo#40021 don't let CSV import get confused by erroneous HTML detectionEike Rathke
HTMLParser::IsHTMLFormat() is convinced that anything containing a valid HTML tag would indeed be HTML, which is a rather idiotic assumption for us in the case of "foo <br> bar" with a preselected CSV filter. So keep this detection to the end. The original order where preselected CSV had precedence over others was changed with 9f1cc58c20ee365ff2a158ad69c1091e6ad11ac6
2012-04-04resolved fdo#46699 do not write compound document header when reading ↵Eike Rathke
0-length file Creating an SotStorage with a 0-length stream has the side-effect of creating the compound document (aka OLE storage) header on the stream and effectively writing that to disk, thus garbling the empty file.
2012-04-04Method declared but not implemented. Removing...Kohei Yoshida
2012-04-04dbgutil fix.Kohei Yoshida
2012-04-04adjust gcc3_linux_intel bridge to work with clangLuboš Luňák
Otherwise exception throwing seems to be broken. This is a partial revert of b0515ea5fa6c29faebed616ae3e0213c72d24904.
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04No dialogs to be shown from vcl in a non-NativeActivity Android appTor Lillqvist
2012-04-04Use -g in CFLAGS when debugging requestedTor Lillqvist
2012-04-04Do unpack fonts and include them in the experimental Android appTor Lillqvist