[libreoffice-users] Re: Can dates change wrt a fixed date?

2016-08-25 Thread oc
Thanks Brian.Works perfectly.



--
View this message in context: 
http://nabble.documentfoundation.org/Can-dates-change-wrt-a-fixed-date-tp4191587p4191666.html
Sent from the Users mailing list archive at Nabble.com.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: Characters overlapping in Textbox

2016-08-25 Thread CVAlkan
Gustavo:

If it is a particular font, it would help if you mentioned what the name of
that font was. It might also help if you indicated where the font came from,
assuming it is not a stock font that came with your operating system or some
application.

Contemporary fonts contain a lot more information that just how to
draw/print the character, and it is quite possible that any given font will
only show errors with certain methods of rendering.

Frank



--
View this message in context: 
http://nabble.documentfoundation.org/Characters-overlapping-in-Textbox-tp4191573p4191692.html
Sent from the Users mailing list archive at Nabble.com.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Time Calculations in LOBase

2016-08-25 Thread Don Parris
Hi all,

I need to do some time calculations in LO Base queries - seems fairly
straightfoward, but I can't seem to find any good info on how this is done.

I am calculating hours worked in a day (could span midnight, but that is
not normally the case).  In a certain app similar to Base, I can do:
(([day_end]-[day_start])-([lunch_end]-[lunch_start]))

In LO Base, the query fails on a wrong data type failure.  I am using the
Date/Time data type (time stamp).  Can anyone point me to good information
on how to perform this calculation in Base?


Many thanks in advance!
Don
-- 
D.C. Parris, FMP, Linux+, ESL Certificate
Minister, Security/FM Coordinator, Free Software Advocate
http://dcparris.net/ 

GPG Key ID: F5E179BE

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: Time Calculations in LOBase

2016-08-25 Thread Don Parris
It occurs to me my OP may not have been as clear as it should be.  To
clarify, I need to calculate the decimal value of the times involved:
(([day_end]-[day_start])-([lunch_end]-[lunch_start])) = H.nn worked

So, for example: ((17:00-08:00)-(13:00-12:00)) = 8.0

I don't believe the DATEDIFF function gives me what I am looking for, but
maybe it can with some extra work.  I was pretty sure I would find some
examples of this type of calculation out there.


On Thu, Aug 25, 2016 at 11:54 AM, Don Parris  wrote:

> Hi all,
>
> I need to do some time calculations in LO Base queries - seems fairly
> straightfoward, but I can't seem to find any good info on how this is done.
>
> I am calculating hours worked in a day (could span midnight, but that is
> not normally the case).  In a certain app similar to Base, I can do:
> (([day_end]-[day_start])-([lunch_end]-[lunch_start]))
>
> In LO Base, the query fails on a wrong data type failure.  I am using the
> Date/Time data type (time stamp).  Can anyone point me to good information
> on how to perform this calculation in Base?
>
>
> Many thanks in advance!
> Don
> --
> D.C. Parris, FMP, Linux+, ESL Certificate
> Minister, Security/FM Coordinator, Free Software Advocate
> http://dcparris.net/ 
> 
> GPG Key ID: F5E179BE
>



-- 
D.C. Parris, FMP, Linux+, ESL Certificate
Minister, Security/FM Coordinator, Free Software Advocate
http://dcparris.net/ 

GPG Key ID: F5E179BE

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Time Calculations in LOBase

2016-08-25 Thread Bruce Hohl
What type of database is used - HSQLDB embedded, HSQLDB, MySQL, PostgreSQL,
etc?

On Thu, Aug 25, 2016 at 11:54 AM, Don Parris  wrote:

> Hi all,
>
> I need to do some time calculations in LO Base queries - seems fairly
> straightfoward, but I can't seem to find any good info on how this is done.
>
> I am calculating hours worked in a day (could span midnight, but that is
> not normally the case).  In a certain app similar to Base, I can do:
> (([day_end]-[day_start])-([lunch_end]-[lunch_start]))
>
> In LO Base, the query fails on a wrong data type failure.  I am using the
> Date/Time data type (time stamp).  Can anyone point me to good information
> on how to perform this calculation in Base?
>
>
> Many thanks in advance!
> Don
> --
> D.C. Parris, FMP, Linux+, ESL Certificate
> Minister, Security/FM Coordinator, Free Software Advocate
> http://dcparris.net/ 
> 
> GPG Key ID: F5E179BE
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-
> unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Time Calculations in LOBase

2016-08-25 Thread Don Parris
Just using the HSQLDB embedded.

On Thu, Aug 25, 2016 at 1:00 PM, Bruce Hohl  wrote:

> What type of database is used - HSQLDB embedded, HSQLDB, MySQL,
> PostgreSQL, etc?
>
> On Thu, Aug 25, 2016 at 11:54 AM, Don Parris  wrote:
>
>> Hi all,
>>
>> I need to do some time calculations in LO Base queries - seems fairly
>> straightfoward, but I can't seem to find any good info on how this is
>> done.
>>
>> I am calculating hours worked in a day (could span midnight, but that is
>> not normally the case).  In a certain app similar to Base, I can do:
>> (([day_end]-[day_start])-([lunch_end]-[lunch_start]))
>>
>> In LO Base, the query fails on a wrong data type failure.  I am using the
>> Date/Time data type (time stamp).  Can anyone point me to good information
>> on how to perform this calculation in Base?
>>
>>
>> Many thanks in advance!
>> Don
>> --
>> D.C. Parris, FMP, Linux+, ESL Certificate
>> Minister, Security/FM Coordinator, Free Software Advocate
>> http://dcparris.net/ 
>> 
>> GPG Key ID: F5E179BE
>>
>> --
>> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
>> Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-uns
>> ubscribe/
>> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
>> List archive: http://listarchives.libreoffice.org/global/users/
>> All messages sent to this list will be publicly archived and cannot be
>> deleted
>>
>
>


-- 
D.C. Parris, FMP, Linux+, ESL Certificate
Minister, Security/FM Coordinator, Free Software Advocate
http://dcparris.net/ 

GPG Key ID: F5E179BE

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] LibreOffice on a Chromebook?

2016-08-25 Thread Kevin O'Brien
I have been thinking about getting a Chromebook, but the one thing
holding me back is that I need to be able to run LibreOffice. Is that
something I can do now? And if so, how well does it run?

Thanks,


-- 
Kevin B. O'Brien
zwiln...@gmail.com
http://google.me/+kevinobrien
“If there are no dogs in Heaven, then when I die I want to go where they went.”
- Will Rogers

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] LibreOffice on a Chromebook?

2016-08-25 Thread Cley Faye
2016-08-25 20:07 GMT+02:00 Kevin O'Brien :

> I have been thinking about getting a Chromebook, but the one thing
> holding me back is that I need to be able to run LibreOffice. Is that
> something I can do now? And if so, how well does it run?
>

​Unfortunately, I can't speak exactly about how LibreOffice behave on a
chromebook, but it is possible to have LibreOffice run on it through
various mean. In my opinion, a good way to do so is by using "crouton",
which allow running a full Linux on top of ChromeOS (at the same time, not
in a dual-boot setting). Obviously this can be leveraged to run LibreOffice.

One thing to keep in mind is that some chromebook have very limited disk
space available, so you may want to change that.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] LibreOffice on a Chromebook?

2016-08-25 Thread Brian Barker

At 14:07 25/08/2016 -0400, Kevin O'Brien wrote:
I have been thinking about getting a Chromebook, but the one thing 
holding me back is that I need to be able to run LibreOffice. Is 
that something I can do now?


I'm no expert, but ...

That depends on its operating system. If it is really a Chromebook, 
it will be running the Google Chrome operating system - right? In 
that case, I suspect the answer is "No", but Wikipedia tells me that 
"Enabling developer mode allows the installation of Linux 
distributions on Chromebooks." If you do this, then the answer will 
presumably become "Yes", since there is an LibreOffice version for 
Linux - indeed, probably included in that distribution.


But some of those Chromebooks are now actually "Cloudbooks" and are 
sold with Windows installed. In that case, the answer would be "Yes".



And if so, how well does it run?


Dunno. May depend on *which* Chromebook ...

I trust this helps.

Brian Barker


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Re: Time Calculations in LOBase

2016-08-25 Thread Robert Großkopf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Don,

> It occurs to me my OP may not have been as clear as it should be.
> To clarify, I need to calculate the decimal value of the times
> involved: (([day_end]-[day_start])-([lunch_end]-[lunch_start])) =
> H.nn worked
> 
> So, for example: ((17:00-08:00)-(13:00-12:00)) = 8.0

This one works:
SELECT "ID", "DayBegin", "DayEnd", "LunchBegin", "LunchEnd",
DATEDIFF('hh',"DayBegin", "DayEnd")-DATEDIFF('hh',"LunchBegin",
"LunchEnd") AS "Worked" FROM "Times"

Examples I have written down in Base-Handbook. But the newer versions
aren't translated yet from German to English.

Be careful with the example. It does only work with the value for the
hour. So you get the same with
(17:00-08:00)-(13:00-12:00)
and for example
(17:10-08:00)-(13:00-12:00)

So it would be better to write down the same code for minutes:
SELECT "ID", "DayBegin", "DayEnd", "LunchBegin", "LunchEnd",
DATEDIFF('mi',"DayBegin", "DayEnd")-DATEDIFF('mi',"LunchBegin",
"LunchEnd") AS "Worked" FROM "Times"

So you get the workingtime in minutes. Devide it with 60.00 (.00 for
the decimal places) and you get a better diff for hours than in the
first query.

Regards

Robert
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJXv0czAAoJELDKYwaoS9AI28IQAKRBFUlzHX28fOBjp+pAGWeH
9JnaNSJl0ao2bC1uKjpgI7dN/osbmA6Muj99RIdSpict6goXu+zIKNLTlzw/wSeO
6w3Xvk3HD/sr4ow4BTQV/2n8A05dHKsIaZnYB8YCjz6d7XEzwxdEyca2zM+3U9KU
LuKNhvbPNpzzPq41p2dAWk8gA99fKEhhFpefsCk8FyW7d1+Rr/+DcqrYn+hY/qRo
UVuNpxr0EOZT4Qa2/c5uXE9DPmKnjo2Q93rvrL1ROO3Xj/Tzi5JexDPaQ4f52YsI
FXHQ6g7PxzDKM5NZ0pKlRlcJqg/9Sv01v75PuuQM9+Sq56LQpImyk99GTO0sJbsM
Hu3bwnHzEy3Up+au0Ra7jJ/cPkkXdgrJYQUUZJ32CSWlaiFQK9PizsfnzlA4OWRn
6s9O1F3zoDhs50dsERsgLYn4oN0AfFocR4Np9jVPBgYKzhe2yhdem3nZjFwqCjeY
z1L+sNtu6zTikqrGBem8+U14Ti7ogLRdF7pe7X4ONvYAiYP3PXd5DoOcFwr8MRVg
4BybEk8pOYzzzeGzrTKaJFA1ECQy/l8B0mS4CzKHlDeA5t9WxnuIr3TiCO0KaHya
eTwdyxA5Mhv82t+Egptb/MP2kLArO9trHakM02QkbL64A3g1qlo8CIAzAudu9QrC
KG5LqIEUIeMows6DOgKq
=49Q8
-END PGP SIGNATURE-

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] LibreOffice on a Chromebook?

2016-08-25 Thread jorge
Hi all:

I got this link and suggestion from other e-mail of this users list. It
would be a good solution:

"There is another option: get a free account at https://open365.io/ and
use LibreOffice 5.1.0.3 within your browser."

Regards,

Jorge Rodríguez


El jue, 25-08-2016 a las 20:31 +0200, Cley Faye escribió: 
> 2016-08-25 20:07 GMT+02:00 Kevin O'Brien :
> 
> > I have been thinking about getting a Chromebook, but the one thing
> > holding me back is that I need to be able to run LibreOffice. Is that
> > something I can do now? And if so, how well does it run?
> >
> 
> ​Unfortunately, I can't speak exactly about how LibreOffice behave on a
> chromebook, but it is possible to have LibreOffice run on it through
> various mean. In my opinion, a good way to do so is by using "crouton",
> which allow running a full Linux on top of ChromeOS (at the same time, not
> in a dual-boot setting). Obviously this can be leveraged to run LibreOffice.
> 
> One thing to keep in mind is that some chromebook have very limited disk
> space available, so you may want to change that.
> 

-- 
Atentamente,

Jorge Rodríguez


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] AutoText Completion

2016-08-25 Thread CVAlkan
I recently installed a new OS and am now using LibreOffice Version: 5.2.0.4,
Build ID: 1:5.2.0~rc4-0ubuntu1~xenial2.

When I went to set up some autotext completions, I first tested that
everything worked the same as I'm used to. So I typed dt and then pressed
F3. Nothing happened! Did someone break the "Hello World" of the autotext?
So I pressed Ctrl+F3 and looked through the listings. Sure enough, dt was
there, along with lorem ipsum and all his other friends.

When I ran dt manually from the dialog, it worked, so the function is still
there and alive.

So I looked into Tools>Customize and F3 was right there - and unassigned. I
thought that was a standard assignment, as I don't recall ever having to
explicitly set it; further down the list Ctrl+F3 was still there (obviously,
as I had just used it) and defined normally. No Matter! It's easy to assign
things there; I've done it many times before.

But when I searched through all of the Function Categories and their
functions, I couldn't locate it. I looked for things like autotext, complete
autotext, insert autotext, and then just scrolled through the lists for each
category looking for anything that sounded like it had potential.

I know I'm becoming senile, and my sight is failing, and I can't hear well,
but this is beyond embarrassing. What am I missing? Does this mean I'm going
to have to actually type all my boilerplate stuff?

Thanks for any help ...

-Frank



--
View this message in context: 
http://nabble.documentfoundation.org/AutoText-Completion-tp4191739.html
Sent from the Users mailing list archive at Nabble.com.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] AutoText Completion

2016-08-25 Thread Regina Henschel

Hi Frank,

CVAlkan schrieb:
[..]

But when I searched through all of the Function Categories and their
functions, I couldn't locate it. I looked for things like autotext, complete
autotext, insert autotext, and then just scrolled through the lists for each
category looking for anything that sounded like it had potential.



You are looking for "Run AutoText Entry" in category "Edit".

In LibreOffice 5.2 it should work out of the box. In the current 
developer version 5.3 it is broken.


Kind regards
Regina


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Re: Time Calculations in LOBase

2016-08-25 Thread Bruce Hohl
I can confirm as follows.

With this in table1:
ID time1 time2
1 01/01/16 11:30 PM 01/02/16 04:00 AM
2 01/02/16 01:30 AM 01/02/16 05:30 AM
This query:
SELECT "time1", "time2", DATEDIFF( 'minute', "time1", "time2" ) AS
"diff_minutes", DATEDIFF( 'minute', "time1", "time2" ) / 60.00 AS
"diff_hours" FROM "Table1"

Returns:
time1 time2 diff_minutes diff_hours
01/01/16 11:30 PM 01/02/16 04:00 AM 270 4.5
01/02/16 01:30 AM 01/02/16 05:30 AM 240 4
This might be helpful:
http://hsqldb.org/doc/guide/builtinfunctions-chapt.html#
bfc_datetime_functions

Be mindful of appropriate use of HSQLDB embedded:
https://wiki.openoffice.org/wiki/FAQ_(Base)


On Thu, Aug 25, 2016 at 3:29 PM, Robert Großkopf  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Don,
>
> > It occurs to me my OP may not have been as clear as it should be.
> > To clarify, I need to calculate the decimal value of the times
> > involved: (([day_end]-[day_start])-([lunch_end]-[lunch_start])) =
> > H.nn worked
> >
> > So, for example: ((17:00-08:00)-(13:00-12:00)) = 8.0
>
> This one works:
> SELECT "ID", "DayBegin", "DayEnd", "LunchBegin", "LunchEnd",
> DATEDIFF('hh',"DayBegin", "DayEnd")-DATEDIFF('hh',"LunchBegin",
> "LunchEnd") AS "Worked" FROM "Times"
>
> Examples I have written down in Base-Handbook. But the newer versions
> aren't translated yet from German to English.
>
> Be careful with the example. It does only work with the value for the
> hour. So you get the same with
> (17:00-08:00)-(13:00-12:00)
> and for example
> (17:10-08:00)-(13:00-12:00)
>
> So it would be better to write down the same code for minutes:
> SELECT "ID", "DayBegin", "DayEnd", "LunchBegin", "LunchEnd",
> DATEDIFF('mi',"DayBegin", "DayEnd")-DATEDIFF('mi',"LunchBegin",
> "LunchEnd") AS "Worked" FROM "Times"
>
> So you get the workingtime in minutes. Devide it with 60.00 (.00 for
> the decimal places) and you get a better diff for hours than in the
> first query.
>
> Regards
>
> Robert
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iQIcBAEBAgAGBQJXv0czAAoJELDKYwaoS9AI28IQAKRBFUlzHX28fOBjp+pAGWeH
> 9JnaNSJl0ao2bC1uKjpgI7dN/osbmA6Muj99RIdSpict6goXu+zIKNLTlzw/wSeO
> 6w3Xvk3HD/sr4ow4BTQV/2n8A05dHKsIaZnYB8YCjz6d7XEzwxdEyca2zM+3U9KU
> LuKNhvbPNpzzPq41p2dAWk8gA99fKEhhFpefsCk8FyW7d1+Rr/+DcqrYn+hY/qRo
> UVuNpxr0EOZT4Qa2/c5uXE9DPmKnjo2Q93rvrL1ROO3Xj/Tzi5JexDPaQ4f52YsI
> FXHQ6g7PxzDKM5NZ0pKlRlcJqg/9Sv01v75PuuQM9+Sq56LQpImyk99GTO0sJbsM
> Hu3bwnHzEy3Up+au0Ra7jJ/cPkkXdgrJYQUUZJ32CSWlaiFQK9PizsfnzlA4OWRn
> 6s9O1F3zoDhs50dsERsgLYn4oN0AfFocR4Np9jVPBgYKzhe2yhdem3nZjFwqCjeY
> z1L+sNtu6zTikqrGBem8+U14Ti7ogLRdF7pe7X4ONvYAiYP3PXd5DoOcFwr8MRVg
> 4BybEk8pOYzzzeGzrTKaJFA1ECQy/l8B0mS4CzKHlDeA5t9WxnuIr3TiCO0KaHya
> eTwdyxA5Mhv82t+Egptb/MP2kLArO9trHakM02QkbL64A3g1qlo8CIAzAudu9QrC
> KG5LqIEUIeMows6DOgKq
> =49Q8
> -END PGP SIGNATURE-
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-uns
> ubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] LibreOffice on a Chromebook?

2016-08-25 Thread Bruce Hohl
Suggest you read the following:
http://www.pcworld.com/article/2984834/chromebooks/installing-linux-on-a-chromebook-what-you-need-to-know.html
http://www.androidauthority.com/crouton-turn-your-chromebook-into-far-more-than-a-glorified-web-browser-663044/
https://github.com/dnschneid/crouton
So yes, with effort, it's possible but you will still be using a small KB &
screen.

On Thu, Aug 25, 2016 at 2:32 PM, Brian Barker 
wrote:

> At 14:07 25/08/2016 -0400, Kevin O'Brien wrote:
>
>> I have been thinking about getting a Chromebook, but the one thing
>> holding me back is that I need to be able to run LibreOffice. Is that
>> something I can do now?
>>
>
> I'm no expert, but ...
>
> That depends on its operating system. If it is really a Chromebook, it
> will be running the Google Chrome operating system - right? In that case, I
> suspect the answer is "No", but Wikipedia tells me that "Enabling developer
> mode allows the installation of Linux distributions on Chromebooks." If you
> do this, then the answer will presumably become "Yes", since there is an
> LibreOffice version for Linux - indeed, probably included in that
> distribution.
>
> But some of those Chromebooks are now actually "Cloudbooks" and are sold
> with Windows installed. In that case, the answer would be "Yes".
>
> And if so, how well does it run?
>>
>
> Dunno. May depend on *which* Chromebook ...
>
> I trust this helps.
>
> Brian Barker
>
>
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-uns
> ubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: AutoText Completion

2016-08-25 Thread CVAlkan
Ahhh... *Run* Autotext. I guess that makes sense, but now I'm more certain
than ever that I never had to do this in earlier versions.

But a big thanks to you Regina. Now if only I could remember where I left my
glasses ...



--
View this message in context: 
http://nabble.documentfoundation.org/AutoText-Completion-tp4191739p4191746.html
Sent from the Users mailing list archive at Nabble.com.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] dsum

2016-08-25 Thread Istvan Toth
Guten Morgen,
ich kann die dsum Function nicht richtig Parameter geben, immer kann ich
Fehler bekomman,
Was kann ich nicht richtig eingeben?
Mfg
ti



--
View this message in context: 
http://nabble.documentfoundation.org/dsum-tp4191752.html
Sent from the Users mailing list archive at Nabble.com.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] dsum

2016-08-25 Thread Gabriele Ponzo
This list is meant to be written in English ;)

Il 26/ago/2016 08:45, "Istvan Toth"  ha scritto:

> Guten Morgen,
> ich kann die dsum Function nicht richtig Parameter geben, immer kann ich
> Fehler bekomman,
> Was kann ich nicht richtig eingeben?
> Mfg
> ti
>
>
>
> --
> View this message in context: http://nabble.documentfoundation.org/dsum-
> tp4191752.html
> Sent from the Users mailing list archive at Nabble.com.
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-
> unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted