[libreoffice-users] Re: automatic capitalization

2018-07-10 Thread remygauthier
Hi,

You can disable auto capitalization from Tools > Auto Correct Options >
Options tab, Capitalize first letter of every sentence.

I hope this helps.

Rémy Gauthier.



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Users-f1639498.html

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] automatic capitalization

2018-07-10 Thread Udvarias Ur

Dear LibreOffice users,


I've been using LibreOffice since day one. i.e. Since the fork from 
OpenOffice. Calc, as I remember it, has always automatically capitalized 
the first word, *of every line*, within a cell.


When I was using calc occasionally, I just changed it. Now I'm using 
calc frequently and it has become a waste of time!


How can I disable this?

--
Udvarias Ur

This letter was generated and sent from Thunderbird 52.7.0 on Ubuntu Linux 
16.04.4 LTS.

Cette lettre a été générée et envoyée à partir de Thunderbird 52.7.0 sur Ubuntu 
Linux 16.04.4 LTS.


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] Agenda as a mailing ...

2018-07-10 Thread Patrick Gelin

Hi,

I'm building automaticaly an agenda with Mailing function provided for 
Type Letter... Based on my template, and a Calc array with dates, I can 
produce a Writer document with a week page at left and a blanck page at 
right.


My problem is that model is two pages, both including the page number 
into bottom. But the mailing function produce a different pages styles 
based with mines : In my model styles are : APageGaucheCalendrier and 
APageDroiteCalendrier for page left and Right. But after, the mailing 
produce : APageDroiteCalendrier1, APageGaucheCalendrier2, 
APageDroiteCalendrier2, etc.


So, the page number is alwas [1, 2], [1,2], [1, 2] for each couple of 
page... So what can I do to not reset the page number for each "letter" 
produced with the mailing ?


Thank you in advance for your help !

Patrick


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] About pseudo objects with Basic code ...

2018-07-10 Thread Tom Davies
Hi :)
I don't have a specific purpose.  I was more thinking of just learning for
fun as a hobbyist in those brief moments where i have time and fancy
something to get my teeth into for half and hour or so.
Regards from
a Tom :)



On 9 July 2018 at 17:40, Andrew Pitonyak  wrote:

>
> Disclaimer: I have only used Python once to to talk to LO. In fact, I work
> pretty hard to write all of my "macros" in Basic because support is very
> consistent across platforms. I cannot comment directly on Python, but, in
> Basic, I do not need to worry about which interface handles which calls,
> that level of detail is handled for free.
>
> If I decided to not use Basic, I would evaluate which other language has
> the best integration, and, I cannot comment on that since I rarely leave
> Basic. I looked at Python because there was an issue with the Python
> version for a macro that someone wrote and they were having trouble with
> integration.
>
> My Primary complaint about Python is that the block structure is directly
> related to the spacing and I have had that messed with as I moved between
> machines and operating system. I do not expect that to be a problem if you
> do not move between machines and if you have full control over the editor
> that use in terms of how it is configured... And if you are not pasting
> code that others have written or from web sites. All of those issues have
> caused me issues all related to how Python interprets blocks. When I write
> code in my Python specific editor and I stay on one machine, and I do not
> integrate code from other places, I have no problems with it. I should note
> that I work with some people who feel that they must solve every problem
> with Python.
>
>
> As for your first language, I do not see a problem with using Python, but
> I also do not see a problem using Basic. Much depends on your end goal.
> Especially if you limit external dependencies, Python should run unchanged
> on most machines with a few caveats.
>
> Why do you want to program? More specifically, what do you want to produce?
>
> What type of programs do you want to write? (GUI, command line, control
> LO, etc...)
>
> How portable must your code be?
>
> If you want to write a GUI and it will only run on Windows, I think that
> Visual Studio has a decent environment for development. I spend way more
> time writing Java and C++ these days, which means that I have not been
> using Visual Studio lately.
>
>
>
>
> On 2018-07-09 6:20, Tom Davies wrote:
>
>> Hi :)
>> @ Mauricio:  Wow!!!  That was very eloquent! :))  Thanks :)
>>
>> @ Gordon:  Sorry!  I had a go with Pascal but got distracted and didn't
>> get
>> very far.  It looked a LOT more elegant but i was entrenched in using
>> Basic
>> at the time and couldn't handle the back to basics at that point in time.
>>
>> @ all: Do you think Python is easy as a 1st language?  - or is it better
>> to
>> start with something else first to ease into it all?
>>
>> I'm kinda playing around with Scratch a bit and kinda learning Python but
>> at a very relaxed pace.  Both seem quite good fun now :)
>>
>> Regards from a Tom :)
>>
>>
>>
>>
>> On 9 July 2018 at 06:19, gordon cooper 
>> wrote:
>>
>> GoTo. One of the curses of Basic, the GoTo.
>>>
>>> When used by newcomers (and a few some old hands too) a
>>> Basic program would  soon become an unstructured mess of
>>> GoTo's and a hassle to debug.  One of our Pascal lecturers was
>>> very  anti-Basic and forbade us to use it,  or to even talk about it
>>> in his presence.
>>>
>>> Thank you Tom and Jonathon for the memory,
>>> Gordon.
>>>
>>>
>>>
>>> On 09/07/18 15:55, toki wrote:
>>>
>>> On 08/07/18 09:04 PM, Tom Davies wrote:

 I remember learning one form of basic in the 80s and that was pretty
 easy

>
> There is a book from the early/mid eighties, that is simply lists the
 vocabulary of the various dialects of BASIC in use then. IIRC, it was
 called _The BASIC Book_. It was written specifically for programmers to
 port software between the various systems that were available.

 Back then, all variants of basic used line numbers, and allowed GoTo.
 Today, several variants of BASIC don't use line number, and some
 variants don't have GoTo.

 jonathon



>>> --
>>> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
>>> Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-un
>>> subscribe/
>>> Posting guidelines + more: https://wiki.documentfoundatio
>>> n.org/Netiquette
>>> List archive: https://listarchives.libreoffice.org/global/users/
>>> Privacy Policy: https://www.documentfoundation.org/privacy
>>>
>>>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-un
> subscribe/
> Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
> List archive: https://listarchives.libreoffice.org/global/users/
> 

Re: [libreoffice-users] Basic : How to throw an events ?

2018-07-10 Thread Luuk


On 7-7-2018 19:58, Patrick Gelin wrote:
> Hi,
>
> I know how to catch Event from formula by exemple, but I would like to
> throw events myself with my code. I know also I've got the possibility
> to use patterns like observator but if I could throw event it will be
> nice ! Do you know an Uno service to use to throw events ?
>
> Patrick
>

There are lost thrown here:
https://api.libreoffice.org/examples/DevelopersGuide/examples.html



-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy