Re: [Libreoffice] Question about IAccessibility2

2011-11-25 Thread Sophie Gautier
Hi all, On Thu, Nov 24, 2011 at 10:23 PM, Michael Meeks wrote: > > On Thu, 2011-11-24 at 21:20 +0100, Christophe Strobbe wrote: >> >Those are already strings, which will be localized. I have no >> >application to test, whether this is sufficient. But I guess it >> >will, because otherwise people

Re: [Libreoffice] Question about IAccessibility2

2011-11-24 Thread Michael Meeks
On Thu, 2011-11-24 at 21:20 +0100, Christophe Strobbe wrote: > >Those are already strings, which will be localized. I have no > >application to test, whether this is sufficient. But I guess it > >will, because otherwise people would have complained in a lot of > >other places where list boxes a

Re: [Libreoffice] Question about IAccessibility2

2011-11-24 Thread Christophe Strobbe
Hi Regina, At 15:31 24-11-2011, Regina Henschel wrote: Hi Christophe, Christophe Strobbe schrieb: (...) I come across "IAccessibility2" (...) Such string resources are used in method SetAccessibleName in /core/cui/source/tabpages/tpline.cxx SetAccessibleName is a method that exists in seve

Re: [Libreoffice] Question about IAccessibility2

2011-11-24 Thread Regina Henschel
Hi Christophe, Christophe Strobbe schrieb: Hi Regina, At 23:11 21-11-2011, Regina Henschel wrote: Hi all, I have started to implement the attribute "stroke-linecap". I assume this refers to svg:stroke-linecap (�20.164 in the ODF 1.2 spec, which refers to stroke properties in the SVG spec: <

Re: [Libreoffice] Question about IAccessibility2

2011-11-23 Thread Christophe Strobbe
Hi Regina, At 23:11 21-11-2011, Regina Henschel wrote: Hi all, I have started to implement the attribute "stroke-linecap". I assume this refers to svg:stroke-linecap (§20.164 in the ODF 1.2 spec, which refers to stroke properties in the SVG spec:

Re: [Libreoffice] Question about IAccessibility2

2011-11-22 Thread Caolán McNamara
On Mon, 2011-11-21 at 23:11 +0100, Regina Henschel wrote: > I see them for some controls but not for all, especially not for > maLBEdgeStyle. > (1) What they are used for? Well, they're probably intended for accessibility support anyway, e.g. screenreaders. Not sure however whether they're gener

[Libreoffice] Question about IAccessibility2

2011-11-21 Thread Regina Henschel
Hi all, I have started to implement the attribute "stroke-linecap". I come across "IAccessibility2" in files /core/cui/source/tabpages/tabline.hrc /core/cui/source/tabpages/tabline.src There are some string resources defined like #define STR_END_LENGTH 41 Some are commented out in lines 12