I did not make GSOC but I'm willing to continue. I've tried many functions
in the ScViewData class. So far the only function that did what I needed
was SetScreenPos() function. But it does not seem to refresh the current
view and the numbering.
Can some one point me to the code which handles events
First of all Thank you for the help. :)
On Fri, Apr 4, 2014 at 1:56 AM, Michael Stahl wrote:
> On 01/04/14 06:50, Tharindu Amila Perera wrote:
>> Hi all,
>>
>> Using the reply I found out that the events coming from the keyboard
>> has this behavior.
>>
>> Using the argument KeyEvent coming to fu
On 01/04/14 06:50, Tharindu Amila Perera wrote:
> Hi all,
>
> Using the reply I found out that the events coming from the keyboard
> has this behavior.
>
> Using the argument KeyEvent coming to function in file tabvwsh4.cxx
> bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt)
>
>
> I c
Hi all,
Using the reply I found out that the events coming from the keyboard
has this behavior.
Using the argument KeyEvent coming to function in file tabvwsh4.cxx
bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt)
I can get codes of all keys except of Caps-Lock, NumLock and
Scroll(Whi
Hi Eike,
Your reply is very helpful. I know basic c++ and programming but It's
hard to go through a large code base. Thank you very much.
On Mon, Mar 31, 2014 at 6:09 PM, Eike Rathke wrote:
> Hi Tharindu,
>
> On Sunday, 2014-03-30 11:13:13 +0530, Tharindu Amila Perera wrote:
>
>> 1] ScTabViewShe
Hi Tharindu,
On Sunday, 2014-03-30 11:13:13 +0530, Tharindu Amila Perera wrote:
> 1] ScTabViewShell::KeyInput as the starting point to capture the event
>
> the keyinput function decl is found at tabvwsh.hxx. But I cannot seem
> to find a place it has been used for reference.
"used" in the sens
Hi all,
I'm a GSOC participant and I'm trying to solve this feature. The
functionality added is to use scroll lock and down key to set the top
left cell to the current selection. I looked into the comments and got
the code pointers
1] ScTabViewShell::KeyInput as the starting point to capture the