summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-12Swapped the 8-param and 3-param variants of PostPaint().Kohei Yoshida
2011-09-12Some 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-12Pass multi-ranges to the undo object.Kohei Yoshida
2011-09-12ScUndoPaste to handle multiple ranges.Kohei Yoshida
2011-09-12ScPateUndo cleaned up.Kohei Yoshida
2011-09-12ScMultiBlockUndo in place.Kohei Yoshida
2011-09-12PostPasteFromClip to work with ScRangeList.Kohei Yoshida
2011-09-12Undo to work.Kohei Yoshida
2011-09-12Got the normal paste to work. Still no undo etc.Kohei Yoshida
2011-09-12Revert "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-12Header/Footer: added a timer to show the separatorCé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-12Resolves: fdo#40717 ensure required settings and styles exist in paste docCaolán McNamara
2011-09-12update listCaolán McNamara
2011-09-12Type: BROWSER_INVALID_ID -> BROWSER_INVALIDIDLionel Elie Mamane
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel 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-12typo in parameter nameLionel Elie Mamane
2011-09-12stylisticLionel Elie Mamane
make it clearer that DbGridControl_Base::RemoveColumn is meant to be called unconditionally
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/coreCaolán McNamara
2011-09-12Refactorings in enhwmf.cxxMarc-Andre Laverdiere
2011-09-12do not allow creating symlink to itselfDavid Tardon
2011-09-12Be even more specificTor Lillqvist
2011-09-12Be more specific, gb_CCVER is set only in unxgcc.mk anywayTor Lillqvist
2011-09-12not going to get away with this friend syntaxCaolán McNamara
2011-09-12fix link time optimisation flags to use linker plugin & optimisationJan Hubicka
2011-09-12start of embedding check-button & cui code cleanupMichael Meeks
2011-09-12fdo#40759 Fix GAMMADIST() result for x=0Wolfgang Pechlaner
2011-09-12Nested classes need to be marked separately DLLPUBLIC, apparentlyTor Lillqvist
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12Added variable initializations when loading WMFs and EMFsMarc-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-12mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into iosCaolán McNamara
2011-09-12Do not search for java packages if --without-java is passed.Tomáš Chvátal
Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
2011-09-12ditch distracting CHARSET_ANSI commentCaolán McNamara
2011-09-12ByteString->rtl::OStringCaolán McNamara
2011-09-12don't comment it's removed, remove itCaolán McNamara
2011-09-12declared but not definedCaolán McNamara
2011-09-12regenerate listCaolán McNamara
2011-09-12missing headerCaolán McNamara
2011-09-12can return a ref instead of a pointer, ensure dtor on singletonCaolán McNamara
2011-09-12can return a ref, not a pointer, and make local static instead of global leakCaolán McNamara
2011-09-12make base class dtor virtualCaolá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-12why leak m_pImplCaolán McNamara
2011-09-12ensure dtor gets called, and fix dtor and namespacesCaolán McNamara
2011-09-12callcatcher: drop unused methodsCaolán McNamara