Re: [dev] URGENT: how can i fix this.. ??

2010-11-19 Thread kushal likhi
hi,
.
thanks a lot. :)
.
regards
kushal

On Fri, Nov 19, 2010 at 8:54 PM, Stephan Bergmann <
stephan.bergm...@oracle.com> wrote:

> On 11/19/10 15:46, kushal likhi wrote:
>
>> i built the project on the m83 milestone.
>> its working very good when building using the m83.
>> .
>> but now when shifted to the m93 tree, the services are not getting
>> registered,, but this issue was fixed by my mentor,, but now i get NO
>> Dialog
>> box!!! :(
>> .
>> what could be the issue???
>> .
>> is it something to do with the htmlexservices.cxx file???
>> .
>> you can see the code at:
>>
>> http://hg.services.openoffice.org/cws/impresshtmlex/file/a83d871b92f9/sdext/source/htmlex
>> .
>> the interesting files are: htmlexServices.cxx ,,
>> HTMLExExporterDialog.cxx/hxx
>> .
>> i am clueless, and its the last moment problem..
>> .
>> does anyone have any idea why their is no dialog??(but i still get a
>> dialog
>> with my m83build and .pro compile,, but not on m93)
>> .
>> i would be helpful if anyone could help me out... have to get it done by
>> tonight..
>>
>
> Registration of OOo UNO components changed from active to passive format,
> see <
> http://www.openoffice.org/servlets/ReadMsg?list=interface-announce&msgNo=1292
> >.
>
> For a dynamic library UNO component named foo, this means the following
> changes:
>
> - Remove the definition of the component_writeInfo function that went into
> foo.
>
> - In the source directory where foo is built, add a foo.component file that
> lists the service/singleton implementations contained in foo (essentially
> the same information that the removed component_writeInfo would have
> produced).  For an example, see sfx2/util/sfx.component.
>
> - In the corresponding makefile.mk, add
>
>  ALLTAR : $(MISC)/foo.component
>
>  $(MISC)/foo.component ...
>
> at the end to fill in the missing library name in the .component file;
> again, see sfx2/util/makefile.mk for details ("SHL1TARGETN" might need to
> be adjusted if foo is not defined as SHL1TARGETN but as SHL2TARGETN etc. in
> your makefile.mk).
>
> - Deliver the generated .component file from the module's prj/d.lst; again,
> see sfx2/prj/d.lst.
>
> - Include foo in the my_components list (which is C-locale sorted, btw,
> please keep it that way) in postprocess/packcomponents/makefile.mk.
>
> - Remove any UNO_COMPONENT flag from any definition for foo in scp2.
>
> That's it,
> -Stephan
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
> For additional commands, e-mail: dev-h...@openoffice.org
>
>


Re: [dev] URGENT: how can i fix this.. ??

2010-11-19 Thread Stephan Bergmann

On 11/19/10 15:46, kushal likhi wrote:

i built the project on the m83 milestone.
its working very good when building using the m83.
.
but now when shifted to the m93 tree, the services are not getting
registered,, but this issue was fixed by my mentor,, but now i get NO Dialog
box!!! :(
.
what could be the issue???
.
is it something to do with the htmlexservices.cxx file???
.
you can see the code at:
http://hg.services.openoffice.org/cws/impresshtmlex/file/a83d871b92f9/sdext/source/htmlex
.
the interesting files are: htmlexServices.cxx ,,
HTMLExExporterDialog.cxx/hxx
.
i am clueless, and its the last moment problem..
.
does anyone have any idea why their is no dialog??(but i still get a dialog
with my m83build and .pro compile,, but not on m93)
.
i would be helpful if anyone could help me out... have to get it done by
tonight..


Registration of OOo UNO components changed from active to passive 
format, see 
.


For a dynamic library UNO component named foo, this means the following 
changes:


- Remove the definition of the component_writeInfo function that went 
into foo.


- In the source directory where foo is built, add a foo.component file 
that lists the service/singleton implementations contained in foo 
(essentially the same information that the removed component_writeInfo 
would have produced).  For an example, see sfx2/util/sfx.component.


- In the corresponding makefile.mk, add

  ALLTAR : $(MISC)/foo.component

  $(MISC)/foo.component ...

at the end to fill in the missing library name in the .component file; 
again, see sfx2/util/makefile.mk for details ("SHL1TARGETN" might need 
to be adjusted if foo is not defined as SHL1TARGETN but as SHL2TARGETN 
etc. in your makefile.mk).


- Deliver the generated .component file from the module's prj/d.lst; 
again, see sfx2/prj/d.lst.


- Include foo in the my_components list (which is C-locale sorted, btw, 
please keep it that way) in postprocess/packcomponents/makefile.mk.


- Remove any UNO_COMPONENT flag from any definition for foo in scp2.

That's it,
-Stephan

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



[dev] URGENT: how can i fix this.. ??

2010-11-19 Thread kushal likhi
hi,
.
i built the project on the m83 milestone.
its working very good when building using the m83.
.
but now when shifted to the m93 tree, the services are not getting
registered,, but this issue was fixed by my mentor,, but now i get NO Dialog
box!!! :(
.
what could be the issue???
.
is it something to do with the htmlexservices.cxx file???
.
you can see the code at:
http://hg.services.openoffice.org/cws/impresshtmlex/file/a83d871b92f9/sdext/source/htmlex
.
the interesting files are: htmlexServices.cxx ,,
HTMLExExporterDialog.cxx/hxx
.
i am clueless, and its the last moment problem..
.
does anyone have any idea why their is no dialog??(but i still get a dialog
with my m83build and .pro compile,, but not on m93)
.
i would be helpful if anyone could help me out... have to get it done by
tonight..
.
regards and thanks
kushal


Re: [dev] URGENT: serious bug in EIS removeModule

2007-10-04 Thread Bernd Eilers


Hi there!

There´s one small problem left:

If you did delete one of the modules
svx, sch, jurt, rdbmaker, shell, external
from the ChildWorkspace intentionally the
repair might have added it again.

If this is the case for you you can use
the new feature ( [x]-link after the module name ) to
delete the module from the CWS again.

It has been tested that this now doesn´t destroy anything else again.

Kind regards,
Bernd Eilers

Bernd Eilers wrote:


Hi there!

EIS database entries have been fixed.
If you still think one of your CWS is missing a module please drop me an 
email.


Kind regards,
Bernd Eilers


Bernd Eilers wrote:


Hi there!

affected module are:

svx, sch, jurt, rdbmaker, shell, external

If your CWS contained one of those modules it will likely be affected.
We will try our best to collect the CWSs which contained these modules
and try to fix the EIS database, stay tuned.

Kind regards,
Bernd Eilers

Bernd Eilers wrote:


Hi there!

A serious bug in the EIS removeModule feature has been discovered.
Removing a module from a CWS does currently not only remove it from 
that CWS only but from all which have it.


As a result please please check your open not yet integrated 
ChildWorkspaces wether they contain all modules you once have added. 
If a module is missing please drop me a note.


A bugfix is on the way. Please do not use RemoveModule feature until 
further notice!!!


Kind regards,
Bernd Eilers

-
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]



-
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]



Re: [dev] URGENT: serious bug in EIS removeModule

2007-10-02 Thread Bernd Eilers


Hi there!

EIS database entries have been fixed.
If you still think one of your CWS is missing a module please drop me an 
email.


Kind regards,
Bernd Eilers


Bernd Eilers wrote:


Hi there!

affected module are:

svx, sch, jurt, rdbmaker, shell, external

If your CWS contained one of those modules it will likely be affected.
We will try our best to collect the CWSs which contained these modules
and try to fix the EIS database, stay tuned.

Kind regards,
Bernd Eilers

Bernd Eilers wrote:


Hi there!

A serious bug in the EIS removeModule feature has been discovered.
Removing a module from a CWS does currently not only remove it from 
that CWS only but from all which have it.


As a result please please check your open not yet integrated 
ChildWorkspaces wether they contain all modules you once have added. 
If a module is missing please drop me a note.


A bugfix is on the way. Please do not use RemoveModule feature until 
further notice!!!


Kind regards,
Bernd Eilers

-
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]



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



Re: [dev] URGENT: serious bug in EIS removeModule

2007-10-02 Thread Bernd Eilers


Hi there!

affected module are:

svx, sch, jurt, rdbmaker, shell, external

If your CWS contained one of those modules it will likely be affected.
We will try our best to collect the CWSs which contained these modules
and try to fix the EIS database, stay tuned.

Kind regards,
Bernd Eilers

Bernd Eilers wrote:


Hi there!

A serious bug in the EIS removeModule feature has been discovered.
Removing a module from a CWS does currently not only remove it from that 
CWS only but from all which have it.


As a result please please check your open not yet integrated 
ChildWorkspaces wether they contain all modules you once have added. If 
a module is missing please drop me a note.


A bugfix is on the way. Please do not use RemoveModule feature until 
further notice!!!


Kind regards,
Bernd Eilers

-
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] URGENT: serious bug in EIS removeModule

2007-10-02 Thread Bernd Eilers


Hi there!

A serious bug in the EIS removeModule feature has been discovered.
Removing a module from a CWS does currently not only remove it from that 
CWS only but from all which have it.


As a result please please check your open not yet integrated 
ChildWorkspaces wether they contain all modules you once have added. If 
a module is missing please drop me a note.


A bugfix is on the way. Please do not use RemoveModule feature until 
further notice!!!


Kind regards,
Bernd Eilers

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



[dev] URGENT : cws needs QA

2006-05-15 Thread eric.bachard

Hi,

The cws macosxfondu2, extremely important for Mac OS X port, cannot be 
QA'ed in time, because of an administrative problem :


Just the last day, Eric Hoch stopped to QA it.


This cws has been tested a lot of times, works fines, and specs have 
even be rewritten.  What I need is someone to Approve it.


If you are interested to help me, please contact me asap.


Thank you very much in advance.

Eric Bachard



--

Francophone OpenOffice.org Commmunity developer (Linux PPC /  Mac OS X / 
X11)

See : 

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



Re: [dev] Urgent :: Danda (U-0964), Double Danda (U-0965) problems in Bengali (bn) document

2006-05-03 Thread Jamil Ahmed

No one to confirm? :-/


On 4/27/06, Martin Hollmichel <[EMAIL PROTECTED]> wrote:

anybody able to confirm the issue, I will set this then to the stopper
list for 2.0.3

Martin


Jamil Ahmed wrote:
> Hello,
>
> Can anyone please check this issue?
> http://qa.openoffice.org/issues/show_bug.cgi?id=64799
>
> It is a major issue for Bengali. I missed to set P1 priority while submitting.
>
> Let us know if other Indic languages have this similar problem.
>
> Thanks,
> `Jamil
>


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



Re: [dev] Urgent :: Danda (U-0964), Double Danda (U-0965) problems in Bengali (bn) document

2006-04-26 Thread Martin Hollmichel
anybody able to confirm the issue, I will set this then to the stopper 
list for 2.0.3


Martin


Jamil Ahmed wrote:

Hello,

Can anyone please check this issue?
http://qa.openoffice.org/issues/show_bug.cgi?id=64799

It is a major issue for Bengali. I missed to set P1 priority while submitting.

Let us know if other Indic languages have this similar problem.

Thanks,
`Jamil

-
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] Urgent :: Danda (U-0964), Double Danda (U-0965) problems in Bengali (bn) document

2006-04-26 Thread Jamil Ahmed
Hello,

Can anyone please check this issue?
http://qa.openoffice.org/issues/show_bug.cgi?id=64799

It is a major issue for Bengali. I missed to set P1 priority while submitting.

Let us know if other Indic languages have this similar problem.

Thanks,
`Jamil

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



[dev] urgent request: survey 'open source software'

2006-04-18 Thread Ansgar Broese
Hello,

I don't want to bother you with any surveys, but I need your help to
get some replies for a paper about open source.

Here is a new, shorter version (approx 15 - 20 min) of the
questionnair:

Link to survey: http://131.188.245.243/php/survey/index.php?sid=32

I would be glad if you could call some other open source developer’s attention 
to this survey.

Thank you very much!

Ansgar


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



Re: [dev] Urgent

2005-06-10 Thread Ken Foskey
On Fri, 2005-06-10 at 08:01 -0700, Doaa Shawky wrote:
> Dear Sir,
>  I downloaded the source of openoffice and I need to separate the code 
> of the Writer and the Calc components from other components for 
> research reasons. Is there any documentation that can help me to determine 
> the 
> code related to each component individually?

There is a huge amount of common code this is why it is not worth
separating the applications.

sw is the source dir for writer,  sc for the calc part.  This is only a
very small portion of the whole.  Now what were you actually wanting to
study?



-- 
Ken Foskey
OpenOffice.org developer



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



[dev] Urgent

2005-06-10 Thread Doaa Shawky
Dear Sir,
 I downloaded the source of openoffice and I need to separate the code 
of the Writer and the Calc components from other components for 
research reasons. Is there any documentation that can help me to determine the 
code related to each component individually?
 Thanks in advance..
 Regards
 Doaa Shawky
 




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com