Re: [dev] Re: documentation for filter flags?

2006-10-26 Thread Andreas Schlüns

Allen Pulsifer schrieb:
NOTINCHOOSER excludes it from the filter dialog, the awful dialog 
you get when OOo can't find a filter.


Hello Markus,

Thank you for the hint on how to force the filter chooser dialog to appear.
I was able to confirm that the NOTINCHOOSER flag does not work, and entered
a bug report:

http://www.openoffice.org/issues/show_bug.cgi?id=70733


I will take over this task ...

because normaly these flag is used. Please have a look on:
http://ucb.openoffice.org/source/browse/ucb/uui/source/iahndl.cxx?rev=1.52.6.2view=markup;
and grep for createSubSetEnumerationByQuery.

You will find a code line, where the global filter configuration service 
is asked for all filters supporting a special set of flags (iflags=1) 
and not supporting another set of flags (eflags=143360).
These are the numeric values for 1=IMPORT and 
143360=NOTINFILEDIALOG/NOTINCHOOSER/NOTINSTALLED.


If you test was true it seams that these query is broken.
... but anyway ...
As I already mentioned in my other email; from my point of view these 
dialog make no sense and I've discussed it several times with my 
colleges ... We should remove it.


So I will use your task to find out if the query mode of the filter 
configuration service has a bug.




Allen

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



Regards
Andreas

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



RE: [dev] Re: documentation for filter flags?

2006-10-23 Thread Allen Pulsifer
  NOTINCHOOSER excludes it from the filter dialog, the awful dialog 
  you get when OOo can't find a filter.

Hello Markus,

Thank you for the hint on how to force the filter chooser dialog to appear.
I was able to confirm that the NOTINCHOOSER flag does not work, and entered
a bug report:

http://www.openoffice.org/issues/show_bug.cgi?id=70733

Allen

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