Re: [dev] Document Compatibility OOo 3.0.1 - 3.2

2010-09-10 Thread Samphan Raruenrom
 We have a corporate user complain about incidences of conversion error 
when between Impress 3.2.1 and 3.0.1 (in the machines not yet upgraded).
There're serious problems happen in Calc because of the fake-html-in-xls 
files generated from serveral apps, esp Oracle's.
They're used to be opened in Calc 3.0.1 beautifully. Now in 3.2.1 they 
have to be renamed them to .ods to be opened properly.
Furthermore, the fake-html-in-xls still encounter serious formatting 
lost in Calc 3.2.1 like cell merging, which 3.0.1 used to handle correctly.
After all, we found that OOo 3.3 beta solve that problem magically. So 
we have to provide interim solutions for users until OOo 3.3 finally 
released.


On 9/10/2010 1:56 PM, Andor E wrote:

Hi,
we are currently considering a switch from OOo 3.0.1 to OOo 3.2.1. Since not
all our users can make the switch at the same time, they have asked for
reassurance, that documents created in both versions are interchangeable. So
I have wondered if there is a list of changes or known problems in the
document formats between versions.
I also would be very grateful for any experiences you have made with
exchanging documents between these versions of OOo.

Kind regards

eymux




--
_/|\_ /Samphan Raruenrom./  Osdev - Open Source Development Co., Ltd.
/ ??./  ? - ?? ?? ?
tel: +66 2 269 9889  web: osdev.co.th http://www.osdev.co.th/
twitter: @osdev http://twitter.com/osdev  facebook: facebook.com/osdev 
http://www.facebook.com/osdev


[dev] Which MSVC version is used officially to build OOo on Windows?

2010-07-20 Thread Samphan Raruenrom

Which MSVC version is used officially to build OOo on Windows?

The information in the wiki
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
says Visual C++ 2008 Express Compiler but that is impossible because
then the build process will have problems with ActiveX? (and mozilla 
component?)


--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev


[dev] Does MS Office Binary File Formats Spec. help improve the binary filter?

2010-07-12 Thread Samphan Raruenrom

MS Office binary formats are no longer a secret after MS release the spec
http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx
in Feb 2008.

Does this help improve the quality of the MS Office binary filters in
OpenOffice.org in any way?  Since we no longer need to rely on
reverse engineering only.

--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev


[dev] What is the best desktop tool to browse/navigate the OOo source?

2010-07-07 Thread Samphan Raruenrom

I want to fix some locale-dependent bugs in OOo.

Several years ago, I used to use RedHat's source-navigator to 
index/crossref and browse in the OOo source.
The tool was very buggy. However, I still want to use desktop tool like 
sourcenav

since you can edit the code as soon as you found the suspect.

What is the best GUI source browser/cross-reference tools for the giant 
OOo source now?

sourcenav? eclipse?

--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev


Re: [dev] What is the best desktop tool to browse/navigate the OOo source?

2010-07-07 Thread Samphan Raruenrom

Thank you :)

On 7/7/2553 22:45, Joost Andrae wrote:

Hi Samphan.


What is the best GUI source browser/cross-reference tools for the giant
OOo source now?
sourcenav? eclipse?


do you mean something like http://svn.services.openoffice.org/opengrok/ ?

If you just like to browse the source then 
http://hg.services.openoffice.org/ might be something for you.


DEV300 codeline is to be understood as 'trunk'
OOO330 release codeline is a branch-off of DEV300_m84 milestone to 
stabilize this branch before OpenOffice.org 3.3.x release (next: 3.3.0)


Information about the API can be found here: http://api.openoffice.org/
Information about usage of a NetBeans plugin can be found here: 
http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration
Information about usage of an Eclipse plugin can be found 
here:http://wiki.services.openoffice.org/wiki/OpenOffice_Eclipse_Integration 



Kind regards, Joost

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




--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev


[dev] OpenOffice.org Performance Analysis - to improve responsiveness for older PC

2010-07-01 Thread Samphan Raruenrom

http://www.slideshare.net/untsamphan/o-oo-perfanalysis41

OOo users usually complain about 2 types of OOo performance problems - 
program-start time and open-file time. OOo developers focus on improving 
program-start time so it is getting better. However, open-file time is 
more serious for PC with low RAM, e.g. several minutes to open a few 
megabytes spreadsheets.


For PC with low RAM (256M), Calc will have difficulties open typical 
spreadsheets larger than a few megabytes because Calc use memory to hold 
the document much less efficient than MS Office. See slide 21 for the 
comparison.  This seems hard/impossible to improve so my typical advice 
to users is to add more RAM if they want to open larger files.


--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev


[dev] How is SCA after Oracle

2010-06-27 Thread Samphan Raruenrom

As Sun is now Oracle, what happen to the Sun Contributor Agreement?

1. For those who have signed the SCA, do we have to do it again?
2. For those who want to contribute, do we use the same SCA signing 
process and the same SCA document?


--
_/|\_ /Samphan Raruenrom./  Open Source Development Co., Ltd.
Tel: +66 2 2699889  Fax: +66 38 773128  Web: www.osdev.co.th 
http://www.osdev.co.th/
Twitter: @osdev http://twitter.com/osdev  Facebook: 
www.facebook.com/osdev http://www.facebook.com/osdev


Re: [dev] SRC680_m104 - no mozilla in moz/zipped

2005-05-31 Thread Samphan Raruenrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Schnheit - Sun Microsystems Germany wrote:
http://www.openoffice.org/issues/show_bug.cgi?id=46209
Did you use --enable-mozilla? If so, it seems we forgot to remove this
from configure when fixing 46209 :-\
No. I didn't use --enable-mozilla.
 Hmm - any other mozilla-related switch you used?

No. On Linux, I use only --with-jdk-home and --with-ant-home

Nowadays, if you need Mozilla, you can build it from source, using
--enable-build-mozilla. You need to place a source tarball of Mozilla in
moz/download for this - configure should tell you the details.
Which features will be missing if I don't build mozilla?
 - address book databases (Mozilla/Outlook/LDAP)
 - not sure about signature/encryption of documents - perhaps, too
 - LDAP configuration backend, possibly

- --
_/|\_ Samphan Raruenrom.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCnHBJ0X/Zfbf3mQ8RAnoiAKCNpLyz9OFyvC1CA06ZfrmYW/hnnwCfU4fh
Kixv3fuEC4/6sTAk9EgYwN0=
=djQS
-END PGP SIGNATURE-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] SRC680_m104 - no mozilla in moz/zipped

2005-05-30 Thread Samphan Raruenrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Configure failed Checking for prebuilt mozilla libraries ... not found!.
Then I found that there's no mozilla in SRC680_m104/moz/zipped.
I have to cvs them from SRC680_m100.
Is this a bug?

- --
_/|\_ Samphan Raruenrom.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCm8XE0X/Zfbf3mQ8RAn0yAJ9JXvNMjAaGZlR0XicVw4/rUtoWhgCeLPBL
CIsB0mzRdYDUBUXAf/XR3xk=
=VNHD
-END PGP SIGNATURE-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] My 680_m100 die in ICU

2005-05-08 Thread Samphan Raruenrom
I use to build m95 on another machine successfully. But when I change to 
build
m95/m100 on this PC. It result in this error.

  Creating library .\..\..\..\lib\icuio.lib and object 
.\..\..\..\lib\icuio.exp
ustream.obj :
error LNK2019: unresolved external symbol public: void __thiscall 
std::locale::facet::_Register(void)
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@QAEXXZ) referenced in function
class std::ctypechar const  __cdecl std::use_facetclass 
std::ctypechar (class std::locale const ) 
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@0@@Z)

ustream.obj :
error LNK2019: unresolved external symbol public: class 
std::locale::facet const * __thiscall
std::locale::_Getfacet(unsigned int)const  
([EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED])
referenced in function
class std::ctypechar const  __cdecl std::use_facetclass 
std::ctypechar (class std::locale const )
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@0@@Z)
..\..\..\bin\icuio26.dll : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'

Anyone knows what wrong with my setup?
Thanks,
_/|\_ Samphan.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [dev] My 680_m79 build always die here

2005-03-10 Thread Samphan Raruenrom
Mathias Bauer wrote:
Samphan Raruenrom wrote:
 

I build OOo 680_m79 successfully. Writer run fine until I press arrow key.
It'll die like this in MSVC++ debugger :-
   

It still die here in OOo 2.0 beta build.
'Unhandled exception at xxx in soffice.bin'
'exception: com::sun::star::uno::RuntimeException @ xxx'
   

Obviously a Runtime exception occured on executing the code called by
the keystroke. You are using MSVC++ debugger, so you can set a break
point on the following line in this function:
 

   xDispatch-dispatch(aURL, css::uno::Sequence css::beans::PropertyValue ());
   

Before executing this call you can tell the debugger to stop when a C++
exception is thrown. When you get to a place where a RuntimeException is
thrown, you most probably have found the culprit. Sometimes Exceptions
occur and are caught in the code, so possibly you can continue execution
and see if the debugger stops again at another code area. If you reach
the following code in the funtion:
 

   catch(const css::uno::RuntimeException exRuntime)
   { throw exRuntime; }
   

The code that throw the exception is i18npool's 
BreakIterator_Unicode::loadICUBreakIterator().

88
   UErrorCode status = U_ZERO_ERROR;
   switch (which) {
   case LOAD_CHARACTER_BREAKITERATOR:
   breakiterator =  
icu::BreakIterator::createCharacterInstance(icuLocale, status);
   break;
   case LOAD_WORD_BREAKITERATOR:
   breakiterator = 
icu::BreakIterator::createWordInstance(icuLocale, status);
   break;
   case LOAD_SENTENCE_BREAKITERATOR:
   breakiterator = 
icu::BreakIterator::createSentenceInstance(icuLocale, status);
   break;
   case LOAD_LINE_BREAKITERATOR:
   breakiterator = loadICURuleBasedBreakIterator(line_brk);
   break;
   }
   if ( !U_SUCCESS(status) ) throw ERROR;
88

Further debugging found that createCharacterInstance() failed.
Arrow key (move caret by one character/cluster) definitely need ICU 
character iterator
but it seems that the breakiterator can't be created.

I can't debug further because 'build debug=true' in icu won't create 
debug info
so I don't know how to debug-build icu.

--
_/|\_ Samphan Raruenrom.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[dev] My 680_m79 build always die here

2005-02-28 Thread Samphan Raruenrom
I build OOo 680_m79 successfully. Writer run fine until I press arrow key.
It'll die like this in MSVC++ debugger :-
'Unhandled exception at xxx in soffice.bin'
'exception: com::sun::star::uno::RuntimeException @ xxx'
svt680mi.dll!svt::AcceleratorExecute::impl_ts_asyncCallback(void* pVoid 
= xxx)

I debug-build svtools. Writer died here:-
IMPL_LINK(AcceleratorExecute, impl_ts_asyncCallback, void*, pVoid)
{
   // SAFE - --
   ::osl::ResettableMutexGuard aLock(m_aLock);
  
   TCommandQueue::iterator pIt = m_lCommandQueue.begin();
   if (pIt == m_lCommandQueue.end())
   return 0;
   css::util::URL aURL = pIt-first;
   css::uno::Reference css::frame::XDispatch  xDispatch = pIt-second;

   m_lCommandQueue.erase(pIt);
   aLock.clear();
   // - SAFE --
   try
   {
   xDispatch-dispatch(aURL, css::uno::Sequence 
css::beans::PropertyValue ());
   }
   catch(const css::uno::RuntimeException exRuntime)
   { throw exRuntime; }
   catch(const css::uno::Exception)
 { }
  
   return 0;
}

Can anyone tell me what've I done wrong?
Maybe something went  wrong or failed in my build?
--
_/|\_ Samphan Raruenrom.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[dev] Build OOo 680_m79 fail in python

2005-02-22 Thread Samphan Raruenrom
I'm building OOo 680_m79 on Windows XP. The build fail in ooo/python
8--8
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation.  All rights reserved.
   cd .
   nmake /   /F .\make_versioninfo.mak 
CFG=make_versioninfo - Win32 Release

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation.  All rights reserved.
   cd .
   cd .
'import site' failed; use -v for traceback
Traceback (most recent call last):
 File string, line 1, in ?
ImportError: No module named os
dmake:  Error code 1, while making 
'./wntmsci10.pro/misc/build/so_built_so_python'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making 
/cygdrive/c/home/samphan/Sources/tmp/ooo/python
8--8

Please help.
Thanks
--
_/|\_ Samphan Raruenrom.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[dev] No configure option for WITH_FONTOOO

2005-02-01 Thread Samphan Raruenrom
I've built 680_m69 successfully. I've found that the instsetoo_native 
need msfontextract
and to build msfontextract, I need WITH_FONTOOO=YES

--- ooo/msfontextract/makefile.mk
.IF $(WITH_FONTOOO) != YES
@all:
   @+echo FontOOo disabled... Nothing to build here.
.ENDIF
8--8
But I see no option in config_office/configure to set WITH_FONTOOO so I need to 
hack
winenv.set to add the variable. Which is not good.
Is this a bug?
--
_/|\_ Samphan Raruenrom.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]