Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-12 | Swapped the 8-param and 3-param variants of PostPaint(). | Kohei Yoshida | |
2011-09-12 | Some attempts to remove the 8-param variant of PostPaint(). | Kohei Yoshida | |
But there are way too many codes calling that one. Maybe someday... | |||
2011-09-12 | Pass multi-ranges to the undo object. | Kohei Yoshida | |
2011-09-12 | ScUndoPaste to handle multiple ranges. | Kohei Yoshida | |
2011-09-12 | ScPateUndo cleaned up. | Kohei Yoshida | |
2011-09-12 | ScMultiBlockUndo in place. | Kohei Yoshida | |
2011-09-12 | PostPasteFromClip to work with ScRangeList. | Kohei Yoshida | |
2011-09-12 | Undo to work. | Kohei Yoshida | |
2011-09-12 | Got the normal paste to work. Still no undo etc. | Kohei Yoshida | |
2011-09-12 | Revert "n#676858: added new menu entry for headers/footers edit mode" | Cédric Bosdonnat | |
This reverts the following commits: + f3e275a2123c6356951a294051d0be230c178851 + 29a45a09ba8a21022e105f3d500a027f93a4fca0 (partly) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | |||
2011-09-12 | Header/Footer: added a timer to show the separator | Cédric Bosdonnat | |
When leaving the mouse over a header or footer area for 2 seconds, the separator is shown. This feature enables adding headers and footers easily without knowing anything about page styles. The separators are hidden back after 2 seconds outside the header or footer area. | |||
2011-09-12 | Resolves: fdo#40717 ensure required settings and styles exist in paste doc | Caolán McNamara | |
2011-09-12 | update list | Caolán McNamara | |
2011-09-12 | Type: BROWSER_INVALID_ID -> BROWSER_INVALIDID | Lionel Elie Mamane | |
2011-09-12 | cleanup BrowseBox, DbGridControl & friends handle & invalid column handling | Lionel Elie Mamane | |
- BrowseBox: Check Handle column-related invariants when adding a column: # only one handle column # it is the first - BrowseBox: Check column id-related invariants when adding a column: # Id is not the special "handle column" value # Id is not the special "invalid ID" value # unicity of the ID among columns - GetColumnId: return BROWSER_INVALIDID, not 0 (== id of handle column) for an invalid column; adapt code calling GetColumnId to this change. - Use the correct const or #define'd symbol instead of magic constants; introduce such a symbol if needed - General other miscellaneous cleanups: # Translation of comments # typo/spelling in comments, error messages and the like # parenthesise #define'd value # use SAL_MAX_UINT16 instead of USHRT_MAX where a sal_uInt16 is expected # BrowseBox::SetColumnTitle: nItemId is checked to be non-zero, so don't test if for zeroness again. | |||
2011-09-12 | typo in parameter name | Lionel Elie Mamane | |
2011-09-12 | stylistic | Lionel Elie Mamane | |
make it clearer that DbGridControl_Base::RemoveColumn is meant to be called unconditionally | |||
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/core | Caolán McNamara | |
2011-09-12 | Refactorings in enhwmf.cxx | Marc-Andre Laverdiere | |
2011-09-12 | do not allow creating symlink to itself | David Tardon | |
2011-09-12 | Be even more specific | Tor Lillqvist | |
2011-09-12 | Be more specific, gb_CCVER is set only in unxgcc.mk anyway | Tor Lillqvist | |
2011-09-12 | not going to get away with this friend syntax | Caolán McNamara | |
2011-09-12 | fix link time optimisation flags to use linker plugin & optimisation | Jan Hubicka | |
2011-09-12 | start of embedding check-button & cui code cleanup | Michael Meeks | |
2011-09-12 | fdo#40759 Fix GAMMADIST() result for x=0 | Wolfgang Pechlaner | |
2011-09-12 | Nested classes need to be marked separately DLLPUBLIC, apparently | Tor Lillqvist | |
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | Added variable initializations when loading WMFs and EMFs | Marc-Andre Laverdiere | |
* Added variable initializations when reading from SvStream * Minor code cleanups * Translated some German comments Changes related to an issue showing in Valgrind over a misformed WMF and EMF | |||
2011-09-12 | mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into ios | Caolán McNamara | |
2011-09-12 | Do not search for java packages if --without-java is passed. | Tomáš Chvátal | |
Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> | |||
2011-09-12 | ditch distracting CHARSET_ANSI comment | Caolán McNamara | |
2011-09-12 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-12 | don't comment it's removed, remove it | Caolán McNamara | |
2011-09-12 | declared but not defined | Caolán McNamara | |
2011-09-12 | regenerate list | Caolán McNamara | |
2011-09-12 | missing header | Caolán McNamara | |
2011-09-12 | can return a ref instead of a pointer, ensure dtor on singleton | Caolán McNamara | |
2011-09-12 | can return a ref, not a pointer, and make local static instead of global leak | Caolán McNamara | |
2011-09-12 | make base class dtor virtual | Caolán McNamara | |
otherwise calling delete on a base class pointer to an instantiation of a derived class doesn't call the derived class's dtor | |||
2011-09-12 | why leak m_pImpl | Caolán McNamara | |
2011-09-12 | ensure dtor gets called, and fix dtor and namespaces | Caolán McNamara | |
2011-09-12 | callcatcher: drop unused methods | Caolán McNamara | |