Stéphane Geslin wrote:

>     1) I did not find any definitions of the xub... and sal_... classes. For
> my purposes the functionality of positioning an insert or a delete in the
> class XubString could be relevant. Can those classes be found somewhere or
> are they part of a separate library?

The sal_... classes are part of the sal library. You can find their
definitions in the corresponding header files in the sal, osl and rtl
subdirectories of the include tree in the SDK (or in your "solver" tree).

The xub... classes IIRC are just typedefs. XubString is just the string
class you can find in tools/string.hxx. This class has methods for
inserting or deleting content already.

>     3) Where are the events like keyPressed or Copy&Paste caught and passed
> to the Writer module? Is there a centralized interface? 

Events like these are processed in the windows sub classes of the view
that receive the events or in the view itself. You should have a look
into the sw/source/ui/uiview directory.

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to