[dev] List of 2730 uncallable methods in DEV300_m10

2008-05-06 Thread Caolan McNamara
See http://people.redhat.com/caolanm/callcatcher/DEV300_m10/ for full
list. Top three offenders are...

1521 binfilter
403 sc
198 sd

C.


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



Re: [dev] List of 2730 uncallable methods in DEV300_m10

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

> See http://people.redhat.com/caolanm/callcatcher/DEV300_m10/ for full
> list. Top three offenders are...

sorry for the dumb question, but what are "uncallable methods"?

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] List of 2730 uncallable methods in DEV300_m10

2008-05-06 Thread Malte Timmermann
Methods with very strange names, hard to speak ;)

No just kidding - it means that very likely (100%?) these methods are
never used/called from somewhere.

Malte.

Frank Schönheit - Sun Microsystems Germany wrote, On 06.05.08 09:51:
> Hi Caolan,
> 
>> See http://people.redhat.com/caolanm/callcatcher/DEV300_m10/ for full
>> list. Top three offenders are...
> 
> sorry for the dumb question, but what are "uncallable methods"?
> 
> Ciao
> Frank
> 

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



Re: [dev] List of 2730 uncallable methods in DEV300_m10

2008-05-06 Thread Malte Timmermann
Hi Caolan,

thanks for the updated list! :)

I wonder: Who dares / volunteers to simply remove these methods?

Malte.

Caolan McNamara wrote, On 06.05.08 09:46:
> See http://people.redhat.com/caolanm/callcatcher/DEV300_m10/ for full
> list. Top three offenders are...
> 
> 1521 binfilter
> 403 sc
> 198 sd
> 
> C.
> 
> 
> -
> 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] List of 2730 uncallable methods in DEV300_m10

2008-05-06 Thread Caolan McNamara
On Tue, 2008-05-06 at 09:54 +0200, Malte Timmermann wrote:
> Methods with very strange names, hard to speak ;)

> No just kidding - it means that very likely (100%?) these methods are
> never used/called from somewhere.

*cough*, yes. Maybe a "what the hell are they", might be useful. They're
the non-virtual methods in those modules that are not referenced by
anything at all, i.e. nothing calls those methods so they would appear
to be dead code.

Auto-excluded from the list are well-formed operators that should be
encouraged, i.e. unused assignment operators and copy constructors are
excluded as are "const" variants of methods if there is a used non-const
variant. Also excluded are the unused methods in those modules that
arise from using the various OOo macros that create loads of generally
unused DeleteAndDestroy and _ForEach etc methods.

Of course, there might be some reason to hold onto those symbols, i.e.

a) they are symbols which are dlopened somewhere else in OOo, maybe the
case for about 1% of them, i.e. only the handful of C symbols at the top
of the binfilter list
b) they are debugging-only symbols which should be inside some 
#if OSL_DEBUG > X line
c) they are used on some other platform, but just not linux, and should
be inside the same #ifdef as their callers
d) there's some bug in the script

I think for a good number of these modules I've already submitted
patches for the unused methods which'll hopefully work their way into
the DEV300 line over the next few weeks (and mba has a workspace which
should take care of the majority of the binfilter ones). 

If I recall correctly, the module with the most unused methods that
doesn't have anything in the pipeline to remove them is sc, so there's
where the lowest hanging fruit should be.

C.


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



[dev] Password Recovery

2008-05-06 Thread Manish Patil

Hello,

My Office Org Calc sheet has 2 passwords. 1) That is required while 
opening the document and 2) Protect Document. I have have forgotten my 
password which is used to unprotect the document. This is where I am 
unable to delete and/or create new sheets. Please help me to recover the 
password.


Thanks;
Manish


Re: [dev] Password Recovery

2008-05-06 Thread Anthony Chilco

Hi Manish,
This is probably not the best list to post such a question. 
[EMAIL PROTECTED] might be a better place.

You could try doing a google search for 'ooo password crack'.
tc

Manish Patil wrote:

Hello,

My Office Org Calc sheet has 2 passwords. 1) That is required while 
opening the document and 2) Protect Document. I have have forgotten my 
password which is used to unprotect the document. This is where I am 
unable to delete and/or create new sheets. Please help me to recover the 
password.


Thanks;
Manish




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



Re: [dev] openoffice.org for children

2008-05-06 Thread Juergen Schmidt

Hi,

see for example StarOffice 4 kids (http://so4k.kippdata.com/). I've 
played with it some years ago and i don't know how active this project 
is or if the product is maintained and is still developed.


Juergen

Marcus de Vasconcelos Diogo da Silva wrote:

Hi guys,

Any of you know if there is any ooo for child (softmore or junior high) 
in any project?

I know that I think Louis is work in OOo for education but for child???
Regards,



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