Re: (possible) Problem with spread sheet

2018-10-26 Thread Tadeus Prastowo
go for the Spanish version (the default one > as your system automatically takes me to it). > > Thanks a lot for your very fast reply!!! > > Juan > > El 26/10/2018 a las 9:56, Tadeus Prastowo escribió: > > Hi Juan! > > What version of LibreOffice are you running? > &

Re: (possible) Problem with spread sheet

2018-10-26 Thread Tadeus Prastowo
Hi Juan! What version of LibreOffice are you running? And, what operation system do you use? Thank you. -- Best regards, Tadeus On Thu, Oct 25, 2018 at 1:42 PM, Juan Antonio Colonques wrote: > Hi everybody, > > Before I start let me apologize for this email because I don't really know > who i

Re: doubt regarding data type.

2018-09-11 Thread Tadeus Prastowo
tionOfStandardCppStrings.end(); ++itr) { std::cout << *itr << '\n'; } -- Best regards, Tadeus > On 11 September 2018 at 14:39, Tadeus Prastowo > wrote: >> >> On Tue, Sep 11, 2018 at 9:49 AM, Rahul Gurung >> wrote: >> > Hey, >&g

Re: doubt regarding data type.

2018-09-11 Thread Tadeus Prastowo
On Tue, Sep 11, 2018 at 9:49 AM, Rahul Gurung wrote: > Hey, > > What is difference between variable declared as > > uno::Sequence 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::Cel