Re: [dev] documentation for filter flags?

2006-10-25 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 Mathias, Thank you, that is helpful. Is there sample file somewhere that causes OOo to bring up the filter dialog? I wanted to test NOTINCHOOSER but I'm unabl

Re: [dev] documentation for filter flags?

2006-10-25 Thread Andreas Schlüns
Mathias Bauer schrieb: Allen Pulsifer wrote: Just to follow up on this question, what in particular does the NOTINCHOOSER flag do? In testing, and in examining the source code, it appears to do nothing. In contrast, the NOTINFILEDIALOG hides the format in all dialogs, including File | Open, F

RE: [dev] documentation for filter flags?

2006-10-22 Thread Allen Pulsifer
> NOTINCHOOSER excludes it from the filter dialog, the awful > dialog you get when OOo can't find a filter. Hello Mathias, Thank you, that is helpful. Is there sample file somewhere that causes OOo to bring up the filter dialog? I wanted to test NOTINCHOOSER but I'm unable to get this dialog t

Re: [dev] documentation for filter flags?

2006-10-22 Thread Mathias Bauer
Allen Pulsifer wrote: > Just to follow up on this question, what in particular does the NOTINCHOOSER > flag do? In testing, and in examining the source code, it appears to do > nothing. In contrast, the NOTINFILEDIALOG hides the format in all dialogs, > including File | Open, File | Save As and

RE: [dev] documentation for filter flags?

2006-10-18 Thread Allen Pulsifer
g OOo v2.0.4 en-us under WinXP. Allen > -Original Message- > From: Allen Pulsifer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 18, 2006 10:23 AM > To: dev@openoffice.org > Subject: [dev] documentation for filter flags? > > > Are the file filter flags d

RE: [dev] documentation for filter flags?

2006-10-18 Thread Allen Pulsifer
g OOo v2.0.4 en-us under WinXP. Allen > -Original Message- > From: Allen Pulsifer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 18, 2006 10:23 AM > To: dev@openoffice.org > Subject: [dev] documentation for filter flags? > > > Are the file filter flags d

[dev] documentation for filter flags?

2006-10-18 Thread Allen Pulsifer
Are the file filter flags documented somewhere? The flags I'm referring to are defined in filter\source\config\cache\constant.hxx and are used in the configuration (.xcu) files: /** @short names of filter flags. */ #define FLAGNAME_3RDPARTYFILTER _FILTER_CONFIG_FROM_ASCII_("3RDPARTYFILTER" )