Questions about getCppuType
Stephan Bergmann
sbergman at redhat.com
Mon May 12 01:17:35 PDT 2014
On 05/12/2014 09:56 AM, Stephan Bergmann wrote:
> On 05/11/2014 10:12 AM, julien2412 wrote:
>> As you may have seen, I've begun to replace occurences.
>> Just to be sure, is "Sequence" always a shortcut of
>> "css::uno::Sequence" or
>> could it be something else sometimes? (I mean something not related to
>> css::uno)
>> Idem for "Reference", could it be something else that
>> "css::uno::Reference"?
>
> Sure "Sequence" and "Reference" can potentially reference other things
> than css::uno::Sequence and css::uno::Reference. And esp. "Reference"
> likely does reference rtl::Reference occasionally.
...but they are rather unlikely to refer to anything but css::uno::* in
getCppuType expressions, if that was your question. (Esp. since there
appear to be no UNOIDL entities with such names defined in neither
udkapi nor offapi.)
Stephan
More information about the LibreOffice
mailing list