summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-02Cygwin uses internal Python which does not understand Cygwin pathsAndras Timar
2012-03-02Convert tools/table to std::vector and std::map in cuiNoel Grandin
Convert DoubleStringArray to std::vector Convert DoubleStringTable to std::map Convert StringsTable to std::map
2012-03-02weed out unmatched Sub/End Sub statements when importing VBA fdo#46889Noel Power
2012-03-02n719988, n734733: Bullet should have same color as following text by defaultFelix Zhang
2012-03-02add a more extensive lotuswordpro sampleCaolán McNamara
2012-03-02workaround ld link-time crash on ppc64Caolán McNamara
2012-03-02n657904: Styling information isn't applied to grpSp.Muthu Subramanian
2012-03-02migrateSettingsIfNecessary must be called later after allStephan Bergmann
...once e.g. UCB is already initialized, as the invoked migration services use it.
2012-03-02Make lcms2 build on windows tooFridrich Štrba
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: indexes past the end of an arrayTor Lillqvist
2012-03-02translations converted to gbuildMatúš Kukan
2012-03-02WaE: use of logical '&&' with constant operandTor Lillqvist
Surely a bit test is what is intended here.
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist
A sal_Bool variable is logical-ored with sal_False, wtf? The only way this can have any meaning is if the sal_Bool variable actually has some other value than sal_False (0) or sal_True (1); in that case the logical or will turn it into a sal_True. But I doubt that is the case here. The code has been like this since initial import in 2000.
2012-03-02Re-introduce variable thought unused in 2004 and use it as presumably intendedTor Lillqvist
2012-03-02WaE: unused functionTor Lillqvist
2012-03-02WaE: abstract but has non-virtual destructorTor Lillqvist
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: expression result unusedTor Lillqvist
Ifdef out a couple of weird leftover lines that effectively do nothing. The code was changed to be like this in 2004. Could some Calc expert have a look please and clean up? Also, if the intent really is that bEmbed is always false, a couple of lines below it is pointless to check if it is true anyway.
2012-03-02whitespace only, no code changeAndras Timar
2012-03-02Clean upStephan Bergmann
2012-03-02fdo#46181 Use Traditional Chinese installer for zh-HK and zh-MO localesAndras Timar
Microsoft Installer thinks that it is a good idea to fall back to zh-CN from zh-HK and zh-MO. It is wrong, because zh-CN uses Simplified Chinese zh-HK and zh-MO use Traditional Chinese. So we need to fall back to zh-TW.
2012-03-02add missing loop conditionsMarkus Mohrhard
2012-03-02Creating a module lcms2Fridrich Štrba
2012-03-02fix buildCaolán McNamara
2012-03-02callcatcher: update listCaolán McNamara
2012-03-02CopyDlg::Reset doesn't need to be a LINKCaolán McNamara
2012-03-02Convert SvPtrarr usage to std::vectorNoel Grandin
In GetBookmarks and Writer_Impl pFontRemoveLst field. Remove unused field pBkmkArr in Writer_Impl class. Convert SwBookmarkNodeTable to std::multimap, greatly simplifying code.
2012-03-02WNT-only IMPL_LINK_NOARG fixesStephan Bergmann
2012-03-02move embeddedobj to tail_buildDavid Tardon
2012-03-02implement SwapCol and SwapRow for note handling againMarkus Mohrhard
2012-03-02some sal_Bool to boolMarkus Mohrhard
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard
2012-03-02fix crashs in undo/redo realted to note captionsMarkus Mohrhard
2012-03-02remove unnecessary parameterMarkus Mohrhard
2012-03-01More IMPL_LINK_NOARG fixesStephan Bergmann
2012-03-01Move migrateSettingsIfNecessary into create_user_installStephan Bergmann
...so that it is only done once (see mail thread starting at <http://lists.freedesktop.org/archives/libreoffice/2012-February/027058.html> "User installation migrated onto itself"). Also, checking for the existence of an old user installation needed to change from ucbhelper::Content::isDocument to osl::FileStatus::getFileType, as the UCB is not yet initialized at the time migrateSettingsIfNecessary is now called.
2012-03-01Presumably the intent is to zero the whole pHexTable, not just the 1st elementTor Lillqvist
2012-03-01Sillyish clang WaE: array subscript is of type 'char'Tor Lillqvist
2012-03-01WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-01More IMPL_LINK_NOARG fixes for clangTor Lillqvist
2012-03-01Presumably && is what we want here and not (pointlessly) a comma operatorTor Lillqvist
2012-03-01IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist
2012-03-01WaE: function 'yyinput' is not needed and will not be emittedTor Lillqvist
2012-03-01#pragma interface and #pragma implementation are obsolete and pointlessTor Lillqvist
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi