Re: [api-dev] Integer Division?

2005-12-14 Thread Joerg Barfurth
/3) ' value is 3 truncated% = fix(11/3) ' value is 3 These differ when negative numbers are involved. AFAICT truncation is the one that matches the builtin MOD operator, ie. b*fix(a/b) + a mod b = a HTH, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std

[api-dev] Re: [dev] new incubator : Call for Name

2005-10-26 Thread Joerg Barfurth
case of this situation (module util/tools vs. project tools), but IMHO we should proliferate it any more. Ciao, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org

Re: [api-dev] UNO packages and events

2005-09-21 Thread Joerg Barfurth
/ooocon2005/index.html Will you be there? -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org

Re: [api-dev] Assigning a macro to Start Application

2005-07-18 Thread Joerg Barfurth
to select a different macro execution mode. Look into the Developer's guide for details. HTH, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http

Re: [api-dev] Problems using SDK 2.0 with C++

2005-06-16 Thread Joerg Barfurth
still didn't tell us what version of VC++ you are using. But as Stephan suggested, your version is probably too old to be usable with OOo 2.0. Ciao, Jrg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL

Re: [api-dev] bug in windows OOo 1.1.4 bootstrap - InvocationTargetException

2005-04-14 Thread Joerg Barfurth
Hi, Mike Traum wrote: Thomas, I'm not sure what you mean by the user or administrator defining the default installation. They can make the registry entries point to the desired installation. The administrator can set the HKLM one as default, the user can override this in HKCU. Maybe we should

[api-dev] Why queryInterface [Was: [api-dev] Setting the title of a document]

2005-04-05 Thread Joerg Barfurth
introspection support mandatory for all objects. Ciao, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org