Jakub Kościelak license statement

2024-04-24 Thread Jakub Kościelak

All of my past & future contributions to LibreOffice may be
   licensed under the MPLv2/LGPLv3+ dual license.


Re: Windows installer errors and warnings

2024-04-23 Thread Jakub Kościelak

Thank you Julien,
I sent patches to gerrit for review,
Jenkins has already commented +1 ;-)

https://gerrit.libreoffice.org/c/core/+/166567

https://gerrit.libreoffice.org/c/core/+/166568


Jakub Kościelak

W dniu 23.04.2024 o 15:42, Julien Nabet pisze:

Hello

I can't tell about your comment but since you seem to have some 
knowledge on this part and you even attached a patch, I propose you to 
follow https://wiki.documentfoundation.org/Development/GetInvolved.


You'll be able to submit the patch directly on the gerrit so it'll be 
easier for review.


Julien


Re: Windows installer errors and warnings

2024-04-23 Thread Jakub Kościelak

ICE03   ERROR   Invalid identifier; Table: Directory, Column: Directory, 
Key(s): LO_progr_resou_ca@va_LCMES_c8cb7e943
ICE03   ERROR   Invalid identifier; Table: Directory, Column: Directory, 
Key(s): LO_progr_resou_kmr@l_LCMES_c75f6f5fa
[... and hundreds others ...]

These look very much derived from translation resources language tags,
where ca@va seems to stem from ca-valencia or kmr@l from kmr-Latn.
Whyever that is crippled that way..

   Eike



I now know where these "@" signs come from. We use this script 
C:\24.2.3.1\solenv\bin\localestr: #!/bin/sh case "$1" in ca-valencia) 
echo ca@valencia ;; kmr-Latn) echo kmr@latin ;; sr-Latn) echo sr@latin 
;; hu-hung) echo hu@hung ;; *) echo $1 | tr '-' '_' ;; esac in these 
places: C:\24.2.3.1\scp2\macros\macro.pl 
C:\24.2.3.1\solenv\gbuild\AllLangMoTarget.mk 
C:\24.2.3.1\solenv\gbuild\extensions\post_PackageInfo.mk and now out of 
curiosity I have 2 questions: 1. What was/is the reason that for 4 
languages we replace "-" with "@" instead of underscore? 2. Is it 
obsolete or is it still needed?


Jakub Kościelak


Re: Ant doesn't work

2020-11-06 Thread Jakub Kościelak

Hi,

I have Ant 1.9.5 and everything working, but I don't have build.xml file 
in my ant directory.


Maybe download Ant again.

I have Ant in C:\ant.

Autogen.sh option --with-ant-home="/cygdrive/c/ant"


Perhaps the special characters in the directory name are problematic.

Try to use simple "ant" name.


Regards

Jakub Kościelak

W dniu 06.11.2020 o 13:54, anshu khare pisze:

Hi

If someone is working on Libreoffice on windows, could you please 
forward me the build.xml file under the directory


C:\sources\apache-ant-1.9.5

I require it for my Ant to work properly.
It's not automatically generated on my system.

Thanks in advance

On Thu, 5 Nov, 2020, 4:28 PM anshu khare, <mailto:anshukhar...@gmail.com>> wrote:


On running ant in cygwin shell , it gives the following error :

Buildfile: build.xml does not exist!
Build failed

On Thu, Nov 5, 2020 at 4:21 PM anshu khare mailto:anshukhar...@gmail.com>> wrote:

Hi,

On running autogen.sh in the Cygwin terminal, it gives the
following error:

checking if /cygdrive/c/sources/apache-ant-1.9.5/bin/ant
works... configure: error: Ant does not work - Some Java
projects will not build!

Could you please help me with it?

Thanks in advance

Regards
Anshu


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: License dialog in .msi installer

2020-10-26 Thread Jakub Kościelak

Andras,

thanks for Your reply, but...

Please read again, as I wrote I have license files and have always added 
them. This stopped working in version 6.3.


License file name is "license_lang.rtf" i.e. license_en-US.rtf, 
license_pl.rtf, license_de.rtf etc..


All the languages I have used with "--with-lang" option in configure.


Regards,
Jakub Kościelak

W dniu 26.10.2020 o 17:22, Andras Timar pisze:

Hi,

What license would you like to display here? By default there is 
no license_en-US.rtf in the source code, if you want one, you have to 
add it.


Regards,
Andras Timar


On Mon, Oct 26, 2020 at 5:00 PM Jakub Kościelak 
mailto:k...@openoffice.com.pl>> wrote:





--- Treść przekazanej wiadomości ---
Temat:  License dialog in .msi installer
Data:   Sun, 18 Oct 2020 16:45:51 +0200
Nadawca:Jakub Kościelak 
<mailto:k...@openoffice.com.pl>
Adresat:libreoffice@lists.freedesktop.org
<mailto:libreoffice@lists.freedesktop.org>



Hi Devs,

when I set up the option HIDELICENSEDIALOG 0 ,

in C:\6472\instsetoo_native\util\openoffice.lst

and when I builds the installer, I have an error:

*
ERROR: ERROR: Could not find license_en-US.rtf! at
C:/6472/solenv/bin/modules/installer/windows/idtglobal.pm
<http://idtglobal.pm> line 820.
*

Of course, I copied the license files to the directory
C:\6472\readlicense_oo\license\

Unfortunately, the error message does not provide any useful
information.


Maybe the license source directory has changed ?


Last time working with version 6.2.x.x.,

not working in 6.3 and 6.4.

I attach the log file.


Can I have some tips?


Best regards

Jakub Kościelak
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
<mailto:LibreOffice@lists.freedesktop.org>
https://lists.freedesktop.org/mailman/listinfo/libreoffice
<https://lists.freedesktop.org/mailman/listinfo/libreoffice>


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: CODE/LOOL macro execution

2020-09-10 Thread Jakub Kościelak

Hi Michael,

thanks for Your reply.

How can I enable Macros ?

I tried adding the appropriate lines to the 
|/etc/loolwsd/loolkitconfig.xcu, with no luck.|



|oor:nillable="false">*0*
oor:nillable="false">*false*|


|
|

|Is this good way ?|

|
|

|Regards|

|Jakub Kościelak
|

W dniu 07.09.2020 o 17:44, Michael Meeks pisze:

Hi Jakub,

On 02/09/2020 20:56, Jakub Kościelak wrote:

I know this is a developers list, but it's the best place to ask ;-)

Can I execute macros in documents in CODE/LOOL ?

Yes; but its disabled by default.

Its not entirely clear that the APIs we have are suited for
collaborative editing - particularly these long running dialog 'Execute'
methods that pile up stack frames.

So - depends on your macro really.

HTH,

Michael.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


CODE/LOOL macro execution

2020-09-02 Thread Jakub Kościelak

Hi Devs,

I know this is a developers list, but it's the best place to ask ;-)

Can I execute macros in documents in CODE/LOOL ?


Best regards

Jakub Kościelak


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Libreoffice build

2015-09-09 Thread Jakub Kościelak

Hi,
https://wiki.documentfoundation.org/Development/BuildingOnWindows

"If you want your builds to run on Windows XP, you need to use 
|--with-windows-sdk=7.1A"


ATB
Jakub
|
W dniu 2015-09-08 o 15:07, Madhura Ravindra Palsule pisze:

hii,
My Libre build resulting msi is not able to install on Win xp.
is there any flag  missing?

On September 8, 2015 at 6:20 PM Madhura Ravindra Palsule 
 wrote:

Hi,
Build is crashing on f5 fullscreen operation on Win 7 and win 10 
working fine on win 8

Thanks,
Madhura



--- 


[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
--- 




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


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


Re: Libreoffice build : Chart and spellcheck not working

2015-09-09 Thread Jakub Kościelak

Hi,
maybe the answer is: typo in Your path: *dictionsries ? (dictionaries).*

ATB
Jakub

W dniu 2015-09-08 o 14:45, Madhura Ravindra Palsule pisze:

Hi,
My OS version is Win 7.
trying to build using a patch updated.
Struggling with spellcheck, unable to add dictionaries in build (tried 
using  flag *--with-external-dict-dir = libo-core/dictionsries/en*  
and *--with-myspell-dicts= libo-core/dictionsries/en* ) But no use, 
giving same output. No dictionary is copied to installed 
folder\extension folder

How to include dictionaries form source in resulting msi?
Thanks
Madhura

On September 7, 2015 at 7:04 PM Michael Meeks 
 wrote:

>
> On Mon, 2015-09-07 at 12:16 +0530, Madhura Ravindra Palsule wrote:
> > In my LibreOffice 5.0.2.0 build, I am struggling with 2 issues
> >
> > 1) in my build: Chart icon is not working. when clicked it is giving
> > MessageBox LibreOffice5.0 Fatal Error SEH Exception:Access
> > violation!
>
> Thanks - filed here:
>
> https://bugs.documentfoundation.org/show_bug.cgi?id=93989
>
> can you confirm your OS/version & whether you have OpenGL enabled
> (check help->about). It seems that there is a mismatch between the
> chart's use of OpenGLContext and what we expect in VCL somehow - am
> digging into it.
>
> Thanks !
>
> Michael.
>
> --
> michael.me...@collabora.com <><, Pseudo Engineer, itinerant idiot
>

--- 


[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
--- 




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


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


Re: ScOpenclTest::testFinacialIRRFormula test error

2014-09-20 Thread Jakub Kościelak

Thanks for Your answer.

My clinfo.log in attachment.

I  think, We can add AMD/ATI Radeon HD 7970 with latest drivers to the 
Black List:


Wersja pakietu sterowników14.10.1006-140417a-171099C
Wersja programu Catalyst14.4
DostawcaAdvanced Micro Devices, Inc.
Wersja sterownika 2D8.01.01.1390
Ścieżka pliku sterownika 2D 
/REGISTRY/MACHINE/SYSTEM/ControlSet001/Control/Class/{4d36e968-e325-11ce-bfc1-08002be10318}/

Wersja biblioteki Direct3D9.14.10.01029
OpenGL - wersja6.14.10.12874
AMD Catalyst Control Center Wersja2014.0417.2226.38446
Wersja sterownika dźwięku AMD9.0.0.9905


Jakub

W dniu 2014-09-20 o 01:02, Kohei Yoshida pisze:

On Fri, 2014-09-19 at 10:51 +0200, Jakub Kościelak wrote:

Hi all,
first sorry for my english.

  When I tried to build LO 4.3.2.1 with --enable-dbgutil, error
occurs in test:

sc/qa/unit/opencl-test.cxx(1269) : error : Assertion
Test name: ScOpenclTest::testFinacialIRRFormula
double equality assertion failed
- Expected: 29.3418442391175
- Actual  : 523
- Delta   : 0.00293418442391175

More output in attachment.

Software: Windows 8.1, MSVS 2012 PRO, cygwin 32bit.


I checked 4.2.6.3 and 4.3.2.2 and there is the same problem.

Is this a bug in test case or in Calc ?

Likely an issue with your GPU and/or driver for your GPU since that test
computes formula results using your GPU.

Markus was at one point trying to gather all problematic GPU's to add to
our black list, and it's possible that your hardware needs to be on that
list.  He wrote a detector program you can run to get the detailed
information of your GPU...

I don't remember where to get that program though  I need to dig up
the archive a bit to find out.


When I comment this test,
all other tests passed and the build is done.

Use this as a workaround for now.  Markus is on vacation until
mid-October.


I build with dbgutil, because with this feature more tests are running,
am I right ?

It's unlikely that that would affect the result of that OpenCL test, but
maybe it does.  I don't know.


Maybe I can run extended tests without this switch,
because I don't need all this debug stuff ?

That's a possibility.  The vast majority of us recommend using dbgutil
turned on, but that also adds extra baggage that you may or may not need
(plus extra build time and disk space).  So, if you are interested in
doing just casual coding, then using a non-dbgutil build may be an
option.

Kohei

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


Number of platforms: 1
  Platform Profile:  FULL_PROFILE
  Platform Version:  OpenCL 1.2 AMD-APP (1445.5)
  Platform Name: AMD Accelerated Parallel 
Processing
  Platform Vendor:   Advanced Micro Devices, Inc.
  Platform Extensions:   cl_khr_icd 
cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing 
cl_amd_event_callback cl_amd_offline_devices cl_amd_hsa 


  Platform Name: AMD Accelerated Parallel 
Processing
Number of devices:   2
  Device Type:   CL_DEVICE_TYPE_GPU
  Vendor ID: 1002h
  Board name:AMD Radeon HD 7900 Series
  Device Topology:   PCI[ B#1, D#0, F#0 ]
  Max compute units: 32
  Max work items dimensions: 3
Max work items[0]:   256
Max work items[1]:   256
Max work items[2]:   256
  Max work group size:   256
  Preferred vector width char:   4
  Preferred vector width short:  2
  Preferred vector width int:1
  Preferred vector width long:   1
  Preferred vector width float:  1
  Preferred vector width double: 1
  Native vector width char:  4
  Native vector width short: 2
  Native vector width int:   1
  Native vector width long:  1
  Native vector width float: 1
  Native vector width double:1
  Max clock frequency:   1100Mhz
  Address bits:  32
  Max memory allocation: 1073741824
  Image support: Yes
  Max number of images read arguments:   128
  Max number of images write arguments:  8
  Max image 2D width:16384
  Max image 2D height:   16384
  Max image 3D width:2048
  Max image 3D

ScOpenclTest::testFinacialIRRFormula test error

2014-09-19 Thread Jakub Kościelak

Hi all,
first sorry for my english.

When I tried to build LO 4.3.2.1 with --enable-dbgutil, error 
occurs in test:


sc/qa/unit/opencl-test.cxx(1269) : error : Assertion
Test name: ScOpenclTest::testFinacialIRRFormula
double equality assertion failed
- Expected: 29.3418442391175
- Actual  : 523
- Delta   : 0.00293418442391175

More output in attachment.

Software: Windows 8.1, MSVS 2012 PRO, cygwin 32bit.


I checked 4.2.6.3 and 4.3.2.2 and there is the same problem.

Is this a bug in test case or in Calc ?

When I comment this test,
all other tests passed and the build is done.

I build with dbgutil, because with this feature more tests are running,
am I right ?

Maybe I can run extended tests without this switch,
because I don't need all this debug stuff ?

Regards,
Jakub Kościelak


F:/4321/sc/qa/unit/opencl-test.cxx(1269) : error : Assertion
Test name: ScOpenclTest::testFinacialIRRFormula
double equality assertion failed
- Expected: 29.3418442391175
- Actual  : 523
- Delta   : 0.00293418442391175

Failures !!!
Run: 223   Failure total: 1   Failures: 1   Errors: 0
warn:legacy.osl:10148:5868:unotools/source/config/configmgr.cxx:167: 
OSL_ASSERT: items_.empty()

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE# for exception catching
export CPPUNITTRACE=gdb --args# for interactive debugging on Linux
export CPPUNITTRACE=\[full path to devenv.exe]\ /debugexe # for interactive 
debugging in Visual Studio
export VALGRIND=memcheck# for memory checking

and retry using: make CppunitTest_sc_opencl_test

make[1]: *** [F:/4321/workdir/CppunitTest/sc_opencl_test.test] Error 1
make: *** [build] Error 2
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] 4.0.6.2 build errors

2013-11-19 Thread Jakub Kościelak

Hi All,

I am building LO 4.0.6.2 and there are some errors.
I know that 4.0 is EOL. I think 4.1 and 4.2 are affected too.

1 When I build version only en-US, autotextshare_en-us.zip is formed and 
is located in the solver/wntmsci12.pro/pck,
but when I build with --with-lang = pl de option, then thisfile isn't 
created, only the files in pland de version, because of this an error 
occurres during the buildingof the installation file.msi. Is this a 
known bug?


As I remember en-US is always build, because this is native language, 
and I don't need to use --with-lang en-US pl de.


Thus I think, there is a bug.


2 There is an errorin archive 
http://dev-www.libreoffice.org/src/libvisio-0.0.31.tar.bz2 (downloaded 
after the command make fetch) in / build/win32/libvisio.vcproj,  is 
missing.

I attach the patch.
Because of this the LO doesn't build.
Strange that no one has reportedthis error, and ithas not been 
corrected, when everybody who built the LO had to encounter this;-)

This also probably applies to 4.1, 4.2 .
In the version libvisio-0.0.30.tar.bz2 everything was ok.

3 There is a bug in / solenv / bin / modules / installer / windows file 
msiglobal.pm.
my $ comment = $ allvariableshashref- {'PRODUCTNAME'}; returns the name 
without the quotation marks,
If the product name is one word (like LibreOffice) that is not a 
problem, but as in my custom build name has two parts and there is a 
space between, which results in erroneous launch of msiinfo.exe with 
parameters.

I attach the patch.


All the best,
Jakub Kościelak

libvisio.vcproj.patch


*** ./a/libvisio.vcproj 2013-08-28 09:50:52.0 +0200
--- ./b/libvisio.vcproj 2013-11-13 19:40:14.379125000 +0100
***
*** 871,876 
--- 871,877 
/File
File
RelativePath=..\..\src\lib\VSDXTheme.h
+   
/File
File
RelativePath=..\..\src\lib\VSDZipStream.h


msibuild.pm.patch


*** ./a/msiglobal.pm2013-10-12 01:22:28.211661200 +0200
--- ./b/msiglobal.pm2013-11-16 13:21:41.555071700 +0100
***
*** 597,602 
--- 597,616 
  return $subject;
  }
  
+ #

+ # Returning the comment for the Summary Information Stream
+ #
+
+ sub get_comment_for_sis
+ {
+ my ( $allvariableshashref ) = @_;
+
+ my $comment = $allvariableshashref-{'PRODUCTNAME'};
+
+ $comment = \ . $comment . \;
+
+ return $comment;
+ }
  ##
  # Returning the security for the Summary Information Stream
  ##
***
*** 635,641 
  my $title = \Installation database\;
  my $author = get_author_for_sis();
  my $subject = get_subject_for_sis($allvariableshashref);
! my $comment = $allvariableshashref-{'PRODUCTNAME'};
  my $keywords = \Install,MSI\;
  my $appname = \Windows Installer\;
  my $security = get_security_for_sis();
--- 649,655 
  my $title = \Installation database\;
  my $author = get_author_for_sis();
  my $subject = get_subject_for_sis($allvariableshashref);
! my $comment = get_comment_for_sis($allvariableshashref);
  my $keywords = \Install,MSI\;
  my $appname = \Windows Installer\;
  my $security = get_security_for_sis();

*** ./a/libvisio.vcproj	2013-08-28 09:50:52.0 +0200
--- ./b/libvisio.vcproj	2013-11-13 19:40:14.379125000 +0100
***
*** 871,876 
--- 871,877 
  			/File
  			File
  RelativePath=..\..\src\lib\VSDXTheme.h
+ 
  			/File
  			File
  RelativePath=..\..\src\lib\VSDZipStream.h
*** ./a/msiglobal.pm	2013-10-12 01:22:28.211661200 +0200
--- ./b/msiglobal.pm	2013-11-16 13:21:41.555071700 +0100
***
*** 597,602 
--- 597,616 
  return $subject;
  }
  
+ #
+ # Returning the comment for the Summary Information Stream
+ #
+ 
+ sub get_comment_for_sis
+ {
+ my ( $allvariableshashref ) = @_;
+ 
+ my $comment = $allvariableshashref-{'PRODUCTNAME'};
+ 
+ $comment = \ . $comment . \;
+ 
+ return $comment;
+ }
  ##
  # Returning the security for the Summary Information Stream
  ##
***
*** 635,641 
  my $title = \Installation database\;
  my $author = get_author_for_sis();
  my $subject = get_subject_for_sis($allvariableshashref);
! my $comment = $allvariableshashref-{'PRODUCTNAME'};
  my $keywords = \Install,MSI\;
  my $appname = \Windows

Re: Project ...

2013-09-05 Thread Jakub Kościelak

Hi,
Application will be, for example , such as described by Alex.

All the requirements have been translated almost literally into English 
from Polish contract's Terms of Reference.


Clearly, the Terms are written in such a way, that only MS Office meets 
them.


This is a large auction where MS Office is just a small piece of whole 
deal, but very expensive .

The whole project has to be finished six months after signing the contract.

I had an idea to see how far AOO and LO are from these requirements.
Would not it be better to invest a large portion of the money, that 
would be spent for purchase of MS Office, into adding functionality to 
the AOO or LO .


We are sick and tired of guys from Polish MS division, who only drink 
coffee and take money for very expensive software.
To make things even more funny, most of the money for this (and other 
similar auctions) comes from EU donations.


We must meet all the requirements of the tender i.e. Using mail merge in 
Draw.
It's just one of the terms that there has to be such functionality , and 
what it will do, and what not , it's not important right now


This is due to the requirements for the module for creating the printed 
material - it means MS Publisher .



Software for creating printed material must offer the following options:

a) Editing the individual pages of publication.

b ) Dividing the content into columns.

c) Saving the publications in PDF and TIFF formats.

d) Printing the publication.

e) Adding graphics, pictures.

f) Creating and editing printed informational material .

g ) Preparing publications using the built- in templates : brochures, 
newsletters , catalogs .


h ) Using the mail merge mechanism

i) Smooth shifting elements throughout the page.

j) Preparation of materials for printing in CMYK .

Regards,
Jakub

W dniu 2013-09-02 10:07, Alex Thurgood pisze:

Le 31/08/2013 07:35, David Tardon a écrit :

Hi David,


- Using mail merge in Draw.


Just out of curiosity: what is the intended use of this feature?



Although I have no idea what the above project is about, I can think 
of three off-hand :


- making graphical representations of databases/schemas with 
connectors between text fields ;


- filling in imported PDF forms ;

- filling in certificates, diplomas, other graphics oriented 
documents, etc from a datasource for which Writer is unsuitable.


My business use-case would be the PDF form filling from a database, 
for example. At present, I can import a PDF form into Draw which is 
supplied to me by an administration, and which contains a particular 
layout containing editable fields and images. At present, I can either 
only fill those fields manually from within my PDF reader and then 
print, or import the form into Draw and copy/paste from my database, 
which is particularly irksome and painstaking. Being able to merge 
data directly including images (e.g. my signature) would save me a 
great deal of time.



Alex



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


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


Re: Project focused on adding missing functionality to LibreOffice.

2013-09-05 Thread Jakub Kościelak

Hi,
yes, I think it's a big project , so far I don't even know if it's 
feasible .
Unfortunately I can not reveal the budget - it would weaken my 
negotiating position with potential contractors.


Regards,
Jakub



W dniu 2013-08-27 18:13, Brennan T Vincent pisze:
I'm curious what budget you came up with. It sounds like a hugely 
ambitious project ;)



On Mon, Aug 26, 2013 at 2:18 PM, Jakub Kościelak 
k...@openoffice.com.pl mailto:k...@openoffice.com.pl wrote:


Dear Developers

I would like to ask if someone would be interested in taking part
in a project focused on adding missing functionality to LibreOffice.

I wanted to ask if anyone of you have already dealt with, or is in
the process of work on the following issues.

Any information will be extremely useful:

- Ability to work on documents created in Microsoft Word 2003 or
Microsoft Word 2007 and 2010, with reliable conversion of all
elements and attributes of the document - a lot has been done already.

- Recording a narration and adding it to a presentation.

- Creating reports based on external data sources (spreadsheets,
databases, ODBC-compliant, text files, XML, webservice) -
partially requirements are met, except for XML and webservice.

- Support for OLAP cubes, performing, editing database and web
queries. Tools to support statistical, financial, analysis of
alternatives and solving optimization issues - requirements partly
met, there is a solver.

- Maintaining full compatibility with the file formats created in
Microsoft Excel 2003, 2007 and 2010, including the correct
application of special functions and macros - a lot has already
been done, macros are the biggest problem.

- Using mail merge in Draw.

I have gathered, I think, an appropriate budget for this project.
I'm looking for experienced professionals, and where to find them
first if not here?
Thank you in advance for any advice and tips.

All the best,
Jakub Kościelak

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
mailto:LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice




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


Project focused on adding missing functionality to LibreOffice.

2013-08-27 Thread Jakub Kościelak

Dear Developers

I would like to ask if someone would be interested in taking part in a 
project focused on adding missing functionality to LibreOffice.


I wanted to ask if anyone of you have already dealt with, or is in the 
process of work on the following issues.


Any information will be extremely useful:

- Ability to work on documents created in Microsoft Word 2003 or 
Microsoft Word 2007 and 2010, with reliable conversion of all elements 
and attributes of the document - a lot has been done already.


- Recording a narration and adding it to a presentation.

- Creating reports based on external data sources (spreadsheets, 
databases, ODBC-compliant, text files, XML, webservice) - partially 
requirements are met, except for XML and webservice.


- Support for OLAP cubes, performing, editing database and web queries. 
Tools to support statistical, financial, analysis of alternatives and 
solving optimization issues - requirements partly met, there is a solver.


- Maintaining full compatibility with the file formats created in 
Microsoft Excel 2003, 2007 and 2010, including the correct application 
of special functions and macros - a lot has already been done, macros 
are the biggest problem.


- Using mail merge in Draw.

I have gathered, I think, an appropriate budget for this project.
I'm looking for experienced professionals, and where to find them first 
if not here?

Thank you in advance for any advice and tips.

All the best,
Jakub Kościelak

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


Project ...

2013-08-27 Thread Jakub Kościelak


Dear Developers

I would like to ask if someone would be interested in taking part in a
project focused on adding missing functionality to LibreOffice.

I wanted to ask if anyone of you have already dealt with, or is in the
process of work on the following issues.

Any information will be extremely useful:

- Ability to work on documents created in Microsoft Word 2003 or
Microsoft Word 2007 and 2010, with reliable conversion of all elements
and attributes of the document - a lot has been done already.

- Recording a narration and adding it to a presentation.

- Creating reports based on external data sources (spreadsheets,
databases, ODBC-compliant, text files, XML, webservice) - partially
requirements are met, except for XML and webservice.

- Support for OLAP cubes, performing, editing database and web queries.
Tools to support statistical, financial, analysis of alternatives and
solving optimization issues - requirements partly met, there is a solver.

- Maintaining full compatibility with the file formats created in
Microsoft Excel 2003, 2007 and 2010, including the correct application
of special functions and macros - a lot has already been done, macros
are the biggest problem.

- Using mail merge in Draw.

I have gathered, I think, an appropriate budget for this project.
I'm looking for experienced professionals, and where to find them first
if not here?
Thank you in advance for any advice and tips.

All the best,
Jakub Kościelak



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