Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-02 | Cygwin uses internal Python which does not understand Cygwin paths | Andras Timar | |
2012-03-02 | Convert tools/table to std::vector and std::map in cui | Noel Grandin | |
Convert DoubleStringArray to std::vector Convert DoubleStringTable to std::map Convert StringsTable to std::map | |||
2012-03-02 | weed out unmatched Sub/End Sub statements when importing VBA fdo#46889 | Noel Power | |
2012-03-02 | n719988, n734733: Bullet should have same color as following text by default | Felix Zhang | |
2012-03-02 | add a more extensive lotuswordpro sample | Caolán McNamara | |
2012-03-02 | workaround ld link-time crash on ppc64 | Caolán McNamara | |
2012-03-02 | n657904: Styling information isn't applied to grpSp. | Muthu Subramanian | |
2012-03-02 | migrateSettingsIfNecessary must be called later after all | Stephan Bergmann | |
...once e.g. UCB is already initialized, as the invoked migration services use it. | |||
2012-03-02 | Make lcms2 build on windows too | Fridrich Štrba | |
2012-03-02 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-02 | WaE: indexes past the end of an array | Tor Lillqvist | |
2012-03-02 | translations converted to gbuild | Matúš Kukan | |
2012-03-02 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
Surely a bit test is what is intended here. | |||
2012-03-02 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-02 | WaE: use of logical '||' with constant operand | Tor 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-02 | Re-introduce variable thought unused in 2004 and use it as presumably intended | Tor Lillqvist | |
2012-03-02 | WaE: unused function | Tor Lillqvist | |
2012-03-02 | WaE: abstract but has non-virtual destructor | Tor Lillqvist | |
2012-03-02 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-02 | WaE: has virtual functions but non-virtual destructor | Tor Lillqvist | |
2012-03-02 | WaE: has virtual functions but non-virtual destructor | Tor Lillqvist | |
2012-03-02 | WaE: expression result unused | Tor 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-02 | whitespace only, no code change | Andras Timar | |
2012-03-02 | Clean up | Stephan Bergmann | |
2012-03-02 | fdo#46181 Use Traditional Chinese installer for zh-HK and zh-MO locales | Andras 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-02 | add missing loop conditions | Markus Mohrhard | |
2012-03-02 | Creating a module lcms2 | Fridrich Štrba | |
2012-03-02 | fix build | Caolán McNamara | |
2012-03-02 | callcatcher: update list | Caolán McNamara | |
2012-03-02 | CopyDlg::Reset doesn't need to be a LINK | Caolán McNamara | |
2012-03-02 | Convert SvPtrarr usage to std::vector | Noel 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-02 | WNT-only IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-02 | move embeddedobj to tail_build | David Tardon | |
2012-03-02 | implement SwapCol and SwapRow for note handling again | Markus Mohrhard | |
2012-03-02 | some sal_Bool to bool | Markus Mohrhard | |
2012-03-02 | remove table.hxx from document.hxx | Markus Mohrhard | |
2012-03-02 | fix crashs in undo/redo realted to note captions | Markus Mohrhard | |
2012-03-02 | remove unnecessary parameter | Markus Mohrhard | |
2012-03-01 | More IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-01 | Move migrateSettingsIfNecessary into create_user_install | Stephan 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-01 | Presumably the intent is to zero the whole pHexTable, not just the 1st element | Tor Lillqvist | |
2012-03-01 | Sillyish clang WaE: array subscript is of type 'char' | Tor Lillqvist | |
2012-03-01 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-01 | More IMPL_LINK_NOARG fixes for clang | Tor Lillqvist | |
2012-03-01 | Presumably && is what we want here and not (pointlessly) a comma operator | Tor Lillqvist | |
2012-03-01 | IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994 | Tor Lillqvist | |
2012-03-01 | WaE: function 'yyinput' is not needed and will not be emitted | Tor Lillqvist | |
2012-03-01 | #pragma interface and #pragma implementation are obsolete and pointless | Tor Lillqvist | |
2012-03-01 | embeddedobj: convert to gbuild | Matúš Kukan | |
2012-03-01 | Added 'Copy to Clipboard' button to error dialogs | Szabolcs Dezsi | |