[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac

2019-09-22 Thread Deve (via logerrit)
 configure.ac |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c2d39ea4288f14c0f9cc16320bd34b3199e907ff
Author: Deve 
AuthorDate: Wed Jan 9 00:10:27 2019 +0100
Commit: Andras Timar 
CommitDate: Sun Sep 22 09:53:24 2019 +0200

Don't build dconf on Android and iOS.

Without that modification, it finds dconf in linux system and then 
compilation fails when it tries to build configmgr/source/dconf.cxx because 
dconf headers are not found in Android NDK.

Change-Id: I25ab7f1ce66ed491f08a526e462e00957135b0c2
Reviewed-on: https://gerrit.libreoffice.org/65987
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit b534c1ef4ba439cc1b0f566ed9e3a3275a2e8e5e)
Reviewed-on: https://gerrit.libreoffice.org/79342
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/configure.ac b/configure.ac
index 189f0e36a6b0..0ecaa54ff976 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10512,7 +10512,7 @@ dnl =
 dnl Check whether to build with dconf support.
 dnl =
 
-if test "$enable_dconf" != no; then
+if test $_os != Android -a $_os != iOS -a "$enable_dconf" != no; then
 PKG_CHECK_MODULES([DCONF], [dconf >= 0.15.2], [], [
 if test "$enable_dconf" = yes; then
 AC_MSG_ERROR([dconf not found])
@@ -10521,7 +10521,7 @@ if test "$enable_dconf" != no; then
 fi])
 fi
 AC_MSG_CHECKING([whether to enable dconf])
-if test "$enable_dconf" = no; then
+if test $_os = Android -o $_os = iOS -o "$enable_dconf" = no; then
 DCONF_CFLAGS=
 DCONF_LIBS=
 ENABLE_DCONF=
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Dawid Gan license statement

2019-01-08 Thread Deve

   All of my past & future contributions to LibreOffice may be
   licensed under the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] needful function on calc

2013-06-19 Thread Deve
Something new in this topic?

Regards,
Deve
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Word doesn't see symbols

2011-05-27 Thread Deve

http://pl.libreofficeforum.org/sites/default/files/uploads/deveee_files/ZRZUT_EKRANU10.jpg
http://pl.libreofficeforum.org/sites/default/files/uploads/deveee_files/ZRZUT_EKRANU20.jpg

I create math symbols on writer. It doesn't have font Symbol. Only 
OpenSymbol. Next I send document to somebody, who have only MS Word. 
He doesn't have OpenSymbol. Word doesn't display some symbols. For 
example CDOT on math equation.


It's a problem when I must work with somebody who has only Word.

It could be solved if I could change font to official Symbol. But I 
don't see it on properties.


Maybe better compatibility on saving to doc...

Any suggestions?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] needful function on calc

2011-04-15 Thread Deve

Hi!

I hope this mail will be send there, where should be send. If it is bad 
place you can change it.


In calc, on doing GRAPH is necessary one simple function. When I'm doing 
LINEAR REGRESSION I can't set that line CROSS POINT (0,0). It's 
important function, for example in simple physical exercise.
In laboratory tested: v=1m/s car drived 5m, in v=2m/s car drived 11m. 
But for v=0m/s lenght ALWAYS WILL BE 0. Not for example 0,0005.


I can do it manually. I can use function REGLINP, there set up that 
function cross point (0,0) and add it to graph. But it fill much time.


It needn't be cross (1,5), (3,4) and other, only (0,0) is realy important.

This function was in microsoft office xp. Newer also too. This function 
is also in Gnumeric (package of gnome-office on linux).


I hope for positive hear of matter.

I can correct something if will be needed.

---

dev...@gmail.com
Dawid Gan
POLAND
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice