Re: [OS/2 and macOS] saving ODS with chart

2021-07-29 Thread Yuri Dario
Hi Arrigo,

> Maybe someone else can test on OS/2?

I can build relevant code with debug info once I get back from holidays. 
I hope to give a try in about 10 days.

Thanks for finding this!

Yuri



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS/2] saving ODS with chart

2021-05-27 Thread Yuri Dario
Hi,

> i can build AOO 4.2.x without problems with gcc 6.3 which is in Debian 9
> I had problems to build it at Debian 10 with gcc 8.3.

here I have a 4.2 build done under Manjaro with gcc 9.2: saving a diagram 
in ods format works fine, so it doesn't seems to be a compiler issue;

How is XML writing done with ODS files?

thanks,

Yuri



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS/2] saving ODS with chart

2021-05-27 Thread Yuri Dario
Hi Matthias,

>> Ideas on where to look?
> Maybe Jim knows, since we had such an issue in the mac build 4.1.9(?)

a rebuild fixed the issue for MacOS (issue 128426), does not work for
os2. And I'm using gcc 9.2 since 4.1.7 builds.

Yuri



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[OS/2] saving ODS with chart

2021-05-26 Thread Yuri Dario
Hi,

as reported in 

https://bz.apache.org/ooo/show_bug.cgi?id=128427

when saving a calc sheet with a graph the ods file does contain an empty 
object: in the 'object 1' dir there are 3 xml files with zero lenght. 
Saving in XLS format is ok.

The current build from AOO41X still has this bug.

Ideas on where to look?

TIA,

Yuri


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: unopkg.bin sync fails while packaging OS/2 build

2020-09-29 Thread Yuri Dario
Hi,

 
> We normally build our own Python-core (now 2.7.18), but on OS/2 system
> wide Python is used?

AOO for OS/2 is building python code, but it is untested.

Yuri



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



unopkg.bin sync fails while packaging OS/2 build

2020-09-26 Thread Yuri Dario
Hi,

while packaging the OS/2 build for AOO 4.1.8, I get 

   unopkg.bin sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true

to fails while registering extensions. This happens because the file path 
(for registry directory) lenght exceed the system limit of 260 chars.

Since the build is working correctly, I wonder what I miss in my 
installation.

Thanks,

Yuri


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: C++ standard when building OpenOffice

2019-11-08 Thread Yuri Dario
Hi Peter,

> I could not figure out if OS/2 can use LLVM. @Yuri do you think that
> would be fine for the OS/2 development?

OS/2 currently does not support LLVM building. I know a LLVM part was 
available (maybe a library) but for sure the whole building env isn't.

thanks

Yuri



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OS/2 error running unopkg.bin while packaging

2019-02-23 Thread Yuri Dario
Hi Damjan,


> There were a lot of changes to UNO-related modules in the past few months,
> due to both the Win64 port and the gbuild port. It's possible something
> broke for OS/2 in the process.

I checked paths validated by IsValidPathComponent() in file_url.cxx 
and many of thems are exceeding the 260 char limit for OS/2. This 
explains why moving to a shorter path all is ok.

But I wonder what that unopkg.bin call is supposed to do, since even 
if it fails my AOO installation works fine.

thanks


-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



OS/2 error running unopkg.bin while packaging

2019-02-22 Thread Yuri Dario
Hi,

I have a strange error while packaging the current AOO42X tree: I'm 
getting

Error: ERROR: 
F:/rd/AOO/aoo42x/main/instsetoo_native/os2gcci.pro/Apache_OpenOffi
ce/archive/install/en-US_inprogress/Apache_OpenOffice_4.2.0_os2gcci_in
stall-arc_
en-US/OpenOffice 4/program/unopkg.bin sync --verbose 
-env:UNO_JAVA_JFW_ENV_JREHO
ME=true 2>&1 | failed!

in the log file I can see

ERROR: cannot initialize UCB!
Exception details:
(com.sun.star.uno.RuntimeException) { { Message = "cannot initialize 
UCB!", Cont
ext = (com.sun.star.uno.XInterface) @0 } }


and debugging shows that the problem is related to file path length. 
Moving the directory to a shorter path makes unopkg.bin to work.

But aside this, I wonder what does this action at package time, since 
the resulting package seems to be still working. Bundled extensions 
are loaded correctly and adding extensions works too.

Ideas?

thanks, 

Yuri




-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Building trunk with java disabled

2018-10-19 Thread Yuri Dario
Hi Damjan,

> Java and Ant are now mandatory components.

good to know, thanks! luckily I still can build most java related 
modules.

-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Building trunk with java disabled

2018-10-12 Thread Yuri Dario
Hi,

I already built the trunk on OS/2 manually skipping the java stuffs 
(our latest JVM is java 6).

So yesterday I configured the build with --without-java: while 
configure correctly disabled java, I discovered that gbuild still 
tries to build java-related projects

Is this correct or I still have some misconfigured file left from 
previous build?

thanks


-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OS/2 drag writer only issue

2018-03-26 Thread Yuri Dario
Hi Matthias,

> Hopefully we can see a working version at Warpstock Europe in Berlin? :-)

probably even before that :-)

And I will miss WSE in Berlin, I have an exam two days later :-(



-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OS/2 drag writer only issue

2018-03-16 Thread Yuri Dario
Hi Damjan,

> Failing everything, trace through the code on the drop target and see where
> it's getting rejected and why.

I found that somehow the problem was related to mouse coordinates. 
This allowed me to understand that I was returning the wrong drop code
to OS/2: DOR_NODROPOP was preventing further DM_DRAGOVER messages to 
be sent to AOO message queue.

thanks,

Yuri



-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



OS/2 drag writer only issue

2018-03-15 Thread Yuri Dario
Hi,

I have implemented d on OS/2 platform. The framework is almost 
complete and also basic operations are supported.

I only face a very strange issue: while d works well for calc and 
calc to writer or writer to calc, it does not work from writer to 
writer.

if I select a word in  a writer document I can't move it using d, I 
immediately get the rejectDrag() event immediately called. Dropping 
into a different writer window is ok.

Ideas? I have no clue at all for this.

thanks,

Yuri


-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Implementation of drag support on OS2

2018-03-09 Thread Yuri Dario
Hi,

> But this code is never loaded by AOO.

I solved this one: added proper define in Window::GetDragSource().

thanks,

Yuri


-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Implementation of drag support on OS2

2018-03-09 Thread Yuri Dario
Hi,

I started working on d support for os2. After looking at win32/unix 
implementation, I had been able to write a small dnd.dll which is 
currently only a stub. This dll implements factory implementations and
I updated services.rdb too.
But this code is never loaded by AOO.

Unfortunately every platforms implements this in a different way so 
I'm unable to identify the proper code.

Also I need some support on how to integrate DropTarget with main 
window messaging: a drop operation from OS/2 is sent as a WM_xxx 
message to the window message queue; then from that message I need to 
start the AOO drop code.

Ideas?

thanks in advance,

Yuri


-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: cairo canvas and starsymbol vs opensymbol

2018-03-03 Thread Yuri Dario
Hi Mattias,

> A quick search with OpenGrok give a lot of references to 
>"StarSymbol":

yeah, I found the same. So I think somewhere it is mapped to 
OpenSymbol but opengrok doesn't help me.

> P.S.: Will you be in the IRC Speakup this evening?
> http://www.os2voice.org/news/48719.html

mostly :-)

thanks,

Yuri


> 
> 
> Am 03.03.2018 um 09:03 schrieb Yuri Dario:
> > Hi,
> >
> > while working at cairo graphics support for OS/2 (see #127723), I
> > discovered the existence of StarSymbol font: this font is used to
> > render bullets in Impress but while VCL uses OpenSymbol to render it,
> > cairo canvas uses StarSymbol which is normally not installed (even on
> > other platforms I see).
> >
> > I suppose it is mapped somewhere but I can't find how/where.
> >
> > Could you help?
> >
> > TIA,
> >
> > Yuri
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> 
> 
> 
> Content-Description: S/MIME Cryptographic Signature
> ---Begin Encoded File---
> Encoded filename: smime.p7s
> Decoded path: file:///F:\BIN\PRONEWS\DECODED\smime.p7s
> Encoding type: Base 64
> File size: 3KB
> End Encoded File
> 
> 


-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



cairo canvas and starsymbol vs opensymbol

2018-03-03 Thread Yuri Dario
Hi,

while working at cairo graphics support for OS/2 (see #127723), I
discovered the existence of StarSymbol font: this font is used to
render bullets in Impress but while VCL uses OpenSymbol to render it,
cairo canvas uses StarSymbol which is normally not installed (even on
other platforms I see).

I suppose it is mapped somewhere but I can't find how/where.

Could you help?

TIA,

Yuri

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: svn commit: r1818128 - in /openoffice/trunk/main: ./ dtrans/ embeddedobj/ scp2/source/ooo/ slideshow/ solenv/inc/ vcl/ xmlsecurity/source/xmlsec/nss/

2017-12-15 Thread Yuri Dario
Hi,

Sorry, I overlooked this change, it is clearly wrong because it does not
affect the os/2 build at all. I even wonder why I did this...
Reverting ASAP

Thanks for reporting,

Yuri



Il 15 Dic 2017 05:57, "Don Lewis"  ha scritto:

On 14 Dec, yda...@apache.org wrote:
> Author: ydario
> Date: Thu Dec 14 13:50:08 2017
> New Revision: 1818128
>
> URL: http://svn.apache.org/viewvc?rev=1818128=rev
> Log:
> #i126518# OS/2 build system updates: use full names for slideshow and
sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL
short names, disable libs for coin-or.

> Modified: openoffice/trunk/main/set_soenv.in
> URL: http://svn.apache.org/viewvc/openoffice/trunk/main/set_
soenv.in?rev=1818128=1818127=1818128=diff
> 
==
> --- openoffice/trunk/main/set_soenv.in (original)
> +++ openoffice/trunk/main/set_soenv.in Thu Dec 14 13:50:08 2017
> @@ -358,7 +358,7 @@ elsif ( $platform =~ m/kfreebsd/ )
>  }
>  elsif ( $platform =~ m/freebsd/ )
>  { $BIG_SVX= "TRUE";
> -  $COM= "@COM_IS@";
> +  $COM= "GCC";
>$COMPATH= '@COMPATH@' . '/bin';
>$CVER   = "C300";
>$GUI= "UNX";

Huh?  FreeBSD could be using either gcc or clang.  The configure script
figures out which compiler is in use, sets COM_IS to that value and
substitutes it here.


Re: Increase minimum Java version from 5 to 7/8 ?

2017-07-16 Thread Yuri Dario
> >> At least the OS/2 port still relies on Java 6
> >> [http://trac.netlabs.org/java].
> >> But I think the support is still at beta stage...


I can confirm that Java 6 is supported in OS/2 and it is no longer 
beta. But, while java7&8 ports are planned, there isn't a timetable 
for them.

thanks

Yuri




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS2] Project build order

2015-12-11 Thread Yuri Dario
Hi Damjan

ok, I'll go this way then.

thanks!


> Sadly with the dodginess of our build system, the reason other platforms
> build soltools before hunspell can come down to different build times on
> different systems, number of threads used to build, or other forms of pure
> luck. Our dependency information is not complete. Even on Windows, 50% of
> the time the build fails for me.
> 
> I suggest adding soltools to the build.lst for hunspell.
> 
> Thank you
> Damjan
> 


-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[OS2] Project build order

2015-12-06 Thread Yuri Dario
Hi,

now that I started again clean build for AOO 4.1.2, I remembered about
an old problem: the soltools project is build too late.

The output of build --all --show gives the following order for the 
build:

solenv
afms
beanshell
boost
mdds
MathMLDTD
hunspell
sane
stlport
x11_extensions
soltools
apple_remote
libtextcat


hunspell requires makedepend from soltools to build. Why this is not 
done correctly for my build chain?

thanks,



-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [QUESTION/DISCUSSION] Does our required Java version need updating?

2015-12-02 Thread Yuri Dario
Hi,

> OK, it's been a few weeks now and I'd like to get back to this.
> Are there any objections to using Java 8 instead of the combination
> of Java 6 and 7 that we have now?

sorry for late reply, OS/2 build is using java 1.6 and this is the 
most recent JRE available.

thanks,

-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Should we reset the SNAPSHOT tag?

2015-09-21 Thread Yuri Dario
Hi,

> > my latest commit on AOO410 branch is  1702993
> OK. I guess we wait.

I don't have more commits for this code.

thanks,


-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Should we reset the SNAPSHOT tag?

2015-09-15 Thread Yuri Dario
Hi,


> Right now our SNAPSHOT tag, which is used by the buildbots
> is set at r1614269. Should this be changed to r1698423 when Andrea
> changed the version number to 4.1.2?

my latest commit on AOO410 branch is  1702993

-- 
Bye,

    Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [PROPOSAL] move repo to Git.

2015-02-18 Thread Yuri Dario
Hi,

a bit late...

having worked with both svn and git, personally I don't think git it 
is easier to use.

Given how AOO is developed, it seems to me that cloned repos are not 
necessary, developers are already working on svn repo.



-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO broken with gcc 4.9

2015-01-29 Thread Yuri Dario
Hi Pedro,

 (with links to full build logs) Apache OpenOffice broke when building with
 gcc 4.9. Apparently it's some visibility issue.

I just rebuilt AOO 4.1.1 for gcc 4.9.2 for OS/2 a few days ago, 
everything went fine.



-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



RE: [DISCUSS] Qt as a replacement for VCL

2015-01-20 Thread Yuri Dario
Hi,

 Have you looked at this enough to be satisfied the VCL maps to QT well enough 
 for what AOO does?

no, but since QT is a complete SDK for writing apps, I suppose it does
everything AOO needs.

 So my question may be useless, and certainly based on ignorance: Is there any 
 sort of lifecycle management that has to be 
handled between VCL and QT and will this be resolvable (using UNO or 
whatever for that purpose)?

sorry, my QT experience is very limited.

 PS: Thanks for bringing your expertise with OS/2 on behalf of AOO too.

thank you :-))


-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.1 on OS/2

2015-01-09 Thread Yuri Dario
Hi Andrea,

 1) Is this related to Yuri Dario's work?

yes, it is the same work actually. and it is build using AOO svn code,
so everything is already upstream :-)

bww is supporting and funding the development (as mensys bv did in the
past).


-- 
Bye,

Yuri Dario



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



OS/2, open password protected file fails

2014-11-20 Thread Yuri Dario
Hi,

in 3.x builds of Apache OpenOffice for OS/2 is no longer possible to 
open/save password protected files.

This was working in OpenOffice.org 3.2 port.

What could I have miss in my build to disable this? I get a general 
I/O error while saving a file.

thanks,

Yuri




-- 
Bye,

Yuri Dario

/*
 * member of TeamOS/2 - Italy
 * http://www.quasarbbs.com/yuri
 */



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OS/2 'unopkg.bin sync' crash while packaging

2014-09-11 Thread Yuri Dario
Hi,

snce I didn't find a solution for this, I moved this task to 
installation step.

what is 'unopkg.bin sync' supposed to do exactly?

thanks,


-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



OS/2 'unopkg.bin sync' crash while packaging

2014-09-08 Thread Yuri Dario
:640762   
 
stoc_smgr::OServiceManager::createInstanceWithArgumentsAndContext(rtl:
:OUString const, 
com::sun::star::uno::Sequencecom::sun::star::uno::Any const, 
com::sun::star::uno::Referencecom::sun::star::uno::XComponentContext
const) | SERVICEMANAGER.CXX| SERVICEMANAGER.CXX(1310)   |
bootstra.dll:1:308290 
 stoc_smgr::OServiceManager::createInstanceWithArguments(rtl::OUString
const, com::sun::star::uno::Sequencecom::sun::star::uno::Any 
const)   
  | SERVICEMANAGER.CXX| 
SERVICEMANAGER.CXX(1366)   | bootstra.dll:1:308967 
 ucbhelper::ContentBroker_Impl::initialize()  
  
  
   | CONTENTBROKER.CXX | 
CONTENTBROKER.CXX(319) | ucbh4.dll:1:102534
 
ucbhelper::ContentBroker::initialize(com::sun::star::uno::Referenceco
m::sun::star::lang::XMultiServiceFactory const, 
com::sun::star::uno::Sequencecom::sun::star::uno::Any const)   
| CONTENTBROKER.CXX | 
CONTENTBROKER.CXX(191) | ucbh4.dll:1:101049
 unopkg::(anonymous 
namespace)::bootstrapStandAlone(unopkg::DisposeGuard, bool)  
  
  
| UNOPKG_MISC.CXX   | UNOPKG_MISC.CXX(392)   | 
unopkgap.dll:1:95387  
 unopkg::getUNO(unopkg::DisposeGuard, bool, bool, bool, 
com::sun::star::uno::Referencecom::sun::star::uno::XComponentContext
)
  | UNOPKG_MISC.CXX   | 
UNOPKG_MISC.CXX(484)   | unopkgap.dll:1:98102  
 unopkg_main  
  
  
   | UNOPKG_APP.CXX| unopkg_app.cxx(419)  
 | unopkgap.dll:1:19181  
 sal_main 
  
  
   | UNOPKG_MAIN.C | unopkg_main.c(31)
 | unopkg.bin:1:543  
 main 
  
  
   | UNOPKG_MAIN.C | unopkg_main.c(30)
 | unopkg.bin:1:510  
 __text   
  
  
   | {STANDARD INPUT}  | CRT0.S(83)   
 | unopkg.bin:1:13   
 0x1E7E8766   
  
  
   | libc065.dll:1 |  
 | libc065.dll:1:165734  



Do you have some thoughts to share with me? I still have also to be 
able to reproduce the initial error text.

thanks in advance,

-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-14 Thread Yuri Dario
Hi Herbert,


 Graphicfilter [1] has quite more that one source file. Some of its 
 subdirectories already use CPPULIB directly. If there is a new 
 subdirectory where its needed nowadays I suggest to just add the CPPULIB 

I counted 14 graphicfilter dlls requiring it. I will add CPPULIB to 
SHL1STDLIBS only for OS2 builds.

thanks,

-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-13 Thread Yuri Dario
Hi Herbert,


 But maybe there really are new uses of cssu::Any in the modules you 
 mentioned. Do the error messages say which object files need these 
 methods that were missing without the CPPULIB dependency?

yes, I see the module name. e.g. for graphicfilter it is the only .cxx
file present in the directory. Preprocessor shows that functions are 
referenced because any2.h is included.

thanks,

-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-12 Thread Yuri Dario
Hi Herbert,

 Did you change the linker too? When linux distributions switched from 
 the bfd to the gold linker there where problems that libraries that 
 were only linked indirectly had to be mentioned directly [1]

OS/2 does not use ld to link object files. But this seems not the 
problem I see. 

I'm thinking that these functions were inlined in previous gcc 
releases or that now code generates some new kind of reference to 
them, thus requiring the linker to satisfy the dependancy. OS/2 
linkers needs to resolve all symbols like Windows, we do not have lazy
loading enabled by default.

thanks,


-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[OS2] gcc 4.7.3, CPPULIB now required for some modules

2013-11-11 Thread Yuri Dario
Hi,

I moved building of AOO on OS/2 from gcc 4.4.6 to gcc 4.7.3. 
Everything seems of except for a minor issue: on some modules, UNO 
constructors from CPPULIB are now required to link dlls. I'm getting 
this errror

Error! E2028: _uno_any_construct is an undefined reference
Error! E2028: _uno_type_any_construct is an undefined reference
Error! E2028: _uno_any_destruct is an undefined reference
Error! E2028: _uno_type_any_assign is an undefined reference

mainly in filter graphicfilter dlls and in 
i18npool/source/textconversion/data/. Adding CPPULIB satisfies the 
linker.

do you have any ideas what could be wrong?

thanks,



-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [RELEASE]: preparation for AOO 4.0.1

2013-08-13 Thread Yuri Dario
Hi,


 I noticed that Yuri checked in some code on the branch already. Can we
 please follow some guideline how we handle such release branches?


 Changes on a release branch should be discussed before and should be in
 relation to a proposed and approved fix (if you want showstopper) that
 will go in the next release.

sorry, but maybe I'm not understanding something; why do AOO400 (which
is a branch) fixes going into next release (AOO401) require another 
branch?

I committed to AOO400 because I supposed that newer (minor) releases 
were going into this branch, not into a different one.

And I don't undestand at all why branching again for 401, while we can
just use tagging to monitor minor bugfixes releases from AOO400 
branch.

I understand that a 4.1 release will incorporate new code while we can
still produce 4.0.2 on the older branch, so branching for 4.1 makes 
more sense.

with this branching tecnique, a bugfix must be sideported to every 
active branch, e.g. trunk, AOO401, AOO410 (maybe more in the future).

If I missed some guideline doc on the wiki please excuse me.

thanks,



-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OS/2: landscape printing broken

2013-08-10 Thread Yuri Dario
Hi,

I just discoved I had to implement

void Os2SalInfoPrinter::InitPaperFormats( const ImplJobSetup* 
pSetupData )

and 

int Os2SalInfoPrinter::GetLandscapeAngle( const ImplJobSetup* 
pSetupData )


now things are getting better :-))


-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



OS/2: landscape printing broken

2013-08-09 Thread Yuri Dario
Hi,

Printing of documents in landscape mode worked correctly until version
3.2

Now something changed and AOO defaults to print in portrait mode 
unless I manually change printer properties to landscape. This problem
was already present in my 3.4 dev builds.

I see that when OS2SalInfoPrinter::SetData() is called, the 
orientation is always portrait (0). Even the print preview is always 
portrait (until printer properties are changed).

I think I miss some code added to change printer properties on the fly
using document settings.

Ideas?

thanks for help,

-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: os2 build broken after stl updates #122208

2013-07-02 Thread Yuri Dario
Hi Herbert,


 Does it suffice if you add the -std=c++0x option to the OS/2 build?

I'm getting build issues even before, e.g. while building sal. e.g. in
stl/hash_map

#ifdef STLP4_EMUBASE_NS
using STLP4_EMUBASE_NS::hash;
using STLP4_EMUBASE_NS::unordered_map;
using STLP4_EMUBASE_NS::unordered_multimap;
#undef STLP4_EMUBASE_NS
#endif

are found already defined in standard stdc++ headers.

should NO_STLPORT4_EMULATION be defined or not?


thanks, 



-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Presentation about AOO 4.0

2013-05-19 Thread Yuri Dario
Hi Jurgen,

 you can of course mention the 64 bit port on MacOS that brought many fixes 
 for all platforms. It's a huge amount of work that Herbert 
did and we will get rid of the stlport, will upgrade to the clang 
compiler on Mac and FreeBSD. Linux will be probably next. New 
platform SDK on Mac, upgrade to newer system api's (Apple deprecated 
some API's), use CoreText API's, support of 64bit Java on 
Mac.
 Many more things that are not so visible and we have to collect and document 
 these things for the final release notes. But we don't 


I thought to concentrate mainly on things I can show using the OS/2 
port of AOO, but I can mention this too.

thanks!



-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Presentation about AOO 4.0

2013-05-18 Thread Yuri Dario
Hi,

next week I will be holding a presentation about AOO for OS/2 in 
Heemskerk, Holland.

The presentation will focus on OS/2 features, but I want to show some 
new features available in 4.0 code.

I'm thinking about the following items (taken from this list and from 
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+P
lanning):

- new directory layout
- merge of ibm symphony code
- new gallery images
- sidebar
- bug fixes
- filters

do you have something more to add? possibly with some material I can 
show or search around.

thanks!

-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [CODE] tree broken in default_images/svx/res/symphony

2013-05-11 Thread Yuri Dario
Hi Ariel,


 It seems that is the name of the file ;)
 http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/svx/res/symphony/%0D?view=log
 should it be Quadratic_h.png?

I thought the same... I added  a note to issue 121420

thanks,


-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [CODE] tree broken in default_images/svx/res/symphony

2013-05-11 Thread Yuri Dario
 I did try to rename it from '\r' (indeed its name is a carriage-return 
 character, and surely a mistake) to '_.png' to make checkout possible 
 for Yuri and then see, at a later stage, if the file must be removed or 
 renamed.
 
 But my SVN client converts CR and LF in filenames to spaces, so when I 


maybe changing the server copy instead of the working copy using %0D 
as name could work...


-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[CODE] tree broken in default_images/svx/res/symphony

2013-05-10 Thread Yuri Dario
Hi,

I found a commit error in above dir, I can't checkout the tree because
of 

svn: Path 'default_images/svx/res/symphony/ ' is not in the working 
copy

I think it depends on a file named %0D inside that directory.

Checkout from linux works with svn 1.6.12, but doesn't work with os2 
1.6.12 client and windows sliksvn 1.6.17 too.

I'm not sure about the correct way to fix this tree issue, so I'm 
posting here.

thanks,

-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [CODE] tree broken in default_images/svx/res/symphony

2013-05-10 Thread Yuri Dario
Hi

  svn: Path 'default_images/svx/res/symphony/ ' is not in the working
  copy
 this error normally occurs, when there are no .svn subdirectory. If you

sorry, I forgot before, please note there is a space after simphony/ 
in error message.

thanks.

-- 
Bye,

Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org