[framework-dev] Re: dispatch framework not respected in calc for inserting new sheet

2011-04-15 Thread Mathias Bauer
mplementation provider for the dispatch provider that is called by the dispatch framework. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I

Re: [framework-dev] MacOsX & LayoutManager & macro

2010-10-22 Thread Mathias Bauer
now the Mac better. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists

Re: [framework-dev] Framework To-Do's

2010-09-02 Thread Mathias Bauer
, but I wonder what went wrong in your bootstrapping. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and

Re: [framework-dev] Removing deprecated types in solar.h

2010-06-25 Thread Mathias Bauer
le? The first option is a safe operation and so it would be the fastest way, the second one looks just "right", but surely is more work to do. Best regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullF

Re: [framework-dev] about dispatching commands and implementing a DispatchProvider

2010-02-10 Thread Mathias Bauer
Carsten Driesner wrote: > Yan Wu wrote: >> Hi Carsten, >> >> For the findbar feature, a shortcut key(e.g.: Ctrl+G) is defined to >> set the current cursor to the EditControl of the findbar, here are two >> methods to dispatch the command(e.g.: .uno:SearchText, which can be >> got by the Accelerat

Re: [framework-dev] about ViewController Factory API and generic frame loader

2010-02-04 Thread Mathias Bauer
ot;autorecovery" that aims to provide autorecovery support for "Base". The first step was to implement these said interfaces and a generic FrameLoader. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/G

Re: [framework-dev] Another showstopper candidate: 107039

2009-11-19 Thread Mathias Bauer
Cor Nouws wrote: > Hi all, > > Thanks for handling 106854. Thanks for reporting. :-O > I came across another bug that looks as a candidate to become a > showstopper: 107039 It seems that Andreas Bregas is already at it. Regards, Mathias -- Mathias Bauer (mba) - Project Lead

Re: [framework-dev] Issue 106854 as showstopper for 3.2 ?

2009-11-19 Thread Mathias Bauer
Niklas Nebel wrote: > On 11/18/09 14:09, Mathias Bauer wrote: >> Cor Nouws wrote: >>> Pls have a look at issue 106854 as possible showstopper. >>> Strange effects with document recovery. >> >> I never saw this happening. >> Is it possible that

Re: [framework-dev] Issue 106854 as showstopper for 3.2 ?

2009-11-18 Thread Mathias Bauer
Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only ra

Re: [framework-dev] owner issue 11831

2009-10-05 Thread Mathias Bauer
; users will only flood the intrays of the poor developers. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@g

Re: [framework-dev] Java API import filters

2009-09-09 Thread Mathias Bauer
content.xml, edit it and pack > it back to the odt file. But this is not the best way. Thats why I'm > searching for the import solution to do this via the UNO API. > > I hope for help! > > Greetings > > Dog > > Mathias Bauer wrote: >> >> Hi, &

Re: [framework-dev] Todo wiki page

2009-07-17 Thread Mathias Bauer
is request > present on the wiki page, so that it can be deleted from the html? Sorry for the late answer, but yes, this can be removed. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Pleas

Re: [framework-dev] MIME bug on Solaris?

2009-04-28 Thread Mathias Bauer
you can check the content of your configuration with a Basic script. Please have a look at http://wiki.services.openoffice.org/wiki/Framework/Article/Filter There is a small script retrieving the existing filters; perhaps you can adapt it to ask for the registered types and the registered detecion components. If you don

Re: [framework-dev] MIME bug on Solaris?

2009-04-27 Thread Mathias Bauer
oaded - the file is damaged (but I assume that this is not true here; it should either have the mimetype stream or a MediaType in the manifest.xml) You could debug this in filter/source/config/cache. Alternatively, you could check the filter and type configuration with some basic code. Regards, M

Re: [framework-dev] Re: i6010: Add ablility to Print/Preview OLE indepent

2009-03-12 Thread Mathias Bauer
Hi, I forgot to mention: it only returns a non-NULL value, if a printer has been created before or if "GetPrinter" is called with the parameter bCreate=TRUE (default is FALSE). Ciao, Mathias Mathias Bauer wrote: > Hi, > > IIRC this is a virtual method and all derived clas

Re: [framework-dev] Re: i6010: Add ablility to Print/Preview OLE indepent

2009-03-12 Thread Mathias Bauer
tcut()" method. >>>>>> >>>>>> The next step will be to implement the verb itself. In case >>>>>> getPreferredVisualRepresentation() can retrieve the replacement >>>>>> image the image could be printed by the object itself. Some

Re: [framework-dev] Mac OS X shortcuts

2009-02-21 Thread Mathias Bauer
Robert Vojta wrote: > On Mon, Feb 16, 2009 at 12:34 PM, Mathias Bauer wrote: > > Hi, > >> While we are at it: what about MOD3 support for other platforms? PC >> keyboards have the Windows key, others also can have additional modifier >> keys. > > IMHO i

Re: [framework-dev] Modifier keys (Mac OS X)

2009-02-16 Thread Mathias Bauer
d. So the current approach saves us a lot of platform specific shortcuts. What is the benefit of mapping CTRL to MOD1 on Mac? For whom is the current approach confusing? Users never will see a "MOD1" anywhere and developers should be able to cope with it. Ciao, Mathias -- Mathias Bau

Re: [framework-dev] Mac OS X shortcuts

2009-02-16 Thread Mathias Bauer
OD3 also is an option, but I don't like that if it is only supported on one platform. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't r

Re: [framework-dev] Setting password length restriction on new password dialog

2008-12-26 Thread Mathias Bauer
d. IIRC the move to the interaction handler was necessary to support scenarios where popping up dialogs is unwanted. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor..

Re: [framework-dev] Re: i6010: Add ablility to Print/Preview OLE indepent

2008-12-08 Thread Mathias Bauer
ould be done in the block that checks whether the > nNewState is equal -1. In this case the implementation should switch the > object to the running state if it is the print verb, get XPrintable from > the model and call XPrintable::print() method. > > Best regards, > Mikhail. >

Re: [framework-dev] Retrieve the complete name of a file

2008-11-05 Thread Mathias Bauer
ne in framework. > > My intention, is to follow your recommandations, and implement > something clean. The good thing is I don't know at all framework (say > just a little), and I think that's interesting to discover this part > of OpenOffice.org. Mathias Bauer did a nice

Re: [framework-dev] Importing MS Word Docs with big wmf images (probably cliparts)

2008-10-23 Thread Mathias Bauer
n of embedded graphics. If you want, you can create an issue and attach a sample document to it so that someone can have a look on the problem, perhaps it's not a general problem but a bug that can be fixed. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice

Re: [framework-dev] File locking in 2.*

2008-10-02 Thread Mathias Bauer
ds, e-mail: [EMAIL PROTECTED] >>> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >

Re: [framework-dev] Java API import filters

2008-09-29 Thread Mathias Bauer
announce that in http://blogs.sun.com/GullFOSS. I will also try to provide a sample extension to show how you can deploy an xslt into Ooo easily. A rough estimation for that is end of the week. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering

Re: [framework-dev] Java API import filters

2008-09-25 Thread Mathias Bauer
filters, as a jar file? > For the moment i open a file from java using > the api but i dont find any info on how to apply a filter prior to opening > it. Sorry, I don't understand this. How do you open your file from api so that no filter is applied? Do you mean that the xml file

Re: [framework-dev] Mozilla plug-in

2008-06-27 Thread Mathias Bauer
sing the Acrobat or Flash plugins, using a comparable terminology and description can't be completely wrong. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS P

Re: [framework-dev] GUI Save or SaveAs

2008-05-22 Thread Mathias Bauer
ds to know the password for other purposes internally I assume that the new password must be taken over by Calc also. The right place for that would be the SaveCompleted() call at the ScDocShell. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineeri

Re: [framework-dev] GUI Save or SaveAs

2008-05-22 Thread Mathias Bauer
Mathias Bauer wrote: > Hello Kohei, > > Kohei Yoshida wrote: > >> On Wed, 2008-05-21 at 15:45 +0200, Mikhail Voitenko wrote: >>> Hi Kohei, >>> >>> The suggested solution is easy, but it is a hack. >> >> Ah ok. :-P >> >>>

Re: [framework-dev] GUI Save or SaveAs

2008-05-21 Thread Mathias Bauer
ore ConvertTo() is called. The information whether "Save" or "SaveAs" (or "SaveTo") is used is available here as the local variable "bCopyTo". Mikhail, do you agree? Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org E

Re: [framework-dev] configuration of menu - customized <> new version

2008-04-17 Thread Mathias Bauer
Cor Nouws wrote: > Mathias Bauer wrote (9-4-2008 8:31) >> Cor Nouws wrote: >> >>> Mathias Bauer wrote (8-4-2008 9:50) >>>> Cor Nouws wrote: >>>>> Do you, or anyone else, know if the same applies for key board >>>>> presets/cus

Re: [framework-dev] configuration of menu - customized <> new version

2008-04-08 Thread Mathias Bauer
Cor Nouws wrote: > Mathias Bauer wrote (8-4-2008 9:50) >> Cor Nouws wrote: > >>> Do you, or anyone else, know if the same applies for key board >>> presets/customisation? >> >> We hope to fix that for keyboard configuration in 3.0, work is in progre

Re: [framework-dev] configuration of menu - customized <> new version

2008-04-08 Thread Mathias Bauer
Cor Nouws wrote: > Hi Mathias, *, > > Mathias Bauer wrote (2-4-2008 18:40) >> Cor Nouws wrote: >>> There is issue #81406, explaining that new default color schemes (with >>> new OOo versions) will not be available when the user once added an own >>&

Re: [framework-dev] configuration of menu - customized <> new version

2008-04-06 Thread Mathias Bauer
x27;t know this. But even if we had one we most probably would close it as "wontfix". The only cure for the problem that I can think of is merging - and menu merging was excluded already as it would influence performance too badly (and is also quite complicated and error prone). Cia

Re: [framework-dev] Porting OOo applications to DirectFB

2008-03-26 Thread Mathias Bauer
at is needed for the graphical platform support is done inside VCL. So why should that be different for DirectFB? So for further details you place should be dev[at]gsl.openoffice.org Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://b

Re: [framework-dev] Porting OOo applications to DirectFB

2008-03-19 Thread Mathias Bauer
few demo applications in > vcl/workben. Any more suggestions ? The smallest application in our packages is Math. Perhaps that could be a start? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org En

Re: [framework-dev] I still not get toolbar image and button text

2008-03-17 Thread Mathias Bauer
and is a macro and its command URL containes slashes I think it won't work anyway. To avoid the hassle with macro button images I recommend to deploy it as an extension using Paolo Mantovani's fabulous Add-On builder that you can get from the OOo Extension site. Best regards,

Re: [framework-dev] Re: [allfeatures] new/cws doccustomprops2 : New document properties page: custom properties

2008-03-10 Thread Mathias Bauer
ap the right ones back to info fields on loading. I never stressed this magic enough to find out how flawed it is. :-) At least as there was no UI to add other meta:user-defined than those magic 4, we didn't see problems here. But I expect that if more meta:user-defined had been added manually

Re: [framework-dev] 0 byte long files

2008-03-07 Thread Mathias Bauer
y streams), instead of this m_pObjectShell->DoInitNew() should be called, but I assume some additional code massaging is necessary as this method does a little bit "too much". If you want to tackle it: try to do what I described and once you're finished, let's discuss how t

Re: [framework-dev] Proposal: Implement high contrast icons as icon theme

2008-01-27 Thread Mathias Bauer
d high contrast mode before we had been able to switch icon themes?! Now the bad part: I don't think that we will have resources to do that if the necessary effort is more than a few days of work. So what we would need is a plan and some guestimations for the effort. Ciao, Mathias -- M

Re: [framework-dev] hi all, Can MenuBar be implemented like ToolBar ?

2008-01-22 Thread Mathias Bauer
shizhoubo[OOoFrm] wrote: > > Mathias Bauer ??: >> Carsten Driesner wrote: >> >> >>> shizhoubo[OOoFrm] schrieb: >>> >>>> Hi Carsten, >>>> >>>> We have a special requirement which we plan to transplant OOo

Re: [framework-dev] hi all, Can MenuBar be implemented like ToolBar ?

2008-01-18 Thread Mathias Bauer
plement. I wonder whether this really must be a new, recursive implementation. We already have toolbar controllers that can open menus. Wouldn't it be possible to have a toolbar filled with such controllers so that this toolbar is comparable to a menu bar? Ciao, Mathias -- Mathias B

Re: [framework-dev] i75314: assertion: operator delete mismacth

2008-01-10 Thread Mathias Bauer
> Abort?(Yes=Abort / No=Ignore / Cancel=Core Dump) > === This assertion is annoying but does not point to a serious problem. The root cause for it is fixed meanwhile in m242. You can safely ignore it. Best regards, Mathias -- Mathias Bauer (mba) - Proj

Re: [framework-dev] Possibility to control persistent passwords storing per UI.

2007-11-30 Thread Mathias Bauer
re a developer, then you know the xcu file. Or you are a user, then use the UI. I don't want users to hack in xcu files. And moreover, user profiles usually are in hidden directories. We shouldn't advertize that by documenting it for "simple" users. Ciao, Mathias -- Mathi

Re: [framework-dev] Problem of build basic with debug

2007-11-28 Thread Mathias Bauer
" it is no longer exported. Now Writer has a missing symbol. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PR

Re: [framework-dev] Possibility to control persistent passwords storing per UI.

2007-11-21 Thread Mathias Bauer
" are not after you. Shall we understand that as an RFE to provide means for wiping out the stored passwords? Then you know where to put it in. ;-) Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Plea

Re: [framework-dev] Regarding incompatible build about useroptions.cxx

2007-11-19 Thread Mathias Bauer
keep a reference to a temporary object and surely will crash later when it uses the reference. I'm not sure if any of our compilers will create a compiler warning for this, if we are lucky one of them does. This could be another good reason to switch to "::rtl::OUString GetX()" as

Re: [framework-dev] .wav file in the Gallery

2007-11-16 Thread Mathias Bauer
there. >> The issue remaining is that, by the time going, the user profile may >> become too large and get blocked. >> > > good shot > It is a bug, clearly I agree. > and why such a choice ? > > Is there an openned issue ? I don't know one. Please crea

Re: [framework-dev] Insert a menu at a given place

2007-11-16 Thread Mathias Bauer
rom vacation next week and can tell it for sure. But trying it out (e.g. by using one of the example files in the wiki page) shouldn't take long. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please d

Re: [framework-dev] Regarding incompatible build about useroptions.cxx

2007-11-16 Thread Mathias Bauer
t" isnt made any >> changes. Does this method need changes too? > > Yes - of course this method needs to be redesigned too. While we are at it (and need to recompile anyway): would it make sense to get rid of the tools String here? Why converting the available rtl::OUStr

Re: [framework-dev] Possibility to control persistent passwords storing per UI.

2007-11-15 Thread Mathias Bauer
ments) and only if a master password is set. Without a master password no password is stored on disk (IIRC) but kept in memory until OOo is terminated. Thus you don't need to enter the same password again and again. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOff

Re: [framework-dev] ask help about Dispatch Framework

2007-11-07 Thread Mathias Bauer
atching it's the opposite. If extensions with menu or toolbar entries are installed they usually define and register their own protocols and protocol handlers. This registration is based on a configuraion (xcu) file. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Wri

Re: [framework-dev] Re: Test for StandaloneDocumentInfo.

2007-10-18 Thread Mathias Bauer
ional filters. On Windows you can use the "modify" setup to install the optional filters. On Linux there should be a comparable package. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don&

Re: [framework-dev] Re: Test for StandaloneDocumentInfo.

2007-10-18 Thread Mathias Bauer
> = That indeed looks as if the binary filters are not installed. Please try if you can load the sdw file with the file dialog. If I remember correctly binfilter is an optional filter. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead Ope

Re: [framework-dev] Re: Test for StandaloneDocumentInfo.

2007-10-17 Thread Mathias Bauer
ry formatted document in your installation? Best regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists

Re: [framework-dev] Re: Test for StandaloneDocumentInfo.

2007-10-12 Thread Mathias Bauer
nations on that? > The attachment is the finished part of the unit-test, please review it > and correct me if there are errors. Mikhail took a few days off. If you point me to the steps you are talking about perhaps I can help you. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenO

Re: [framework-dev] .wav file in the Gallery

2007-10-08 Thread Mathias Bauer
;t understand what the issue is and how it is related to wav files. Does the installation crash as soon as the Gallery is accessed? Or what else? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don

Re: [framework-dev] Where can I find the definition of SfxObjectShellLock?

2007-09-30 Thread Mathias Bauer
OCK. > You can find it here : > http://lxr.go-oo.org/source/framework/sfx2/inc/sfx2/objsh.hxx#832 > > >Though, I don't the purpose and/or usage of this class. This class sets a strong lock on an object. If the lock count goes down to 0 the close() method of the object i

Re: [framework-dev] Questions about the Basic macro

2007-08-17 Thread Mathias Bauer
a macro inside is running. But this will also prevent your macro from successful execution. My recommendation is to call loadComponentFromURL at the global "StarDesktop" object. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: h

[framework-dev] Re: [sw-discussion] Incorporating OppenOffice Writer in an AWT Application

2007-06-19 Thread Mathias Bauer
to implement all functions opening documents yourself and call the corresponding methods of the bean. Best regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED

Re: [framework-dev] Separating Office apps?

2007-06-11 Thread Mathias Bauer
ould be quite some effort we think that investing this effort in better modularization of the parts is the better choice. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please

Re: [framework-dev] Calling About and Tools - Options from VCL

2007-05-23 Thread Mathias Bauer
and. What is VCL doing with these menu items? Is it just supressing them? Or does it call any handlers in case of? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTE

Re: [framework-dev] SFX_FILTER_STARONEFILTER & filter flags

2007-05-03 Thread Mathias Bauer
Kohei Yoshida wrote: > Hi Mathias, > > On Wed, 2007-05-02 at 19:41 +0200, Mathias Bauer wrote: >> Kohei Yoshida wrote: > >> > Additional question. Do you guys encourage all new filters to be a real >> > UNO component (with 3RDPARTYFILTER flag)? In other w

Re: [framework-dev] SFX_FILTER_STARONEFILTER & filter flags

2007-05-02 Thread Mathias Bauer
al filters". I wouldn't exclude that this might happen in a not so far future. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to

Re: [framework-dev] Re: [documentation-dev] Content table and doc title inconsistent in developer's guide

2007-04-30 Thread Mathias Bauer
ork list for you and set the reply-to field to > that list. Please look there for answers to your problem. Yes, unfortunately the Developer's Guide still couldn't be handed over to the community. So far the API project is still taking care. I forward your hint to the relevant persons.

Re: [framework-dev] Toolbars disappear after pagepreview

2007-04-24 Thread Mathias Bauer
on"-keyword but I will do some testing again > and looking for a spec. Cor reported a problem for the Drawing toolbar, but not related to Page Preview but to OLE objects. And yes, this *is* a bug. Ciao Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engi

Re: [framework-dev] Toolbars disappear after pagepreview

2007-04-24 Thread Mathias Bauer
g in every day, otherwise we cannot do anything else. The work flow should be that the issue is assigned to a developer as soon as it is confirmed by anyone able to do that (not only QA people from Sun). That didn't happen in this case. Ciao,

Re: [framework-dev] RFE's and remake of the Basic IDE

2007-04-22 Thread Mathias Bauer
one of the enhancements you have mentioned. Sorry, no news about them. Though I like some of your ideas, especially issue 68791. I'm afraid that the Programmability team currently has other, more urgent things to do like extensions infrastructure, extendable help etc. Ciao, Mathias -- M

Re: [framework-dev] Issue 59251 - national characters from non-default localle prevent files from being opened

2007-04-19 Thread Mathias Bauer
- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > - > To unsubscribe, e-mail: [EMAIL PROTEC

Re: [framework-dev] Basic Grammar/Dpecification

2007-03-08 Thread Mathias Bauer
e used in OOo but you will not be able to write or debug them using our IDE. Best regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for t

Re: [framework-dev] Changing GUI chrome - Unlisted entries

2007-02-28 Thread Mathias Bauer
ing - you must intercept the dispatch call with a DispatchInterceptor. Or did I misunderstand you? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]".

[framework-dev] Re: [lingu-dev] Re: [framework-dev] path to readonly user dictionary

2007-02-20 Thread Mathias Bauer
explanations I gave why we didn't do it already in OOo2.1 where we changed all the other path settings. Does that explanation make things clearer? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering

Re: [framework-dev] path to readonly user dictionary

2007-02-19 Thread Mathias Bauer
kinds of content (dictionaries and user word books) that currently use two different path settings; - we have legacies like "dictooo" that somehow prevents us from doing the right changes; fortunately Laurent Godard (the author of dictooo) has announced his support. Ciao, Mathias

Re: [framework-dev] About join in the framework project

2007-02-02 Thread Mathias Bauer
ected a list of larger tasks at http://wiki.services.openoffice.org/wiki/Framework#ToDo Please let us know if something attracts your attention. If you have some own plans for what you wanted to do in the project please let us know them so that we can discuss how to realize them. Best regards

[framework-dev] Time for a change

2006-11-23 Thread Mathias Bauer
e new project lead of the OpenOffice.org Application Framework project. Please vote for Carsten Driesner as the Project Lead for the Application Framework Project. Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED]

Re: [framework-dev] Implementing a private uno:Copy and uno:Paste

2006-11-08 Thread Mathias Bauer
ou to reach your goal even without an interceptot. As the clipboard service is a real UNO service the replacement could be done as an extension. It also quite some work though. I don't remember exactly which services you have to implement, but we could dig it out. Ciao, Mathias -- Mathias

Re: [framework-dev] Implementing a private uno:Copy and uno:Paste

2006-11-08 Thread Mathias Bauer
paste it into a view represented by a Controller service. It's currently implemented only in Writer. Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --

Re: [framework-dev] [Fwd: [installation-dev] Updating to OOo 2.1 & language packs]

2006-11-01 Thread Mathias Bauer
. Unfortunately I overlooked Olivers request to follow up in dev@installation.openoffice.org and so I unintentionally opened this side discussion. Sorry for that. Please let's continue in [EMAIL PROTECTED] Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Ple

Re: [framework-dev] [Fwd: [installation-dev] Updating to OOo 2.1 & language packs]

2006-10-31 Thread Mathias Bauer
d be acceptable as a stop gap solution. In alignment with my idea from above and also as a clearer approach: can we find a way to disable/deinstall language packs? Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED]

Re: [framework-dev] How to call BeanShell out of BeanShell

2006-10-18 Thread Mathias Bauer
uide). Another simple way is to create a script URL and use the service com.sun.star.frame.DispatchHelper to dispatch (=execute) it. Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PRO

Re: [framework-dev] Conditional menu item

2006-10-18 Thread Mathias Bauer
Kohei Yoshida wrote: > On 10/17/06, Mathias Bauer <[EMAIL PROTECTED]> wrote: >> Kohei Yoshida wrote: >> >>> On 10/17/06, Kohei Yoshida <[EMAIL PROTECTED]> wrote: >>>> On 10/17/06, Mathias Bauer <[EMAIL PROTECTED]> wrote: >>>> >&

Re: [framework-dev] Conditional menu item

2006-10-17 Thread Mathias Bauer
Kohei Yoshida wrote: > On 10/17/06, Kohei Yoshida <[EMAIL PROTECTED]> wrote: >> On 10/17/06, Mathias Bauer <[EMAIL PROTECTED]> wrote: >> >> > > I see your point, but the decision to break out of being a UNO package >> > > was made a long

Re: [framework-dev] Conditional menu item

2006-10-17 Thread Mathias Bauer
Kohei Yoshida wrote: > On 10/17/06, Mathias Bauer <[EMAIL PROTECTED]> wrote: > >> > I see your point, but the decision to break out of being a UNO package >> > was made a long time ago, and the reason was the need to use OO.o's >> > internal string tr

Re: [framework-dev] Conditional menu item

2006-10-17 Thread Mathias Bauer
ing translation API. This was not availabe to UNO package > back then, and still isn't today (I know there is one in the works, > but I can't afford to wait for that). >From what I understood I also assumed that you are using some calc C++ classes. Correct? Or are you using onl

Re: [framework-dev] Conditional menu item

2006-10-16 Thread Mathias Bauer
Niklas Nebel wrote: > Mathias Bauer wrote: >> OK, so what we need then is a UNO equivalent for the "SfxVisibilityItem" >> so your ProtocolHandler can send it in a status update. That shouldn't >> be very hard to implement. Do you have a CWS where we could add t

Re: [framework-dev] Conditional menu item

2006-10-15 Thread Mathias Bauer
Kohei Yoshida wrote: > Hi Mathias, > > On 10/13/06, Mathias Bauer <[EMAIL PROTECTED]> wrote: > >> Kohei, can you tell us more about the way how your component integrates >> with Calc? > > Sure. :-) Sorry about the delay. > >>And how are they

Re: [framework-dev] Conditional menu item

2006-10-13 Thread Mathias Bauer
Eike Rathke wrote: > Hi Mathias, > > On Wednesday, 2006-10-11 19:42:41 +0200, Mathias Bauer wrote: > >> We already have such conditional items. Some functions are available >> only if CTL is enabled. These items are removed by sending a special >> status update,

Re: [framework-dev] Readme text for update notification ?

2006-10-11 Thread Mathias Bauer
eople will ever read our "readme" files at all. So especially duplicated information in them doesn't make sense. Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list onl

Re: [framework-dev] Conditional menu item

2006-10-11 Thread Mathias Bauer
gt; no-op), but that would be ugly We already have such conditional items. Some functions are available only if CTL is enabled. These items are removed by sending a special status update, perhaps you can find it in the code (grep for "SfxVisibilityItem") in Calc or Writer. I know for sur

Re: [framework-dev] non coding extensions

2006-09-28 Thread Mathias Bauer
..) > > is there any documentation to start with ? I just answered this question in the [EMAIL PROTECTED] list. :-) We're working on it, it was a tough schedule for 2.0.4. Please watch our new group blog at http://blogs.sun.com/GullFOSS Best regards, Mathias -- Mathias Bauer - Open

Re: [framework-dev] [Fwd: Plugin ActiveX + Cookies]

2006-08-27 Thread Mathias Bauer
Loiseleur Michel wrote: > Loiseleur Michel wrote: >> A défaut de pouvoir écrire, je reçois. >> > Oops ... sorry all. It seems to work now. *What* seems to work now - your access to the mailing list or your access to the files in the ActiveX control? Best regards, Ma

Re: [framework-dev] [Fwd: [api-dev] Accessing menus by user during update via Java leads to OO crash]

2006-06-07 Thread Mathias Bauer
er the change of the menu when it's not open anymore. Can we do it by adding a "transaction" based API? Something like locking/unlocking the menubar while it is changed and so we can internally create a temporary copy that can be changed and then put back? Best regards, Mathias

Re: [framework-dev] [Fwd: [api-dev] Accessing menus by user during update via Java leads to OO crash]

2006-06-06 Thread Mathias Bauer
the involved API calls and see what can be done, in the latter case we definitely must fix our code. > Does following strace help you to identify the reason? (data snipped) Not really. Can you create and send a crash report (with your e-ma

Re: [framework-dev] about new toolbar capabilities

2006-06-06 Thread Mathias Bauer
.eurooffice2005.com/pub/flash/6/6.html > > (playing with lists, buttons aso) I don't see a toolbar there, only a docked window. Are you sure we are talking about the same thing? BTW: how did you manage do get that demo working? > again sorry for losing the thread :( No problem

Re: [framework-dev] csv filter options in xcu file

2006-06-02 Thread Mathias Bauer
rtant point that the dialog is used only when the API calls allows do to so and by default it is switched off. This is a general principle of our API that makes life easier for batch or server processing. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead

Re: [framework-dev] csv filter options in xcu file

2006-06-02 Thread Mathias Bauer
gs. SFX will also not show the dialog if FilterData or FilterOptions are set. In case the dialog is executed it should be initialized with the data from the configuration and the filter should proceed with what the dialog returns. Wether you store any changes made in the dialog in configuration is up to

Re: [framework-dev] csv filter options in xcu file

2006-06-01 Thread Mathias Bauer
Eike Rathke wrote: > Hi Mathias, > > On Mon, May 29, 2006 at 17:41:52 +0200, Mathias Bauer wrote: > >> > I'm not sure whether the .xcu UserData element could even be used for >> > such mechanism, could someone from the framework team shed some light on >

Re: [framework-dev] csv filter options in xcu file

2006-05-30 Thread Mathias Bauer
ime ? I think the only way is to change the Calc filter code to read the default settings from the configuration instead using hard coded ones. This will allow to overwrite these settings, either directly or by a package. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Fram

Re: [framework-dev] csv filter options in xcu file

2006-05-29 Thread Mathias Bauer
Handler" args(3).Value = CreateUnoService("com.sun.star.task.InteractionHandler") doc = StarDesktop.loadComponentFromURL(sURL,"_blank",0,args()) The content of the FilterOptions string parameter can be found at the place described by Eike. Best regards, Mathias -- Mathias

Re: [framework-dev] OpenOffice.org Software Update Notification

2006-04-11 Thread Mathias Bauer
ersions of the language packs they are currently using before they download anything. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --

  1   2   >