doubt regarding data type.

Rahul Gurung gurungrahul2 at gmail.com
Tue Sep 11 11:06:04 UTC 2018


Hey,


Thanks but can you elaborate a little more about sequence ? What it really
is and how is effects the data type or its functions ?



On 11 September 2018 at 14:39, Tadeus Prastowo <tadeus.prastowo at unitn.it>
wrote:

> On Tue, Sep 11, 2018 at 9:49 AM, Rahul Gurung <gurungrahul2 at gmail.com>
> wrote:
> > Hey,
> >
> > What is difference between variable declared as
> >
> > uno::Sequence<table::CellRangeAddress> aRanges;
>
> aRanges is a variable of an uno::Sequence object.  The object is
> likely a sequence of a table::CellRangeAddress objects.
>
> > and a simple one as
> >
> > table::CellRangeAddress aRanges;
>
> aRanges is a variable of a single table::CellRangeAddress object.
>
> > Thanks,
> > RG
>
> --
> Best regards,
> Tadeus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20180911/7b574520/attachment.html>


More information about the LibreOffice mailing list