Hi all,

I'm translating dispatch commands to API calls (in StarBASIC)
I'm currently working on Calc and I've already translated about 75 dispatches 
relatively easy (with some compromises perhaps)
In these days I'm working to the .uno:ExecuteSearch command (Calc) and I'm 
experiencing difficulties trying to understand the meaning of several 
parameters like 
        ...
        mArgs1(9).Name = "SearchItem.SearchFlags"
        mArgs1(9).Value = 65536
        ...
        mArgs1(12).Name = "SearchItem.Locale"
        mArgs1(12).Value = 255
        mArgs1(13).Name = "SearchItem.ChangedChars"
        mArgs1(13).Value = 2
        mArgs1(14).Name = "SearchItem.DeletedChars"
        mArgs1(14).Value = 2
        mArgs1(15).Name = "SearchItem.InsertedChars"
        mArgs1(15).Value = 2
        mArgs1(16).Name = "SearchItem.TransliterateFlags"
        mArgs1(16).Value = 1280
        mArgs1(17).Name = "SearchItem.Command"
        mArgs1(17).Value = 3

I guess that I will find the same problem with other dispatches so I'm looking 
for documentation about dispatch params

BTW: I'm aware of this document:
http://www.openoffice.org/files/documents/25/2570/commandsReference.html
But it lists only dispatch names with a short description and nothing about 
arguments.


Thanks in advance for any help
Paolo Mantovani


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

Reply via email to