diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-19 22:40:09 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-19 22:40:09 +0100 |
commit | dabd58773267c42a03cfa6c10ddf76944a40ef38 (patch) | |
tree | f7d0473745f22a7045e8825cc3ee4e4bac35162a /svx/prj | |
parent | a0c5d9c462f98ef6065e5ca31bf25d773bc4d6ad (diff) |
dba33f: use Ctrl-F5 to toggle the focus between a control and the document. At least in Writer.
In this course, SID_FM_GRABCONTROLFOCUS has been renamed to SID_FM_TOGGLECONTROLFOCUS (with the UNO slot name also
being affected.).
Also, now Writer handles the SID_FM_TOGGLECONTROLFOCUS slot (instead of the FmFormShell), and calls the newly
introduced ToggleControlFocus at the FmFormShell.
A part of SwFEShell::GotoObj has been outsourced into SwFEShell::GetBestObject, which now can deliver the
object (not only object group) of the given type, which is neares to the current position.
Diffstat (limited to 'svx/prj')
-rw-r--r-- | svx/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/prj/d.lst b/svx/prj/d.lst index 8b4675feb3e9..b3a7c30be715 100644 --- a/svx/prj/d.lst +++ b/svx/prj/d.lst @@ -577,6 +577,7 @@ mkdir: %_DEST%\inc%_EXT%\svx ..\inc\svx\databaselocationinput.hxx %_DEST%\inc%_EXT%\svx\databaselocationinput.hxx ..\inc\svx\dbcharsethelper.hxx %_DEST%\inc%_EXT%\svx\dbcharsethelper.hxx ..\inc\svx\dbtoolsclient.hxx %_DEST%\inc%_EXT%\svx\dbtoolsclient.hxx +..\inc\svx\sdrobjectfilter.hxx %_DEST%\inc%_EXT%\svx\sdrobjectfilter.hxx ..\inc\svx\subtoolboxcontrol.hxx %_DEST%\inc%_EXT%\svx\subtoolboxcontrol.hxx ..\inc\svx\svdtext.hxx %_DEST%\inc%_EXT%\svx\svdtext.hxx |