Commit graph

293807 commits

Author SHA1 Message Date
Stephan Bergmann
98510a8f70 sb140: #i117295# fix previous fix 2011-09-12 22:47:48 +02:00
Stephan Bergmann
e07ac6765d sb140: #i117381# gvfs ucp handling all schemes spoils deregisterContentProvider test 2011-09-12 22:47:47 +02:00
Stephan Bergmann
60ad74a87c sb140: #i117295# removed obsolete LEAK_STATIC_DATA defines 2011-09-12 22:47:47 +02:00
Stephan Bergmann
27b9f9f348 sb140: #i117310# remove unnecessary dependency on XTypeProvider::getImplementationId
plus
sb140: #i117310# missing include
sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW)
2011-09-12 22:47:47 +02:00
Stephan Bergmann
63fd3f18ac Improved "unsupported URL" exception message. 2011-09-12 22:47:46 +02:00
Andras Timar
f0bf752e27 remove Repeat from Basic IDE menu
This command (.uno:Repeat) works only in Writer and Calc. It is always
inactive (greyed out) in Basic IDE.
2011-09-12 22:35:24 +02:00
Kohei Yoshida
e9a73d9a10 Modified GetClipState in ScCellShell to allow multiple dest ranges. 2011-09-12 13:22:08 -04:00
Kohei Yoshida
458fd23a54 Moved the code that checks destination ranges to ScClipUtil. 2011-09-12 13:22:07 -04:00
Kohei Yoshida
abccf9b8e5 Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class). 2011-09-12 13:22:07 -04:00
Kohei Yoshida
ea280cef9c Added code to handle paste functions and skip empties. 2011-09-12 13:22:07 -04:00
Kohei Yoshida
463b1b5686 Allow paste when the dest range is a multiple of the source range. 2011-09-12 13:22:07 -04:00
Kohei Yoshida
f7d29b4494 Properly mark multiple ranges during undo and redo. 2011-09-12 13:22:07 -04:00
Kohei Yoshida
64340f4c2b Now I can pass range list to PostPaint() when appropriate. 2011-09-12 13:22:06 -04:00
Kohei Yoshida
a6d2e1ef12 ResetChanged() now takes range list. 2011-09-12 13:22:06 -04:00
Kohei Yoshida
bc0afba780 PostPaint() now takes range list. 2011-09-12 13:22:06 -04:00
Kohei Yoshida
1920e46282 Swapped the 8-param and 3-param variants of PostPaint(). 2011-09-12 13:22:05 -04:00
Kohei Yoshida
f1f4c87730 Some attempts to remove the 8-param variant of PostPaint().
But there are way too many codes calling that one.  Maybe someday...
2011-09-12 13:22:05 -04:00
Kohei Yoshida
cb0f9de5bc Pass multi-ranges to the undo object. 2011-09-12 13:22:05 -04:00
Kohei Yoshida
64a36fd4f4 ScUndoPaste to handle multiple ranges. 2011-09-12 13:22:05 -04:00
Kohei Yoshida
7e76086272 ScPateUndo cleaned up. 2011-09-12 13:22:04 -04:00
Kohei Yoshida
6a3a25fa40 ScMultiBlockUndo in place. 2011-09-12 13:22:04 -04:00
Kohei Yoshida
90f571cf96 PostPasteFromClip to work with ScRangeList. 2011-09-12 13:22:04 -04:00
Kohei Yoshida
3d37dd2a48 Undo to work. 2011-09-12 13:22:04 -04:00
Kohei Yoshida
b2f1120984 Got the normal paste to work. Still no undo etc. 2011-09-12 13:22:03 -04:00
Cédric Bosdonnat
ecc5249190 Revert "n#676858: added new menu entry for headers/footers edit mode"
This reverts the following commits:
  + f3e275a212
  + 29a45a09ba (partly)

Conflicts:

	officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
2011-09-12 18:09:50 +02:00
Cédric Bosdonnat
3d29410263 Header/Footer: added a timer to show the separator
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 18:09:36 +02:00
Caolán McNamara
8cc839dc6a Resolves: fdo#40717 ensure required settings and styles exist in paste doc 2011-09-12 16:53:54 +01:00
Caolán McNamara
ebda86663a update list 2011-09-12 16:53:53 +01:00
Lionel Elie Mamane
b89da4bbb9 Type: BROWSER_INVALID_ID -> BROWSER_INVALIDID 2011-09-12 17:46:56 +02:00
Lionel Elie Mamane
f7ed67f2cf cleanup BrowseBox, DbGridControl & friends handle & invalid column handling
- 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 16:40:51 +02:00
Lionel Elie Mamane
fea84e0041 typo in parameter name 2011-09-12 16:40:51 +02:00
Lionel Elie Mamane
d26b0df346 stylistic
make it clearer that DbGridControl_Base::RemoveColumn
is meant to be called unconditionally
2011-09-12 16:40:51 +02:00
Tor Lillqvist
6b7a9a6fd6 Drop Win9x code 2011-09-12 15:30:46 +03:00
Tor Lillqvist
856b8451f8 Drop Win9x code 2011-09-12 15:30:43 +03:00
Tor Lillqvist
42c6acee93 Drop Win9x code 2011-09-12 15:30:40 +03:00
Tor Lillqvist
416c7533e0 Drop Win9x code 2011-09-12 15:30:37 +03:00
Tor Lillqvist
ac4bc54dc8 Drop Win9x code 2011-09-12 15:30:35 +03:00
Tor Lillqvist
99d5297d0b Drop Win9x code 2011-09-12 15:30:32 +03:00
Tor Lillqvist
2d1454a81b Drop Win9x code 2011-09-12 15:30:29 +03:00
Caolán McNamara
83dbf68879 Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/core 2011-09-12 13:17:17 +01:00
Marc-Andre Laverdiere
aa3778e3db Refactorings in enhwmf.cxx 2011-09-12 13:14:24 +01:00
David Tardon
ee5be04107 do not allow creating symlink to itself 2011-09-12 13:47:42 +02:00
Tor Lillqvist
e47a28b3fd Be even more specific 2011-09-12 14:14:56 +03:00
Tor Lillqvist
699518764a Be more specific, gb_CCVER is set only in unxgcc.mk anyway 2011-09-12 14:05:48 +03:00
Caolán McNamara
2e11d06b06 not going to get away with this friend syntax 2011-09-12 11:54:30 +01:00
Jan Hubicka
473ba86d13 fix link time optimisation flags to use linker plugin & optimisation 2011-09-12 12:47:12 +02:00
Michael Meeks
731a562f54 start of embedding check-button & cui code cleanup 2011-09-12 12:47:12 +02:00
Wolfgang Pechlaner
9f397368cc fdo#40759 Fix GAMMADIST() result for x=0 2011-09-12 05:37:15 -05:00
Tor Lillqvist
9e126721bc Nested classes need to be marked separately DLLPUBLIC, apparently 2011-09-12 13:32:43 +03:00
Tor Lillqvist
fa93288479 Drop Win9x code 2011-09-12 13:32:41 +03:00