Re: [dev] Re:[dev] Question regarding unused code removal

2005-03-21 Thread Caolan McNamara
On Fri, 2005-03-18 at 17:08 -0800, Matt Prazak wrote:
 Thanks for the information, it is quite helpful.  It seems my approach
 so far is a start, but more definitely needs to be done to filter out
 the internally-used symbols.  A good result would be a shell script
 that automates all the details below and returns a few thousand symbols
 as canidates for removal.  If it works, then the script could be
 occasionally run against the code base as a way to check code growth.

FWIW here's the approach I took to find unused code, scrape the compiler
output to get what functions were defined and which were called, detect
virtual methods and ignore those
http://www.skynet.ie/~caolan/Packages/callcatcher.html


C.



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



[dev] norwegian translations in 1.9.85

2005-03-21 Thread Caolan McNamara
After I build the langpacks and install e.g. german french and the two
norwegian varients then

export LANG=fr_FR.UTF-8
and
export LANG=de_DE.UTF-8
give me OOo with french and german UI's but
export LANG=nn_NO.UTF-8 and nb_NO.UTF-8 remain in english,
do the norwegian translations for 1.9.85 work for others ?

C.


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



Re: [dev] Where to find the recently used list?

2005-03-21 Thread G. Roderick Singleton
On Mon, 2005-03-21 at 12:33 -0500, G. Roderick Singleton wrote:
 I would like to increase my picklist. I have tried all the 1.1.x
 locations but haven't found the same structure. Is there a new way to
 increase this? 

Dum as dirt. THis is for 1.9/2.0beta. I know about 1.1.x. Sorry.
-- 
Documentation Co-Lead
http://documentation.openoffice.org/ 


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



Re: [dev] OOo 2.0 Netbeans Templates?

2005-03-21 Thread Brian Raymond
Juergen,

Thanks for the help, I'll keep an eye out for those.

In the meantime I got my script working. It turns out it should have been
working all along but I had a single line of white space in the manifest.xml
I have Ant dynamically build. Unopkg.exe would succeed in adding the
package to Ooo but wouldn't actually register anything I had inside which is
why I thought I had to be doing something wrong.

I think that's a bug in unopkg and was going to submit it when I sat down at
my workstation again.
 
This is my first UNO component so it's a learning curve for me but I'm
having some fun. Currently I'm trying to figure out how to call slots from
my java component. Initially I'm just focusing on calling uno:About but my
goal is to spawn the Digital Signature dialog.


- Brian


On 3/21/05 2:33 AM, Jürgen Schmidt [EMAIL PROTECTED] wrote:

 Hi Raymond,
 
 a closer IDE (NetBeans, Eclipse integrstion) is still on our todo list.
 The SDK contains two ant build scripts (scripting framework examples)
 which of course will probably change in the future but they still work
 and can be used as a start point. More ant scripts will be prepared asap
 and i will provide them as a separate download on api.openoffice.org and
 in future versions of the SDK.
 I can nevertheless provide an ant script for a UNO component example if
 necessary. But normally i would like to change and extend it to make it
 more general that it can be proper used a template.
 
 Juergen
 
 Raymond, Brian C. CONTR J9C887 wrote:
 I noticed in the developer's guide for 2.0 a mention of templates like there
 were in the 1.1 SDK. They aren't currently included in the SDK so I wanted to
 check to see if anyone has anything they are currently using that might be a
 help?
 
 I'm most interested in the Ant build script because the process has changed
 some with the xml manifest and such.
 
 Thanks..
 
 - Brian
 
 -
 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]