[dev] Is there a graphical development tool for developing, building and debugging OOo?

2008-06-11 Thread 李湛
Hi everyone!

It seems that all tools for developing, building or debugging OOo are in text 
mode. They are hard to study, and hard to use.

So I just wonder whether there are graphics tools for doing these things, just 
like the Visual Studio for windows development.

If there are, where can I get them?

Thank you very much.

Best Wishes~



[dev] fixing warnings in binfilter?

2008-06-11 Thread Stephan Bergmann
http://eric.bachard.free.fr/news/2008/06/wae4binfilter01.html: I 
think we can start to fix warnings in binfilter.  When we started the 
warning-free endeavor, we deliberately left binfilter unfixed.  The 
main motivation for making the code warning free was to offer a quality 
control tool for future code contributions/modifications (locating 
existing errors was only of subordinate interest).  But as binfilter is 
more-or-less dead code, it was deemed unrewarding to make that code 
warning free (a process with a non-trivial risk of introducing new 
errors, by the way).


-Stephan

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



Re: [dev] Is there a graphical development tool for developing, building and debugging OOo?

2008-06-11 Thread Agnisys

If you want an IDE, you can use NetBeans to develope OOo components.

Anupam.


LiZhan(李湛) wrote:
 
 Hi everyone!
 
 It seems that all tools for developing, building or debugging OOo are in
 text mode. They are hard to study, and hard to use.
 
 So I just wonder whether there are graphics tools for doing these things,
 just like the Visual Studio for windows development.
 
 If there are, where can I get them?
 
 Thank you very much.
 
 Best Wishes~
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-there-a-graphical-development-tool-for-developing%2C-building-and-debugging-OOo--tp17770940p17778355.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


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



[dev] Urgent:demo applications not building

2008-06-11 Thread [EMAIL PROTECTED]

Hi,

I was facing a problem with the Presentation engine so was advised to build
the test applications available in slideshow and canvass to study the
behaviour.But the applications dont seem to be building and give error as
below.

1)While building slideshow after adding the rule at the end of the
prj/build.lst as follows
pe  slideshow\test  nmake   -   all pe_test pe_api
pe_inc NULL

A patial dump of the Error is as follows:

Making: ../unxlngi6.pro/lib/libtests.so
ccache g++ -Wl,-z,noexecstack -Wl,-z,combreloc -Wl,-z,defs
-Wl,-rpath,'$ORIGIN' -Wl,--hash-style=both -g -shared -Wl,-O1
-Wl,--version-script ../unxlngi6.pro/misc/export_tests.map
-L../unxlngi6.pro/lib -L../lib
-L/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/unxlngi6/lib
-L/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/lib
-L/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/unxlngi6/lib
-LNO_JAVA_HOME/lib -LNO_JAVA_HOME/jre/lib/i386
-LNO_JAVA_HOME/jre/lib/i386/client
-LNO_JAVA_HOME/jre/lib/i386/native_threads [EMAIL PROTECTED]@
../unxlngi6.pro/slo/views.o ../unxlngi6.pro/slo/slidetest.o
../unxlngi6.pro/slo/testshape.o ../unxlngi6.pro/slo/testview.o
../unxlngi6.pro/slo/tests_version.o -o ../unxlngi6.pro/lib/libtests.so
-luno_sal -lbasegfx680li -luno_cppuhelpergcc3 -luno_cppu -lcppunitli
-lutl680li -lvcl680li -ldl -lpthread -lm -Wl,-Bdynamic -lstlport_gcc
../unxlngi6.pro/slo/views.o: In function `(anonymous
namespace)::UnoViewContainerTest::testContainer()':
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/views.cxx:62:
undefined reference to
`slideshow::internal::UnoViewContainer::UnoViewContainer()'
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/views.cxx:65:
undefined reference to
`slideshow::internal::UnoViewContainer::addView(boost::shared_ptrslideshow::internal::UnoView
const)'
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/views.cxx:72:
undefined reference to `slideshow::internal::UnoViewContainer::dispose()'
../unxlngi6.pro/slo/slidetest.o: In function `LayerManagerTest':
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/slidetest.cxx:60:
undefined reference to
`slideshow::internal::UnoViewContainer::UnoViewContainer()'
../unxlngi6.pro/slo/slidetest.o: In function `(anonymous
namespace)::LayerManagerTest::tearDown()':
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/slidetest.cxx:85:
undefined reference to `slideshow::internal::UnoViewContainer::dispose()'
../unxlngi6.pro/slo/slidetest.o: In function `(anonymous
namespace)::LayerManagerTest::setUp()':
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/slidetest.cxx:73:
undefined reference to
`slideshow::internal::UnoViewContainer::addView(boost::shared_ptrslideshow::internal::UnoView
const)'

2)Have added the following line to the prj/build.lst of canvas
cv  canvas\workben  
nmake  -   all cv_test cv_inc NULL

Get the following error while building the module
Making: ../unxlngi6.pro/obj/canvasdemo.obj
ccache g++ -fmessage-length=0 -c -g -O0   -I. 
-I../unxlngi6.pro/inc/canvasdemo -I../inc -I../inc/pch -I../inc -I../unx/inc
-I../unxlngi6.pro/inc -I.
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/stl
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/external
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/unxlngi6/inc
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/inc
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/res
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/stl
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/inc/Xp31
-INO_JAVA_HOME/include -INO_JAVA_HOME/include/linux
-INO_JAVA_HOME/include/native_threads/include -INONE
-I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/offuh
-I. -I../res -I. -pipe -mtune=pentiumpro -fvisibility-inlines-hidden -Wall
-Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor-DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL
-DCVER=C341 -DNPTL -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR
-D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE
-D__DMAKE -DUNIX -DCPPU_ENV=gcc3
-DGXX_INCLUDE_PATH=/usr/lib/gcc/i386-redhat-linux/4.1.1/../../../../include/c++/4.1.1
-DSUPD=680 -DDEBUG -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=2
-DGUI -DOOG680=OOG680 -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON 
-o ../unxlngi6.pro/obj/canvasdemo.o
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/canvas/workben/canvasdemo.cxx
/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/canvas/workben/canvasdemo.cxx:
In constructor

[dev] deliver's verbosity

2008-06-11 Thread Frank Schönheit - Sun Microsystems Germany
Hi,

just noticed that in m18, deliver isn't as gossipy as before: doing a
deliver in a module just prints
  deliver -- version 1.127
  Module 'module' delivered successfully. x files copied, y files
unchanged.

While this is nice in contexts where you are not interested in *what*
got actually delivered, it seems there is no way to revert to the old
behaviour: deliver -help doesn't list an option to be more verbose
(though it lists deliver -quiet, which does the same as deliver,
funnily).

I find this unfortunate, since I sometimes indeed want to know what's
going on, and would be *really* interested which files were actually
delivered.

Is there an option I missed? If not, is there a possibility to introduce
one?

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer [EMAIL PROTECTED] -
- Sun Microsystems  http://www.sun.com/staroffice -
- OpenOffice.org Base   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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



Re: [dev] deliver's verbosity

2008-06-11 Thread Pavel Janík

Hi,


On 11.6.2008, at 20:49, Frank Schönheit - Sun Microsystems Germany  
wrote:



just noticed that in m18, deliver isn't as gossipy as before: doing a
deliver in a module just prints
  deliver -- version 1.127
  Module 'module' delivered successfully. x files copied, y files
unchanged.

...
Is there an option I missed? If not, is there a possibility to  
introduce

one?


VERBOSE=TRUE
--
Pavel Janík



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



Re: [dev] deliver's verbosity

2008-06-11 Thread Caolan McNamara
On Wed, 2008-06-11 at 20:56 +0200, Pavel Janík wrote:
 Hi,
 On 11.6.2008, at 20:49, Frank Schönheit - Sun Microsystems Germany  
 wrote:

  Is there an option I missed? If not, is there a possibility to  
  introduce
  one?
 
 VERBOSE=TRUE

deliver -verbose also works. The option is there, just not listed in the
help output which I guess could be considered a titchy bug.

C.


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



Re: [dev] deliver's verbosity

2008-06-11 Thread Frank Schönheit - Sun Microsystems Germany
Hi Caolan,

 deliver -verbose also works

That's the one I was looking for ... well, I could have thought of this,
couldn't I?

Thanks  Ciao
Frank

-- 
- Frank Schönheit, Software Engineer [EMAIL PROTECTED] -
- Sun Microsystems  http://www.sun.com/staroffice -
- OpenOffice.org Base   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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



Re: [dev] Urgent:demo applications not building

2008-06-11 Thread Thorsten Behrens
On Wed, Jun 11, 2008 at 10:29:44AM -0700, [EMAIL PROTECTED] wrote:
 1)While building slideshow after adding the rule at the end of the
 prj/build.lst as follows
 pe  slideshow\test  nmake   -   all pe_test pe_api
 pe_inc NULL
 
Hi Karl,

strictly speaking, this is not necessary - just cd into the test
dir, and issue a 'dmake'.

 A patial dump of the Error is as follows:
 
 Making: ../unxlngi6.pro/lib/libtests.so
 ccache g++ -Wl,-z,noexecstack -Wl,-z,combreloc -Wl,-z,defs
 -Wl,-rpath,'$ORIGIN' -Wl,--hash-style=both -g -shared -Wl,-O1
 -Wl,--version-script ../unxlngi6.pro/misc/export_tests.map
 -L../unxlngi6.pro/lib -L../lib
 -L/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/unxlngi6/lib
 -L/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/lib
 -L/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/unxlngi6/lib
 -LNO_JAVA_HOME/lib -LNO_JAVA_HOME/jre/lib/i386
 -LNO_JAVA_HOME/jre/lib/i386/client
 -LNO_JAVA_HOME/jre/lib/i386/native_threads [EMAIL PROTECTED]@
 ../unxlngi6.pro/slo/views.o ../unxlngi6.pro/slo/slidetest.o
 ../unxlngi6.pro/slo/testshape.o ../unxlngi6.pro/slo/testview.o
 ../unxlngi6.pro/slo/tests_version.o -o ../unxlngi6.pro/lib/libtests.so
 -luno_sal -lbasegfx680li -luno_cppuhelpergcc3 -luno_cppu -lcppunitli
 -lutl680li -lvcl680li -ldl -lpthread -lm -Wl,-Bdynamic -lstlport_gcc
 ../unxlngi6.pro/slo/views.o: In function `(anonymous
 namespace)::UnoViewContainerTest::testContainer()':
 /home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/views.cxx:62:
 undefined reference to
 `slideshow::internal::UnoViewContainer::UnoViewContainer()'
 /home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/views.cxx:65:
 undefined reference to
 `slideshow::internal::UnoViewContainer::addView(boost::shared_ptrslideshow::internal::UnoView
 const)'
 /home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/views.cxx:72:
 undefined reference to `slideshow::internal::UnoViewContainer::dispose()'
 ../unxlngi6.pro/slo/slidetest.o: In function `LayerManagerTest':
 /home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/slidetest.cxx:60:
 undefined reference to
 `slideshow::internal::UnoViewContainer::UnoViewContainer()'
 ../unxlngi6.pro/slo/slidetest.o: In function `(anonymous
 namespace)::LayerManagerTest::tearDown()':
 /home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/slidetest.cxx:85:
 undefined reference to `slideshow::internal::UnoViewContainer::dispose()'
 ../unxlngi6.pro/slo/slidetest.o: In function `(anonymous
 namespace)::LayerManagerTest::setUp()':
 /home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/slideshow/test/slidetest.cxx:73:
 undefined reference to
 `slideshow::internal::UnoViewContainer::addView(boost::shared_ptrslideshow::internal::UnoView
 const)'
 
No idea what's causing this - tried it on a OOH680_m16, and it just
worked. Issuing a 'cvs diff -rOOG680_m9 -rOOH680_m16' in
slideshow/test yields insignificant differences, that you still
might want to merge, via 'cvs up -dP -kk -jOOG680_m9 -jOOH680_m16'

 2)Have added the following line to the prj/build.lst of canvas
 cv  canvas\workben  
 nmake  -   all cv_test cv_inc NULL
 
See above.

 Get the following error while building the module
 Making: ../unxlngi6.pro/obj/canvasdemo.obj
 ccache g++ -fmessage-length=0 -c -g -O0   -I. 
 -I../unxlngi6.pro/inc/canvasdemo -I../inc -I../inc/pch -I../inc -I../unx/inc
 -I../unxlngi6.pro/inc -I.
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/stl
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/external
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/unxlngi6/inc
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/inc
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/res
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/stl
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solenv/inc/Xp31
 -INO_JAVA_HOME/include -INO_JAVA_HOME/include/linux
 -INO_JAVA_HOME/include/native_threads/include -INONE
 -I/home/openoffice/OpenOffice-2.3.1-directFB/OOG680_m9/solver/680/unxlngi6.pro/inc/offuh
 -I. -I../res -I. -pipe -mtune=pentiumpro -fvisibility-inlines-hidden -Wall
 -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy
 -Wno-non-virtual-dtor-DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL
 -DCVER=C341 -DNPTL -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR
 -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE
 -D__DMAKE -DUNIX -DCPPU_ENV=gcc3
 -DGXX_INCLUDE_PATH=/usr/lib/gcc/i386-redhat-linux/4.1.1/../../../../include/c++/4.1.1
 -DSUPD=680 -DDEBUG -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=2
 -DGUI -DOOG680=OOG680 -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON 
 -o 

[dev] OO document violates OO schema

2008-06-11 Thread Lin, Yi CONTR J9C569
Hi,

In this test.odp file saved from OpenOffice 2.3, its styles.xml has 
'presentation:placeholder presentation:object=vertical_title ...'. But OOD 
schema (1.0 or 1.1) does not allow vertical_title as value of 
presentation:object. Is this a bug of OpenOffice to violate OOD schema?


test.odp
Description: test.odp
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]