Re: [dev] POPUPMENU

2008-06-18 Thread Ariel Constenla-haile
Hi Ramesh,

rameshkancherla escribió:
 Good morning,
 This is Ramesh kancherla
 
 i am implementing toolbar to openoffice.
 in my tool bar 4 buttons are there .
 one button contains dropdown option.
 
 toolbar:toolbaritem xlink:href=com.oo.cmdLive toolbar:text=Live
 toolbar:style=dropdown/
 
 
 i have to place atleast one popupmenu under that dropdown butoon.this
 popupmenu will contain icon and label items.
 
 popupmenu
 icon label
 icon label
 icon label
 icon label
 icon label
 
 
 
 
 how can i create this popupmenu and place it under dropdown button. or link
 to dropdown button
 
 
 can you please give me an advice.

the wiki documentation for the so called complex toolbar controlrs:
http://wiki.services.openoffice.org/wiki/Framework/Article/Generic_UNO_Interfaces_for_complex_toolbar_controls

There is a C++ example on the SDK.

Regards,
Ariel.

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



Re: [dev] Integrate latest of xmlfilter in openoffice 2.4.x

2008-06-18 Thread Daniel Rentz

Gregoire Gentil schrieb:

Hello,

I would like to improve the support of Microsoft Open XML 2007 (.docx,
xlsx, pptx) import in my own compilation of OpenOffice 2.4.x.

I'm currently using the Novell odf converter 1.1 but it's slow and not
working well.

OpenOffice 3.0 will include xmlfilter to process Microsoft Open XML
files. I tried it from the 3.0 beta binaries and it was working better.

Where is available this xmlfilter code? How can I compile it separately
for 2.4.x?

Any pointer or person I could contact would be appreciated.


Hello

the MSO2007 import filters are implemented in the modules

- oox (Excel2007 and PowerPoint2007)
- writerfilter (Word2007)

But it is not enough to just add these modules, there are *lots* of 
changes in other modules, so backporting these filters to OOo 2.4.1 is 
nearly impossible in my eyes.


Regards
Daniel

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



Re: [dev] Urgent:How to check if gdk API is failiing??

2008-06-18 Thread [EMAIL PROTECTED]

Hi Thorsten .
I have seen that when i start the slideshow from any slide it works for that
slide .
Navigating to the other slide during slideshow is failing . 

What is the flow in following cases :
a) When u press F5 on the current sllide Versus 
b) When u press Page Down on the current slide which is fullscreen 
Do the flows at a) and b) differ .  

Please point me to relevant code in the slideshow.  Does the spriteHelprer
update screen  creates data of the consecutive slides for both cases (a) and
(b) . If the flows differ , it would mean that my VCL code fails for the
other case. 

Note that when i navigate the presentation in non-slideshow mode , it works
. Do you see any obvious problem , which i am missing .   Any pointers from
you will help me debug the issue with my bitmap / virtual device code. 

Regards,
Karl.



Thorsten Behrens-3 wrote:
 
 On Tue, Jun 17, 2008 at 01:51:35AM -0700, [EMAIL PROTECTED] wrote:
 Am porting OO to directfb and am facing a problem with the slideshow
 engine
 wherein on PgDown the navigation of slides doesnt seem to be
 happening.After
 a lot of debugging ive realised an inconsistent output from the
 gdk_draw_drawable() api I am using in the GtkCopyBits function. For the
 first time when i hit fullscreen there is no problem and the slide is
 displayed.However on PgDown or a click the next slide is not painted. 
 
 The code snippet is below.
 gdk_draw_drawable(GetDrawable(),pCopyGC,pSrcGraphics-GetDrawable(),
 pPosAry-mnSrcX, pPosAry-mnSrcY,
 pPosAry-mnDestX,pPosAry-mnDestY,pPosAry-mnSrcWidth,
 pPosAry-mnSrcHeight);
 
 This API documentation says that gives errors like 'badmatch' when there
 is
 a mismatch in the source and dest drawables visuals and colormaps.

 I'd guess getting gtk with debug  stepping into it should reveal
 that - apart from that, you can verify whether it's really the
 copyBits that fails, by assigning a slide transition to the first
 slide - if that shows, the method works in principle.
 
 Cheers,
 
 -- Thorsten
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Urgent%3AHow-to-check-if-gdk-API-is-failiing---tp17880763p17974455.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]



Re: [dev] Hi, I'd like to know how do i contibute openoffice.org

2008-06-18 Thread Richard Pineger
On the home page, click I want to Participage then select
Programming. That takes you to this page:

http://contributing.openoffice.org/programming.html

Which has some more information on how to get started.

Richard

2008/6/17 조규남 [EMAIL PROTECTED]:
 Hi, This is kyuNam Cho from Korea.

 I'm a software developer in samsung electronics.
 These days I have interest in OpenOffice.org and develop core of Writer.

 But I don't know how to start this work.
 Also don't know start with what, where.

 Finaly I find message in OpenOffice.org.
 If I don't know how to start contirbute, Send email to dev@openoffice.org
 So, I send mail to you.

 Plz, give to me guide to start contiribute OpenOffice.org.
 Plz, Let me know what can I study.

 Best Regard
 KyuNam



Re: [dev] Hi, I'd like to know how do i contibute openoffice.org

2008-06-18 Thread chaosun
Hi KyuNam,
 Here are some regarding links, check to see if they are useful to u. anyway, 
tons of infos are available on the Wiki pages. google what u need. Finally, 
welcome to the community.

http://docs.huihoo.com/openoffice/
http://tools.openoffice.org/releases/q-concept.html
http://wiki.services.openoffice.org/wiki/Using_Cpp_with_the_OOo_SDK
http://wiki.services.openoffice.org/wiki/Hacking
http://pagesperso-orange.fr/moutou/MyUNODoc_HTML/UNOCppAPI.html



- Original Message - 
From: 조규남 [EMAIL PROTECTED]
To: dev@openoffice.org
Sent: Tuesday, June 17, 2008 9:46 AM
Subject: [dev] Hi, I'd like to know how do i contibute openoffice.org


 Hi, This is kyuNam Cho from Korea.
 
 I'm a software developer in samsung electronics.
 These days I have interest in OpenOffice.org and develop core of Writer.
 
 But I don't know how to start this work.
 Also don't know start with what, where.
 
 Finaly I find message in OpenOffice.org.
 If I don't know how to start contirbute, Send email to dev@openoffice.org
 So, I send mail to you.
 
 Plz, give to me guide to start contiribute OpenOffice.org.
 Plz, Let me know what can I study.
 
 Best Regard
 KyuNam


Re: [dev] Urgent:How to check if gdk API is failiing??

2008-06-18 Thread Thorsten Behrens
On Wed, Jun 18, 2008 at 01:56:17AM -0700, [EMAIL PROTECTED] wrote:
 I have seen that when i start the slideshow from any slide it works for that
 slide .
 Navigating to the other slide during slideshow is failing . 
 
Hi Karl,

could you please also try whether assigning a slide transition
effect to the first slide shows up correctly?

 What is the flow in following cases :
 a) When u press F5 on the current sllide Versus 
 b) When u press Page Down on the current slide which is fullscreen 
 Do the flows at a) and b) differ .  
 
Not fundamentally. The next slide gets prepared in the background in
a second bitmap, so maybe a caching/resource issue on your side?

 Note that when i navigate the presentation in non-slideshow mode , it works
 . Do you see any obvious problem , which i am missing .   Any pointers from
 you will help me debug the issue with my bitmap / virtual device code. 
 
The non-slideshow mode is using completely different code paths,
this does not give much information - to give more specific help,
I'd need the code - preferrably a full patch, such that I can debug
that in a live office.

Cheers,

-- Thorsten

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



Re: [dev] Urgent:How to check if gdk API is failiing??

2008-06-18 Thread [EMAIL PROTECTED]



Thorsten Behrens-3 wrote:
 
 On Wed, Jun 18, 2008 at 01:56:17AM -0700, [EMAIL PROTECTED] wrote:
 I have seen that when i start the slideshow from any slide it works for
 that
 slide .
 Navigating to the other slide during slideshow is failing . 
 
 Hi Karl,
 
 could you please also try whether assigning a slide transition
 effect to the first slide shows up correctly?
 
 What is the flow in following cases :
 a) When u press F5 on the current sllide Versus 
 b) When u press Page Down on the current slide which is fullscreen 
 Do the flows at a) and b) differ .  
 
 Not fundamentally. The next slide gets prepared in the background in
 a second bitmap, so maybe a caching/resource issue on your side?
 
 Note that when i navigate the presentation in non-slideshow mode , it
 works
 . Do you see any obvious problem , which i am missing .   Any pointers
 from
 you will help me debug the issue with my bitmap / virtual device code. 
 
 The non-slideshow mode is using completely different code paths,
 this does not give much information - to give more specific help,
 I'd need the code - preferrably a full patch, such that I can debug
 that in a live office.
 
 Cheers,
 
 -- Thorsten
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 


Hi Thorsten,

As u suggested I put a slide transition in the first slide  ,but with no
succes and it dint show up. :(

Also I was just wondering if its really a caching/resource issue on my side,
as i came across a situation wherein the slideshow works but wid slight
change in the way the user delivers the events.
The situation is summarized as follows.
1)I have 3 slides each being bitmaps covering the entire screen and each
containing some animation(ie. Some text coming up on a click)
2  (a)On F5,the first slide doesnt show up(ie.No bitmap comes up as in the
original slide). However on a click as proposed the 1st slide is displayed
correctly(ie.The bitmap as well as the animated text).
(b)To move to the next slide ie. on any key press , the first Slide is
erased and a black screen comes up.But giving one more click ( this is for
the animated text) , the slide comes up with both the bitmap and animated
text.
(c)this happens in case of all the remaing slides.

From the Observations above i conclude that the caching is not an issue as
well as the possibility of the next slide being clobbered is ruled out.

Do you draw anything from it??

Any help will be greatly appreciated! :)

Regards,
Karl


-- 
View this message in context: 
http://www.nabble.com/Urgent%3AHow-to-check-if-gdk-API-is-failiing---tp17880763p17982873.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] Re: Integrate latest of xmlfilter in openoffice 2.4.x

2008-06-18 Thread Fridrich Strba

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The ooo-build version of OpenOffice.org found at
http://go-oo.org/download/ contains backported versions of these
filters. You can simply install the GNU/Linux or MS Windows builds and
try it out. Needless to say that they are basically snapshots of the
on-going work at a certain point of time, so necessarily less then
perfect. Nevertheless, they can be useful for everyday work as long as
you are aware of their limitation.

Cheers

Fridrich

Daniel Rentz wrote:
| Hello
|
| the MSO2007 import filters are implemented in the modules
|
| - oox (Excel2007 and PowerPoint2007)
| - writerfilter (Word2007)
|
| But it is not enough to just add these modules, there are *lots* of
| changes in other modules, so backporting these filters to OOo 2.4.1 is
| nearly impossible in my eyes.
|
| Regards
| Daniel

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAkhZKugACgkQu9a1imXPdA+ZgACePWncD7xdjB/hoKMPSYI75b4b
L0MAn1LYjNKGjLBkDhuU+P4mAEL0k/MC
=8uW9
-END PGP SIGNATURE-


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



Re: [dev] Urgent:How to check if gdk API is failiing??

2008-06-18 Thread Thorsten Behrens
On Wed, Jun 18, 2008 at 06:37:44AM -0700, [EMAIL PROTECTED] wrote:
  On Wed, Jun 18, 2008 at 01:56:17AM -0700, [EMAIL PROTECTED] wrote:
  I have seen that when i start the slideshow from any slide it works for
  that
  slide .
  Navigating to the other slide during slideshow is failing . 
  
  Hi Karl,
  
  could you please also try whether assigning a slide transition
  effect to the first slide shows up correctly?
  
  What is the flow in following cases :
  a) When u press F5 on the current sllide Versus 
  b) When u press Page Down on the current slide which is fullscreen 
  Do the flows at a) and b) differ .  
  
  Not fundamentally. The next slide gets prepared in the background in
  a second bitmap, so maybe a caching/resource issue on your side?
  
  Note that when i navigate the presentation in non-slideshow mode , it
  works
  . Do you see any obvious problem , which i am missing .   Any pointers
  from
  you will help me debug the issue with my bitmap / virtual device code. 
  
  The non-slideshow mode is using completely different code paths,
  this does not give much information - to give more specific help,
  I'd need the code - preferrably a full patch, such that I can debug
  that in a live office.
  
  Cheers,
  
  -- Thorsten
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
 
 
 As u suggested I put a slide transition in the first slide  ,but with no
 succes and it dint show up. :(
 
 Also I was just wondering if its really a caching/resource issue on my side,
 as i came across a situation wherein the slideshow works but wid slight
 change in the way the user delivers the events.
 The situation is summarized as follows.
 1)I have 3 slides each being bitmaps covering the entire screen and each
 containing some animation(ie. Some text coming up on a click)
 2  (a)On F5,the first slide doesnt show up(ie.No bitmap comes up as in the
 original slide). However on a click as proposed the 1st slide is displayed
 correctly(ie.The bitmap as well as the animated text).
 (b)To move to the next slide ie. on any key press , the first Slide is
 erased and a black screen comes up.But giving one more click ( this is for
 the animated text) , the slide comes up with both the bitmap and animated
 text.
 (c)this happens in case of all the remaing slides.
 
Hi Karl,

yes, this indeed gives some more hints - maybe clipping has issues
(in that there are subtle differences in how to interpret empty or
no clip), or there's something wrong with timer events, yielding or
rescheduling. You might want to single-step in
sd/source/ui/slideshow/slideshowimpl.cxx:updateHdl, to verify that
there are no differences to the X11 version.

Next thing to try: what's the differene if you use normal shapes
instead of the slide-sized bitmaps in your example above (and keep
the animation)?

x-posted to [EMAIL PROTECTED], I'd suggest continuing there.

Cheers,

-- Thorsten

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



Re: [dev] Integrate latest of xmlfilter in openoffice 2.4.x

2008-06-18 Thread Gregoire Gentil
Tor,

Sorry if my initial comment hurt you ;-) Nothing against Novell. Let me
rephrase it: Odf-converter (whoever developed it) was a great temporary
solution and it was amazing to get it so soon. But it's far from perfect
and quite slow. The fact that the OO team is developing a robust
xmlfilter import (which I'm interested in) will be a good enhancement to
this initial plugin.

Thanks for the other answers to my post,

Grégoire



On Tue, 2008-06-17 at 20:23 +0100, Tor Lillqvist wrote:
  I'm currently using the Novell odf converter 1.1 but it's slow and not 
  working well.
 
 You presumably mean odf-converter. It is not Novell's in any real sense. 
 Novell provides it (as an RPM package tio be used with OO.o on our SUSE 
 Linux, and as an a .oxt OO.o extension for our Windows build of OO.o), but 
 the code is developed by some Microsoft contractors, at 
 odf-converter.sourceforge.net. Anybody else could provide it in a similar way 
 for their branded OO.o.
 
 (Note that it requires a small patch to OO.o for pre- and postprocessing that 
 has not been yet integrated, 
 http://svn.gnome.org/viewvc/ooo-build/trunk/patches/dev300/sfx2-pre-and-postprocess-during-save-load.diff?view=markup
  , although comments in the corresponding issue 
 http://www.openoffice.org/issues/show_bug.cgi?id=71939 says that it should be 
 possible to achieve this functionality also without any patch.)
 
 --tml
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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



[dev] Getting and Building OO 3.0

2008-06-18 Thread Chad Tindel
Hi-

I'm interested in building a new plugin for oocalc, and I'm just trying to
get to the point where I can checkout and build from source.  There are so
many different wiki pages saying how to build it, how to get it, but they're
all different and I can't tell what is current and accurate.  Is there a
page that just shows how to checkout the source and build it on a linux
platform?  It doesn't have to be a completely bleeding edge branch (i.e.
with broken builds), but a known-working beta branch would be fantastic.

Help?

Thanks,

Chad


Re: [dev] POPUPMENU

2008-06-18 Thread rameshkancherla

hi Ariel,
   I have seen this example.i think it is combo box example.and this
combo box contains only labels
but i have to display both icons and labels into dropdownmenu.
can you please give me suggestion

Thanks  Regards
Ramesh K




Ariel Constenla-Haile wrote:
 
 Hi Ramesh,
 
 rameshkancherla escribió:
 Good morning,
 This is Ramesh kancherla
 
 i am implementing toolbar to openoffice.
 in my tool bar 4 buttons are there .
 one button contains dropdown option.
 
 toolbar:toolbaritem xlink:href=com.oo.cmdLive toolbar:text=Live
 toolbar:style=dropdown/
 
 
 i have to place atleast one popupmenu under that dropdown butoon.this
 popupmenu will contain icon and label items.
 
 popupmenu
 icon label
 icon label
 icon label
 icon label
 icon label
 
 
 
 
 how can i create this popupmenu and place it under dropdown button. or
 link
 to dropdown button
 
 
 can you please give me an advice.
 
 the wiki documentation for the so called complex toolbar controlrs:
 http://wiki.services.openoffice.org/wiki/Framework/Article/Generic_UNO_Interfaces_for_complex_toolbar_controls
 
 There is a C++ example on the SDK.
 
 Regards,
 Ariel.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/POPUPMENU-tp17917898p17997460.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]