On Tue, Sep 11, 2018 at 9:49 AM, Rahul Gurung <gurungrahul2@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
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.